summaryrefslogtreecommitdiffstats
path: root/sys-utils/mount.8
diff options
context:
space:
mode:
Diffstat (limited to 'sys-utils/mount.8')
-rw-r--r--sys-utils/mount.87
1 files changed, 7 insertions, 0 deletions
diff --git a/sys-utils/mount.8 b/sys-utils/mount.8
index 5f77f1836..add9818fa 100644
--- a/sys-utils/mount.8
+++ b/sys-utils/mount.8
@@ -1105,6 +1105,13 @@ applications specific options. These options are not stored to mtab file, send
to mount.<type> helpers or
.B mount(2)
system call. The suggested format is x-<appname>.<option> (e.g. x-systemd.automount).
+.TP
+.B x-mount.mkdir[=<mode>]
+Allow to make a target directory (mountpoint). The optional argument <mode>
+specifies the file system access mode used for
+.B mkdir (2)
+in octal notation. The default mode is 0755. This functionality is supported
+only for root users.
.SH "FILESYSTEM SPECIFIC MOUNT OPTIONS"
The following options apply only to certain filesystems.