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

Bug 25133

Summary: missing e2label explanation to go along with fstab label mount points
Product: [OLD] Docs-user Reporter: Wade Maxfield <maxfield>
Component: Gentoo Linux x86 Installation GuideAssignee: Docs Team <docs-team>
Status: RESOLVED WORKSFORME    
Severity: blocker    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Wade Maxfield 2003-07-23 12:13:11 UTC
the example fstab for the 1.4 gentoo cd contains partition labels, but the 
explanation text has no information on how to set up labels on partitions.

Reproducible: Always
Steps to Reproduce:
1. read the documentation, look for e2label
2.
3.

Actual Results:  
/etc/fstab will not work as given, unless e2label is used to change the label on 
the partition.

Expected Results:  
add a section on using e2label, or add a section on using /dev/hda1, etc, 
entries in fstab

this will stump a newbie.  e2label didn't work as expected with me either, and I 
had to change /etc/fstab to point to the /dev entries to get a good boot.
Comment 1 Ken Nowack (RETIRED) gentoo-dev 2003-07-23 18:29:31 UTC
Per the install guide: 

Use something like the /etc/fstab listed below, but of course be sure to replace "BOOT", "ROOT" and "SWAP" with the actual block devices you are using (such as hda1, etc.)



So those are not meant to be partition labels and that fstab is an example only. You are correct that it won't work verbatim, but it's not supposed to. Your /etc/fstab should reflect the block devices the partition you are using reside on, /dev/hdaX etc, as instructed.
Comment 2 Zhen Lin 2003-07-23 22:31:26 UTC
Are you sure he doesn't mean Redhat style

LABEL=/                 /                       ext3            noatime                         0 0

Which only works for ext2/ext3 partitions? (Hence, e2label)