You are not logged in.
Pages: 1
I need help to resize my / with a empty partition without losing data in /!
Offline
have you looked into qtparted? You won't be able to do it while your in the same partition. I suggest download the arch live cd. It has that utility and you should be able to do it from there.
Offline
I did that. Well, I already had the empty partition. I then booted the Arch install CD and did
mkdir -p /mnt/root
mkdir -p /mnt/root2
mount /dev/hda1 /mnt/root
mount /dev/hda2 /mnt/root2
cp -av /mnt/root /mnt/root2
A bus station is where a bus stops.
A train station is where a train stops.
On my desk I have a workstation.
Offline
Also, be sure to check if your new partition works: change your bootloader config and /etc/fstab and boot into Linux to make sure if everything still works. After that, it's safe to delete the original / partition.
A bus station is where a bus stops.
A train station is where a train stops.
On my desk I have a workstation.
Offline
Don't forget to make a backup of the most important data first (probably your homedir and /etc).
Offline
indeed i can advise you to be carefull,
i lost most of my data when using qtparted, parted it self is a very good program doh
Offline
Pages: 1