View previous topic :: View next topic |
Author |
Message |
pornospeedracer n00b
Joined: 31 Aug 2005 Posts: 18 Location: Seattle
|
Posted: Wed Aug 31, 2005 1:05 am Post subject: mounting partitions |
|
|
First timer here, I'm following the install guide, but I'm not sure how to mount each partition. So far I've done:
# mount /dev/hda3 /mnt/gentoo
# mkdir /mnt/gentoo/boot
# mount /dev/hda1 /mnt/gentoo/boot
Do I need a mkdir command for the hda1 (boot partion), and what do I do about hda2 (swap partition)?
Thank you in advance for any help. |
|
Back to top |
|
|
St. Joe Apprentice
Joined: 13 Apr 2005 Posts: 242 Location: USA
|
Posted: Wed Aug 31, 2005 1:13 am Post subject: Re: mounting partitions |
|
|
pornospeedracer wrote: | Do I need a mkdir command for the hda1 (boot partion), and what do I do about hda2 (swap partition)? |
# mkdir /mnt/gentoo/boot
# mount /dev/hda1 /mnt/gentoo/boot
# swapon /dev/hda2 _________________ For every hammer there is a nail.
For every nail there is a thumb. |
|
Back to top |
|
|
|