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

Bug 566146

Summary: kernel: fstab options: implement a list containing all valid fstab options, so all invalid options are suppressed
Product: Gentoo Linux Reporter: Keruskerfuerst <armin_mohring>
Component: [OLD] Core systemAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal CC: grknight
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Keruskerfuerst 2015-11-18 17:12:19 UTC
I have a working linux system: kernel 4.1.12.
If I mistype relatime to reatime or something else, the system does not boot properly.

Reproducible: Always

Steps to Reproduce:
1.change fstab options. add options like relatime or noatime
2.mistype them to realtime or different
3.system does not boot properly
Actual Results:  
system does not boot to gui.

Expected Results:  
Wrong fstab options should be suppressed.
System boots to fine. (to runlevel 3 or 5)
Comment 1 Brian Evans (RETIRED) gentoo-dev 2015-11-18 17:33:19 UTC
The valid options are long (many dozens if not hundreds) and are listed in `man mount` or `man mount.<fstype>`
Listing them in the file would be huge.

If you don't care about failed mounts, you use the nofail mount option.
Comment 2 Mike Gilbert gentoo-dev 2015-11-19 01:47:46 UTC
Sounds like mount is operating as expected here.