Bug 832217
Summary: | mount(8) does not support the nofail fstab entry | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Thomas Spear <Speeddymon> |
Component: | util-linux | Assignee: | Karel Zak <kzak> |
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 17 | CC: | jonathan, kzak, mluscon, sjoerd |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-06-15 11:54:02 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Thomas Spear
2012-06-14 21:52:26 UTC
I'm experiencing the same problem. It's actually a bit worse. If I don't have the nofail option, booting stops early on and asks for the root password for maintenance. If I just type Control-D, booting continues without any further problem and the shared file systems get mounted. If I add a nofail option to fstab, booting completes, but the shared file systems don't get mounted since mount doesn't recognize the option. It seems, I cannot win. (These tests with an up-to-date VirtualBox driver in the client.) I guess that there is /sbin/mount.vboxsf and the command mount(8) works as a wrapper for "vboxsf" filesystem. The mount helpers (including /sbin/mount.vboxsf) have to support generic userspace mount options. VirtualBox is 3rd party package; I don't see a way how I can help you, closing. Sorry. |