Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 May 2019 15:58:44 +0000 (UTC)
From:      Alan Somers <asomers@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r347991 - projects/fuse2/sbin/mount_fusefs
Message-ID:  <201905201558.x4KFwiJU003786@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: asomers
Date: Mon May 20 15:58:44 2019
New Revision: 347991
URL: https://svnweb.freebsd.org/changeset/base/347991

Log:
  mount_fusefs(8): document the -o subtype option.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  projects/fuse2/sbin/mount_fusefs/mount_fusefs.8

Modified: projects/fuse2/sbin/mount_fusefs/mount_fusefs.8
==============================================================================
--- projects/fuse2/sbin/mount_fusefs/mount_fusefs.8	Mon May 20 12:57:39 2019	(r347990)
+++ projects/fuse2/sbin/mount_fusefs/mount_fusefs.8	Mon May 20 15:58:44 2019	(r347991)
@@ -29,7 +29,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd November 17, 2018
+.Dd May 19, 2019
 .Dt MOUNT_FUSEFS 8
 .Os
 .Sh NAME
@@ -153,6 +153,13 @@ This is the default behaviour, to allow sharing, expic
 Do not refuse unmounting if there are secondary mounts
 .It Cm push_symlinks_in
 Prefix absolute symlinks with the mountpoint
+.It Cm subtype Ns = Ns Ar fsname
+Suffix
+.Ar fsname
+to the file system name as reported by
+.Xr statfs 2 .
+This option can be used to identify the file system implemented by
+.Ar fuse_daemon .
 .El
 .El
 .Pp



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905201558.x4KFwiJU003786>