i installed ubuntu 1st with the default partitions and now i want to migrate to a swap boot home ... partition layout.is it possible to change that after the installation ?
Asked
Active
Viewed 431 times
3
-
2Moving home to another partition can be done the same way as was answered here for moving to a different disk – Takkat Mar 06 '12 at 21:14
1 Answers
2
Sure. You can use gparted
to create a new partition schema. You can change the size of partitions and create new ones. Make sure you backup your data before just in case something goes wrong.
Don't forget to apply the corresponding changes to /etc/fstab
.

Marco
- 1,012
-
my question is the same: if i had home directory and system on one partition named "Linux Partition", can i safety move /home to another partition, splitting "Linux Partition"? – gaussblurinc Jun 01 '12 at 22:13
-
@loldop Not in one step. First you create the new partition, then you copy the data from
/home
to the new partition, then you delete/home/*
and finally you mount the partition to/home
. – Marco Jun 02 '12 at 10:03 -
good, when i create new partition, this partition will be formatting? so, i lost all data? or not? – gaussblurinc Jun 02 '12 at 14:03
-
Creating a partition does not erase data. When you delete a partition the data stored on the filesystem will be lost. Resizing a partition with gparted will not erase the data on it. – Marco Jun 02 '12 at 15:02
-
good, so, it is logic partition, and doesn't change data, that stored physically, when it resized. thanks! – gaussblurinc Jun 02 '12 at 15:24