Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 566146 - kernel: fstab options: implement a list containing all valid fstab options, so all invalid options are suppressed
Summary: kernel: fstab options: implement a list containing all valid fstab options, s...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-18 17:12 UTC by Keruskerfuerst
Modified: 2015-11-19 01:47 UTC (History)
1 user (show)

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 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.