I have a lot of spare space in my hard disk. But the size of /
partition is very small. Here is a snap of my partition table in Gparted,
How can I expand my /
partition? Step by step description will be helpful.
I have a lot of spare space in my hard disk. But the size of /
partition is very small. Here is a snap of my partition table in Gparted,
How can I expand my /
partition? Step by step description will be helpful.
From gparted live session ...
/home/
with the 411Gb unallocated/home/
and create unallocated space at the beginning of /home/
/
with the unallocated spaceWhen done ...
By the way: I myself have used a desktop with size of 10Gb for /
and never ran out of space. You could also spend a little time investigating why it is growing. Maybe there is something to remove. Or files that should be on /home/
. Log files that keep growing. Etc. 10Gb is a lot if you refrain yourself from installing anything you see. Also check software center for software you never use anymore. Got mysql installed because you wanted to check how a database works?
what you could do, is: First, move your swap (using Gparted, I think you'll know how to)
then you have two options:
1. You could either lazy unmount your home folder through the terminal, by typing
- sudo umount -l /dev/sda8
- then refresh the partitions in Gparted,
- move your home folder, and then enlarge your /
I thought I'd heard this should be possible without unmounting, otherwise use the live usb
/etc
directory) over from the old to the new system. – Jos Sep 21 '16 at 13:25