summaryrefslogtreecommitdiffstats
path: root/sys-utils/mount.8
diff options
context:
space:
mode:
authorKarel Zak2013-01-09 15:41:46 +0100
committerKarel Zak2013-01-09 15:41:46 +0100
commitf3242e065af2436ebf84c11e49101cce32a3a18b (patch)
treef31bfd933bbd38343adc9a80cb1f982ddcf6116b /sys-utils/mount.8
parentmount: Fix -t in listing mode when run as non-root (diff)
downloadkernel-qcow2-util-linux-f3242e065af2436ebf84c11e49101cce32a3a18b.tar.gz
kernel-qcow2-util-linux-f3242e065af2436ebf84c11e49101cce32a3a18b.tar.xz
kernel-qcow2-util-linux-f3242e065af2436ebf84c11e49101cce32a3a18b.zip
mount: document x-* options
Signed-off-by: Karel Zak <kzak@redhat.com>
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 44218cc40..5f77f1836 100644
--- a/sys-utils/mount.8
+++ b/sys-utils/mount.8
@@ -1098,6 +1098,13 @@ This option implies the options
.BR noexec ", " nosuid ", and " nodev
(unless overridden by subsequent options, as in the option line
.BR users,exec,dev,suid ).
+.TP
+.B x-*
+All options prefixed with "x-" are interpreted as comments or userspace
+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).
.SH "FILESYSTEM SPECIFIC MOUNT OPTIONS"
The following options apply only to certain filesystems.