curaga
Group: Members
Posts: 2163
Joined: Feb. 2007 |
|
Posted: April 19 2007,15:47 |
|
Yes it's normal. It just assumes you have done that already.
So it's a hd-install. For swap "mkswap /dev/hda2" if it's hda2, and then "swapon /dev/hda2" and add this line to /etc/fstab:Quote | /dev/hda2 swap swap defaults 0 0 | For home partition "mke2fs -m0 /dev/hda3" (again assuming it's hda3, -m0 is there because no space needs to be reserved for root on a home partition) and then boot a livecd (Not good moving files when they are in use), mount partitions, and move your /mnt/hda1/home/* there, so that, for example "/mnt/hda1/home/dsl" will become "/mnt/hda3/dsl" and the /mnt/hda1/home dir will be empty. Then add this to /mnt/hda1/etc/fstab:Quote | /dev/hda3 /home auto defaults,auto 0 0 | You are now ready to reboot....
-------------- There's no such thing as life. Those mean little jocks invented it ;) - Windows is not a virus. A virus does something!
|