summaryrefslogtreecommitdiffstats
path: root/mount/fstab.5
diff options
context:
space:
mode:
authorKarel Zak2010-08-30 10:48:52 +0200
committerKarel Zak2010-08-30 11:40:43 +0200
commite31597d8eda23e17fcfd46959d72765b966bb405 (patch)
tree3ef6beeb5597b02efe0eea2ec909e768988ef511 /mount/fstab.5
parentblockdev: fix typo in blockdev.8 (diff)
downloadkernel-qcow2-util-linux-e31597d8eda23e17fcfd46959d72765b966bb405.tar.gz
kernel-qcow2-util-linux-e31597d8eda23e17fcfd46959d72765b966bb405.tar.xz
kernel-qcow2-util-linux-e31597d8eda23e17fcfd46959d72765b966bb405.zip
mount: add note about subtypes to fstab.5
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'mount/fstab.5')
-rw-r--r--mount/fstab.58
1 files changed, 8 insertions, 0 deletions
diff --git a/mount/fstab.5 b/mount/fstab.5
index 1c5cdca9d..8a8348739 100644
--- a/mount/fstab.5
+++ b/mount/fstab.5
@@ -146,6 +146,14 @@ An entry
.I none
is useful for bind or move mounts.
+.BR mount (8)
+and
+.BR umount (8)
+support filesystem subtypes. The subtype is defined by '.subtype' suffix. For
+example 'fuse.sshfs'. It's recommended to use subtype notation rather than add
+any prefix to the first fstab field (for example 'sshfs#example.com' is
+depreacated).
+
The fourth field,
.RI ( fs_mntops ),
describes the mount options associated with the filesystem.