From 8f2723b387fd3a4f575109a42d7c91059ebfe3fa Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 31 Mar 2019 14:33:02 +0200 Subject: Allow "nofail" for /etc/fstab use --- Documentation/MANPAGE.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Documentation') diff --git a/Documentation/MANPAGE.md b/Documentation/MANPAGE.md index 6fa5156..36866fe 100644 --- a/Documentation/MANPAGE.md +++ b/Documentation/MANPAGE.md @@ -238,6 +238,12 @@ See `-dev, -nodev`. #### -noexec See `-exec, -noexec`. +#### -nofail +Having the `nofail` option in `/etc/fstab` instructs `systemd` to continue +booting normally even if the mount fails (see `man systemd.fstab`). + +The option is ignored by `gocryptfs` itself and has no effect outside `/etc/fstab`. + #### -nonempty Allow mounting over non-empty directories. FUSE by default disallows this to prevent accidental shadowing of files. -- cgit v1.2.3