https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207177
Jonathan de Boyne Pollard <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |J.deBoynePollard-newsgroups | |@NTLWorld.COM --- Comment #1 from Jonathan de Boyne Pollard <[email protected]> --- (In reply to agniaus from comment #0) The error message is correct. This is not an option for the BSD mount command. You are attempting to use a Linux idiosyncrasy. The "nofail" option was invented in December 2007 for the Linux mount command by Matthias Koenig, Kay Sievers, and Karel Zak. (http://comments.gmane.org/gmane.linux.utilities.util-linux-ng/414) The FreeBSD mount command has a "failok" option, dating from base r222832 in June 2011. This is documented in the fstab(5) manual page. It isn't documented in mount(8), however; even though that is the command that actually implements it. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-amd64 To unsubscribe, send any mail to "[email protected]"
