You are not logged in.
Pages: 1
I recently dd'ed my Arch Linux partition from /dev/sda3 (7GB) to /dev/sda1 (35GB).
Booted up OK and everything is fine except one thing: I opened Nautilus and at the bottom it said "Free Space: 2.2 GB". I ran a scan of partition and it says I am using 5GB of the 35GB ... Therefore, there is NO WAY that I only have 2.2GB free.
Is there a command I need to run to "resync" the super blocks for the new partition or something so it can see that I have more the 2.2GB free o_O?
Thanks.
Last edited by A.I. BOT (2007-06-23 07:47:27)
Offline
Are you sure you actually booted sda1 and not sda3? (df -h output?)
Offline
I deleted sda3. I only have 2 partions now:
1. sda1 = arch
2 .sda5 = swap.
So yes, I am in sda1.
df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 7.1G 5.0G 2.1G 71% /
none 252M 0 252M 0% /dev/shm
Thats completely wrong, this is not a 7GB HD (sda3 was) ... so clearly reiserFS needs to be synced to know this?
Output from cfdisk:
sda1 Boot Primary Linux ReiserFS 36456.96MB
Last edited by A.I. BOT (2007-06-23 03:53:39)
Offline
Looks like you need to grow your fs to fit the partition size. Since this is your root fs, I suggest downloading SystemRescueCD, booting that, and using GParted.
Offline
I have a livecd with gparted on it. What is it I have to do to "grow" the filesystem?
Would "mkresierfs /dev/sda1" make me loose all my data?
Last edited by A.I. BOT (2007-06-23 05:35:06)
Offline
Aha! a friend told me to grow my filesystem I gotta run "resize_reiserfs /dev/sda1" ... it worked
Everything is perfect now, thanks for the help ataraxia.
Last edited by A.I. BOT (2007-06-23 07:47:14)
Offline
Essentially, you need resizefs.reiserfs - I've never used gparted, but I expect it includes that functionality. You can also do it directly from CLI - man resizefs.reiserfs for details.
Offline
Pages: 1