0

I'm new with GParted and with linux partition in general.. I followed this answer : How to increase swap space?

But my situation is a bit different and "extend left/right" is driving me crazy.. I can't extend /dev/sda1 with unallocated 7.16 GB.

Someone could explain the right actions in the right order ? Or just tell me that in my case it's not possible..

enter image description here

Thanks a lot !

Delphine
  • 103

1 Answers1

0

You can only resize partitions that have unallocated space next to what you want to resize.

So ...

  • make the whole of sda2 unallocated by removing swap.
  • make sda1 larger minus the size you want to use for swap + a few mbs overhead
  • recreate swap partition on sda2
Rinzwind
  • 309,379