0

I want to increase my /home partition size and merge in the unallocated disk space. How can I do this please?

GParted screenshot

David Foerster
  • 36,264
  • 56
  • 94
  • 147

2 Answers2

1

You can't increase the space because they are mounted, in use. To increase that space you must boot into a live GParted session from a bootable USB or disk. I hope that helped.

Arynn
  • 263
  • 1
  • 4
  • 15
  • According to this: http://askubuntu.com/questions/24027/how-can-i-resize-an-ext-root-partition-at-runtime/109360#109360 it can be done without login out. I agree with @Arynn though that it best to do it booting from a live USB. Make sure you backup all your files before though. – Juan Antonio Nov 10 '16 at 17:16
0

Your home partition sda5 is part of the extended partition sda3. You can only increase your root partition sda5 by 3.86 GiB.

The only way I see is to move your sda5 out of the extended partition sda3.

I would recommend to back up your disk first before doing anything.

musbach
  • 1,445