0

I was using a 320GB magnetic drive and recently upgraded to a 500GB SSD. The clone process worked but left me with an extra partition of 178GB unallocated space.

enter image description here

When I click on Move/Resize under /dev/sda6 this appears, showing no available space:

enter image description here

Is there a safe way to merge this available space into the existing partition /dev/sda2?

a coder
  • 195

1 Answers1

0

First, you need to be booting from a live DVD or USB so that nothing is mounted.

Open Gparted from the Live media, and right click sda2 to extend it and take all the remaining free space. This is your container for sda6.

After that, you can extend sda6 to take up the new free space within the extended partition.

Delorean
  • 11,563