I'm using Ubuntu 20.04 and during the installation process I opted for manual partitioning, and I chose to keep root and home separate. So at the end, I obtained this configuration:
- 650 Mb EFI partition (sdb3)
- 20 Gb root partition @ / (sdb4)
- 10 Gb swap partition (sdb5)
- about 650 Gb partition (remaining free space) @ /home (sdb6)
Now I noticed that 20 Gb could be too little for root partition as this partition is already full for 80% of his dimension, so basically I may have been wrong to reserve only 20 Gb for it. I have to say that, at the moment, I haven't particular problems with this configuration but maybe I could face them in the future.
Can I resize the root partition taking some space from home partition? As I see here How to resize partitions? I must use Gparted from liveUSB since it is not possible to modify mounted partitions, but as I explained home and root partitions aren't close to each other (there is swap partition in between). Is this a problem?
NB.: There isn't free space or unallocated space on sdb.
Additional informations: This is a dual boot stystem (on two different drives, win 10 is on sda). I did not mention "sdb1" and "sdb2" because before installing Ubuntu on "sdb" I chose to create (from win 10) a shared ntfs partition for both OS, here called sdb2, while sdb1 is an automatic generated partition labeled "Microsoft reserved partition"
/
. Runsudo apt autoremove
to delete old kernels. – Pilot6 Dec 03 '20 at 11:14fstab
. But you can move it instead. – Pilot6 Dec 03 '20 at 11:15