Why I'm seeing a lock besides the partition I'm trying to modify with gparted?

You cannot resize a mounted filesystem, that's why you see a lock icon.

You were doing well, you booted into a Live CD and resized the NTFS partition.

Now you need to enlarge the Extended partition, partitions "inside" that extended partition cannot "escape" outside.

  1. Make sure that /dev/sda6 is unmounted. If a lock icon is visible, right click on it and choose for Unmount
  2. Make sure that the swap partition /dev/sda5 is unmounted. Right click on it and choose for Swapoff
  3. Select /dev/sda4 and choose for Resize. Use the free space on the left side
  4. Select /dev/sda6 and resize it on the right side
  5. Apply the changes and you're done.

For a start boot with your live CD.

Press Start and type Gparted:

open gparted

Once you open the program you will see a list with your partitions. Now to make any changes, we have to unmount the partitions we want to edit. Right-Click on the partition, and choose Unmount:

unmount partition

Let's assume that I want to decrease the size of sda1 and add it in sda3. Right-Click on sda1 and choose Resize/Move

enter image description here

A new windows will pop out were we can make our changes. Now to decrease the size, drag the Right arrow to the left. You can also type a custom value next to the option New size (MB):. Once you choose the new size click on the button Resize/Move

enter image description here

Now a new box will appear with the label unallocated. We will now add this free space at sda3 partition.

enter image description here

Right-Click on sda3 and choose Resize/Move

enter image description here

Drag the left arrow to the left as shown below:

enter image description here

Hit the button Resize/Move to submit the change.

Finally, click on the "tick" button to apply all your changes.

enter image description here


A partition cannot be resized when Ubuntu is running off of it, or it is mounted.

You can use a live CD:

  1. Boot the setup CD(live CD) and select to "Try Ubuntu".

  2. Once it boots, start GParted and right-click the partition. Unmount it.

  3. Then, delete or resize any partitions to the left or the right of the partition in question.

  4. Now, right-click the partition and resize it.

  5. Click Apply on the GParted window and let it finish.

    You need to "Apply" since the changes are not done until this step. They are only queued up when you perform operations in GParted.

Don't forget to make a backup of any important data!