How do I move space from one partition to another in Ubuntu?
How do I move space from one partition to another in Ubuntu? 3 Answers Backup your /dev/sda1 and /dev/sdb1 volumes! Use partitioning tool to shrink your /dev/sdb1 . For example you can use gparted . Add new partition ( /dev/sdb2 ). Copy all your data from your current /home directory Read more…