You are not logged in.

#1 2005-03-29 01:42:25

elapointe
Member
Registered: 2005-03-24
Posts: 39

Resize partition

I need help to resize my / with a empty partition without losing data in /!

Offline

#2 2005-03-29 02:11:02

T-Dawg
Forum Fellow
From: Charlotte, NC
Registered: 2005-01-29
Posts: 2,736

Re: Resize partition

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

#3 2005-03-29 07:15:12

FUBAR
Member
From: Belgium
Registered: 2004-12-08
Posts: 1,029
Website

Re: Resize partition

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

#4 2005-03-29 09:24:32

FUBAR
Member
From: Belgium
Registered: 2004-12-08
Posts: 1,029
Website

Re: Resize partition

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

#5 2005-03-29 13:26:10

i3839
Member
Registered: 2004-02-04
Posts: 1,185

Re: Resize partition

Don't forget to make a backup of the most important data first (probably your homedir and /etc).

Offline

#6 2005-04-04 11:00:15

ZiXon
Member
Registered: 2005-04-01
Posts: 7

Re: Resize partition

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 wink

Offline

Board footer

Powered by FluxBB