Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Do I need this step?
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
shanenin
Guru
Guru


Joined: 28 Nov 2003
Posts: 578
Location: Rochester, MN U.S.A

PostPosted: Fri Mar 19, 2004 6:13 am    Post subject: Do I need this step? Reply with quote

This last time I installed gentoo(couple of days ago) I used my old printed verion of the 1.4 instlall guide. I was reading over the new guide, and it says I need two extra steps. I am pretty sure I left these out. Should that have that been a problem?
Code:

# mount /dev/hda3 /mnt/gentoo
# mkdir /mnt/gentoo/boot
# mount /dev/hda1 /mnt/gentoo/boot
# mkdir /mnt/gentoo/proc
# mount -t proc none /mnt/gentoo/proc


I am pretty certain I did not enter those last two lines of code. As far as I can tell they are not included in the old install guide.
_________________
http://brighteyedcomputer.com
Back to top
View user's profile Send private message
knefas
l33t
l33t


Joined: 21 Dec 2003
Posts: 828

PostPosted: Fri Mar 19, 2004 6:23 am    Post subject: Reply with quote

I'm not sure, but don't think procs are so important... I think no, no problems... Isn't it working right now? :)
Back to top
View user's profile Send private message
shanenin
Guru
Guru


Joined: 28 Nov 2003
Posts: 578
Location: Rochester, MN U.S.A

PostPosted: Fri Mar 19, 2004 6:25 am    Post subject: Reply with quote

it seems to be working fine. I was hoping someone could clarify why those lines are in the new guide, but not the old, and how important it they really are.
_________________
http://brighteyedcomputer.com
Back to top
View user's profile Send private message
slycordinator
Advocate
Advocate


Joined: 31 Jan 2004
Posts: 3065
Location: Korea

PostPosted: Fri Mar 19, 2004 9:17 am    Post subject: Reply with quote

Those steps are in the directions because they are needed. I know some programs need proc to be mounted and used to work.
Back to top
View user's profile Send private message
mattjgalloway
l33t
l33t


Joined: 16 Mar 2004
Posts: 761
Location: Coventry, UK

PostPosted: Fri Mar 19, 2004 10:38 am    Post subject: Reply with quote

/proc is a pseudo-filesystem, and in it there is information about the processes running. It is in effect a way of accessing the memory locations held by a running program.

During installation you may need to mount this. I guess if you got through install without needing it, then fine. But make sure it's in your /etc/fstab
Back to top
View user's profile Send private message
shanenin
Guru
Guru


Joined: 28 Nov 2003
Posts: 578
Location: Rochester, MN U.S.A

PostPosted: Fri Mar 19, 2004 4:57 pm    Post subject: Reply with quote

I figured it out(why I was confused). In the gentoo-1.4 guide they have you mount proc on proc after you have you have unpacked you stage tarball. this way the directory /mnt/gentoo/proc is already made. So their is not need for the line mkdir /mnt/gentoo/proc.

In the new install instructions they have you mount proc before you unpack your stage tarball. That is why you have to issue the command mkdir /mnt/gentoo/proc so you have something to mount proc on.

I am not sure why they have you mount proc earlier in the new install guide. I also am not sure why they have the proc line slightly different
mount -t proc none /mnt/gentoo/proc
instead of
mount -t proc proc /mnt/gentoo/proc

It does not seem to make any difference which way you do it
_________________
http://brighteyedcomputer.com
Back to top
View user's profile Send private message
snekiepete
Guru
Guru


Joined: 07 May 2003
Posts: 306
Location: WISCONSIN

PostPosted: Fri Mar 19, 2004 4:58 pm    Post subject: Reply with quote

you will have troubles emerging grub without /proc mounted
Back to top
View user's profile Send private message
chINeSe mIDgEts
Apprentice
Apprentice


Joined: 02 Mar 2004
Posts: 209
Location: look behind you

PostPosted: Fri Mar 19, 2004 5:03 pm    Post subject: Reply with quote

my philosophy: read the install manual. If it says optional before what you want to(or dont want to), or the step is for a different system architecture, then you dont have to do it. If i doesn't say optional then do it
_________________
...it must have been very demanding having to learn how to use Microsoft Office, right up there with other lofty challenges like learning how to zip your fly without getting your dick caught.
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