Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 37102

Summary: Mounting of proc filesystem; inconsistency in Handbook
Product: [OLD] Docs-user Reporter: Rabbe Fogelholm <rabbe>
Component: HandbookAssignee: Tobias Scherbaum (RETIRED) <dertobi123>
Status: RESOLVED INVALID    
Severity: normal CC: docs-team, plaes
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
URL: http://www.gentoo.org/doc/en/handbook/handbook.xml?part=1&chap=11
Whiteboard:
Package list:
Runtime testing required: ---

Description Rabbe Fogelholm 2004-01-03 06:00:41 UTC
In the URL above there is the code line

    # umount /mnt/gentoo/boot /mnt/gentoo/proc /mnt/gentoo

which suggests that something was previously mounted to /mnt/gentoo/proc. However, there is no such mount command in lower-numbered pages of the manual.

For comparison, the old on-line guide (http://www.gentoo.org/doc/en/gentoo-x86-install.xml) had a mount command in code listing 8.6

    # mount -t proc proc /mnt/gentoo/proc

and a corresponding umount in listing 26.1

    # umount /mnt/gentoo/proc
Comment 1 Tobias Scherbaum (RETIRED) gentoo-dev 2004-01-03 06:15:06 UTC
Spend a look at chapter 4.k "Mounting", the proc mounting stuff is explained there.
http://www.gentoo.org/doc/en/handbook/handbook.xml?part=1&chap=4#doc_chap11
Comment 2 Rabbe Fogelholm 2004-01-03 06:42:54 UTC
Stupid of me ... I did search the pages, just must have missed this one somehow. OK, all in order then.
Comment 3 Sven Vermeulen (RETIRED) gentoo-dev 2004-05-18 02:49:50 UTC
*** Bug 51358 has been marked as a duplicate of this bug. ***