From: Karel Zak Date: Fri, 27 Aug 2010 18:42:16 +0000 (+0200) Subject: mount: add info about type.subtype to /sbin/mount. API description X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8eff6643e191b5aebebdc33d091c5f4f1e606e2c;p=util-linux mount: add info about type.subtype to /sbin/mount. API description Signed-off-by: Karel Zak --- diff --git a/mount/mount.8 b/mount/mount.8 index 1e8a08e4..2fe0db8d 100644 --- a/mount/mount.8 +++ b/mount/mount.8 @@ -2632,10 +2632,13 @@ The syntax of external mount helpers is: .RB [ \-sfnv ] .RB [ \-o .IR options ] +.RB [ \-t +.IR type.subtype ] .RE -where the is filesystem type and \-sfnvo options have same meaning like -standard mount options. +where the 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). .SH FILES .TP 18n diff --git a/mount/umount.8 b/mount/umount.8 index 5ef861aa..fac88785 100644 --- a/mount/umount.8 +++ b/mount/umount.8 @@ -147,9 +147,13 @@ The syntax of external umount helpers is: .BI /sbin/umount. .RI { dir | device } .RB [ \-nlfvr ] +.RB [ \-t +.IR type.subtype ] .br where the is filesystem type or a value from "uhelper=" mtab option. +The \-t option is used for filesystems with subtypes support (for example +/sbin/mount.fuse -t fuse.sshfs). The uhelper (unprivileged umount helper) is possible to used when non-root user wants to umount a mountpoint which is not defined in the /etc/fstab file (e.g