Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 311843 - Instructions on mounting are not accurate
Summary: Instructions on mounting are not accurate
Status: RESOLVED WORKSFORME
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: 2010-03-28 22:56 UTC by Cavin
Modified: 2010-03-28 23:36 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 Cavin 2010-03-28 22:56:18 UTC
In section 4.e., it is suggested to use the following commands to mount the newly created filesystem:

# mount /dev/sda3 /mnt/gentoo
# mkdir /mnt/gentoo/boot
# mount /dev/sda1 /mnt/gentoo/boot

However, that was not correct when doing this myself. The third command complained about needing to specify a filesystem.

To fix this I just used:

# mount -t tmpfs /dev/sda1 /mnt/gentoo/boot



Reproducible: Always

Steps to Reproduce:
1. Do this with the latest live minimal disk.

Actual Results:  
Error

Expected Results:  
No error
Comment 1 nm (RETIRED) gentoo-dev 2010-03-28 23:36:52 UTC
Can't reproduce. Works for me.