I have just ghosted an Ubuntu (12.04) instance from a 200GB HD to a 1TB HD. The ghosted instance has two mounted storage partitions both of about 100GB each and I have the following partition table:
Partition File System Mount Point
/dev/sda1 ext4 /
/dev/sda2 extended
/dev/sda5 linux-swap
/dev/sda3 ext4 /development
/dev/sda4 ext4
/dev/sda4
is a copy of /dev/sda1
, just on a larger partition. I now want the /dev/sda4
partition to be mounted at root (/
) so that it is the default boot partition.
Finally a question - how can I change the /dev/sda4
partition to be mounted at root?