diff options
author | Jakob Unterwurzacher | 2019-03-31 14:33:02 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2019-03-31 14:33:02 +0200 |
commit | 8f2723b387fd3a4f575109a42d7c91059ebfe3fa (patch) | |
tree | 91cd8795366ac60557b9c563d9e0a327d22ebb41 /Documentation | |
parent | ec17445b996e7a2dc3b753963ea329881430e27b (diff) |
Allow "nofail" for /etc/fstab use
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/MANPAGE.md | 6 |
1 files changed, 6 insertions, 0 deletions
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. |