I want to increase my /home
partition size and merge in the unallocated disk space. How can I do this please?
Asked
Active
Viewed 105 times
0

David Foerster
- 36,264
- 56
- 94
- 147
2 Answers
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
/home
partition. Maybe the recommendation should be to have the unallocated space made into the/home
. However, the OP would need help to move the current user files from where they currently reside to the new location of/ home
. – Juan Antonio Nov 10 '16 at 17:19