https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246201
Bug ID: 246201
Summary: /etc/fstab "failok" option should apply to fsck as
well as mount
Product: Base System
Version: Unspecified
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: bin
Assignee: [email protected]
Reporter: [email protected]
When the /etc/fstab option "failok" is configured for a UFS device which may,
at times, be missing, boot still fails (drops into single-user mode).
This is because fsck also runs against /etc/fstab, and considers the missing
device to be a failure condition.
fsck should be patched to also continue, possibly returning a different return
code.
Bug 163668 fixed the missing device issue in mount, but fsck was never taken
into account (that I can see).
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"