5

snapshot of my disk

That's the layout of my disk. I want to merge free space to the primary partition without data loss.

Zanna
  • 70,465
Habi
  • 867

2 Answers2

6

Yes, you can merge the 3.2gb free space to your Ubuntu partition.

  • For this you need a gparted-live-disk.Because you cannot resize a mounted partition when the filesystem is mounted.

  • Boot into gparted live disk

  • Right Click on the Extended partition and select Move/Resize option, then add the unallocated 3.2 gb space to it.

  • Now the unallocated 3.2gb space comes under the extended partition.

  • Then rightclick on your Ubuntu ext4 partition and select Move/Resize option,now 3.2gb free space will be shown and you can add that.

Zanna
  • 70,465
Avinash Raj
  • 78,556
  • Can you tell how to boot into gpareted live disk? I have install gparted but I can't click to Move/Resize option. – Habi Nov 09 '13 at 14:08
  • 1
    download gparted-live-disk iso file from the link above.Then use unetbootin software to make a usb bootable gparted disk.shutdown and change the boot order to usb in bios.And now you can booted into gparted live disk. – Avinash Raj Nov 09 '13 at 14:18
  • Ok, got it bro. – Habi Nov 09 '13 at 14:33
  • I have already done it. :) @AvinashRaj Can you check this question.

    http://askubuntu.com/questions/373147/how-to-enable-natural-scroll-on-two-finger-scroll-with-command-while-normal-scro

    – Habi Nov 09 '13 at 14:39
  • 2
    Why not simply use the Ubunutu live media which already has gparted on it? And you should mention the length of time it will take and the risk of data loss when moving the partition to the left. – chaskes Nov 10 '13 at 05:23
  • Oh yes @chaskes that's also good idea. Forgot about that :) – Habi Nov 11 '13 at 12:57
  • thank you man !!!!! – fico7489 May 04 '20 at 06:11
0

I guess in your case it is not possible to merge 3.2GB free space with your extended partition because it is in the beginning of your partition.

Sambit
  • 1,224
  • 1
  • 10
  • 14