Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Creating/Mounting Partitions
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
anara
n00b
n00b


Joined: 24 Jan 2004
Posts: 6

PostPosted: Sun Jan 25, 2004 8:09 pm    Post subject: Creating/Mounting Partitions Reply with quote

Hiya. Things are going pretty well. Got Knoppix up no probs and wandering through the Install doc fairly easily. Created the partitions etc. Now is time to mount them.

Code:
4.j Mounting: Now that your partitions are initialized and are housing a filesystem, it is time to mount those partitions. Use the mount command. Don't forget to create the necessary mount directories:

Code listing 40: Mounting partitions
# mount /dev/hda3 /mnt/gentoo
# mkdir /mnt/gentoo/boot
# mount /dev/hda1 /mnt/gentoo/boot


Don't forget to create the necessary mount directories? I think that might be my prob. When typing: mount /dev/hda3 /mnt/gentoo I receive an error:

mount: mount point /mnt/gentoo does not exist

I think I missed something somewhere. Cheers!!
_________________
ana
Back to top
View user's profile Send private message
GentooBox
Veteran
Veteran


Joined: 22 Jun 2003
Posts: 1168
Location: Denmark

PostPosted: Sun Jan 25, 2004 8:15 pm    Post subject: Reply with quote

you dont have the folder "gentoo"

do this:

mkdir /mnt/gentoo

and try mounting it again
_________________
Encrypt, lock up everything and duct tape the rest
Back to top
View user's profile Send private message
anara
n00b
n00b


Joined: 24 Jan 2004
Posts: 6

PostPosted: Sun Jan 25, 2004 8:39 pm    Post subject: Reply with quote

GentooBox wrote:
you dont have the folder "gentoo"

do this:

mkdir /mnt/gentoo

and try mounting it again


YES! I didn't think it would know which partition so I was trying:

mkdir /dev/hda1 /mnt/gentoo

Cheers!!
_________________
ana
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum