[Bug 246201] fsck: Does not honour /etc/fstab "failok" option (mount does)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Nov 2021 14:22:08 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246201 --- Comment #2 from Robert Clausecker <fuz@fuz.su> --- (In reply to Kirk McKusick from comment #1) Hi Kirk, Isn't this better solved in fsck(8)? If you address this in fsck_ffs(8), the problem will still exist for other file systems. Also, suppose the device open succeeds but the fsck fails (e.g. because the device is flaky), this would still send the system back to single user mode. I expect "failok" to mean "do not interrupt boot if there is a problem with this fstab entry under any circumstances." -- You are receiving this mail because: You are the assignee for the bug.