Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 124735 - 10.c syntax switched.
Summary: 10.c syntax switched.
Status: RESOLVED INVALID
Alias: None
Product: [OLD] Docs on www.gentoo.org
Classification: Unclassified
Component: Installation Handbook (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Docs Team
URL: http://www.gentoo.org/doc/en/handbook...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-02 21:01 UTC by kevin
Modified: 2006-03-03 04:41 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kevin 2006-03-02 21:01:39 UTC
in the last part of chapter 10, in 10.c you have the commands
# exit
# cd
# umount......

the cd needs to be first, otherwise you get an error if your in one of the directories your trying to umount, I'm new to the gentoo install and it took me 3 tries to figure out why it kept saying /mnt/gentoo was busy.

putting the cd first brings to back to the root where when you hit exit it actually logs you out and puts you back in the install cd env where your free to umount everything.
Comment 1 SpanKY gentoo-dev 2006-03-02 21:23:52 UTC
i think you ran some commands in the wrong order

the "exit" is to get out of the chroot (typically /mnt/gentoo)

the "cd" is to make sure you arent in any of the /mnt dirs by moving you back to either / or /root (i forget which on the livecd)

since your $PWD is now / or /root, doing umount on /mnt/gentoo points should not be affected by the active shell
Comment 2 Jan Kundrát (RETIRED) gentoo-dev 2006-03-03 04:41:19 UTC
Comment 1 is correct, you have probably left some other shell in another console.