You are not logged in.
Pages: 1
Hi,
I have a single 250GB hard drive. When I use 'df', I get the following results:
robert / $ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda3 9.7G 9.7G 0 100% /
none 481M 0 481M 0% /dev/shm
/dev/sda1 130M 11M 113M 9% /boot
/dev/sda4 221G 200M 210G 1% /home
Notice how 210GB of that space is for /home. I want all of the space reserved for /home to be added to / (root). This should mean that /home shares the space allocated to /.
How can I do this? Thanks.
Last edited by void.pointer (2008-09-30 00:00:32)
Offline
After a bit more research, I learned of LVM. However, the Archlinux Wiki entry for this isn't very helpful for my specific situation. Do I have to completely reinstall archlinux in order for it to use LVM? Are there better instructions online for setting up LVM?
Offline
I wrote a very basic introduction to setting LVM up: http://blog.alanhaggai.org/2008/09/intr … -lvm2.html
Hope it is of help to you.
The difference makes the difference.
Offline
Do I have to completely reinstall archlinux in order for it to use LVM?
Pretty much. Unless you add another hard drive to your system, set it up to use LVM, migrate from the original hard drive to the new one, then add the original hard drive as part of the new LVM setup. Kinda messy, but possible.
This thread / psot might help you if you want to go that route: http://bbs.archlinux.org/viewtopic.php? … 22#p420322
Step 7 would obviously have to include your LVM setup.
Last edited by fukawi2 (2008-09-30 06:16:33)
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
Pages: 1