summaryrefslogtreecommitdiffstats
path: root/sys-utils/mount.8
diff options
context:
space:
mode:
authorKarel Zak2013-10-07 14:42:09 +0200
committerKarel Zak2013-10-07 14:42:09 +0200
commit00963eac1cf566999cf79226be28e99415ffd411 (patch)
treefc398cdea5d148fa6376de4ad0f81af368514a94 /sys-utils/mount.8
parentbuild-sys: use tinfo *or* ncurses for more(1), ul(1) and setterm(1) (diff)
downloadkernel-qcow2-util-linux-00963eac1cf566999cf79226be28e99415ffd411.tar.gz
kernel-qcow2-util-linux-00963eac1cf566999cf79226be28e99415ffd411.tar.xz
kernel-qcow2-util-linux-00963eac1cf566999cf79226be28e99415ffd411.zip
libmount: (docs) make it obvious how we call mount.<type> helpers
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/mount.8')
-rw-r--r--sys-utils/mount.822
1 files changed, 21 insertions, 1 deletions
diff --git a/sys-utils/mount.8 b/sys-utils/mount.8
index c99891888..46abbf614 100644
--- a/sys-utils/mount.8
+++ b/sys-utils/mount.8
@@ -2887,7 +2887,7 @@ some mount succeeded
The command mount -a returns 0 (all success), 32 (all failed) or 64 (some
failed, some success).
-.SH NOTES
+.SH "EXTERNAL HELPERS"
The syntax of external mount helpers is:
.RS
@@ -2904,6 +2904,26 @@ where the <type> is filesystem type and \-sfnvo options have same meaning like
standard mount options. The \-t option is used for filesystems with subtypes
support (for example /sbin/mount.fuse -t fuse.sshfs).
+The command mount does not pass mount options
+.BR unbindable ,
+.BR runbindable ,
+.BR private ,
+.BR rprivate ,
+.BR slave ,
+.BR rslave ,
+.BR shared ,
+.BR rshared ,
+.BR auto ,
+.BR noauto ,
+.BR comment ,
+.BR x-*,
+.BR loop ,
+.BR offset
+and
+.BR sizelimit
+to mount.<suffix> helpers. The all others options are
+used in comma delimited list as argument for the option -o.
+
.SH FILES
.TP 18n
.I /etc/fstab