From 2019f75c322a6490fa114ec5af2c92090b106a64 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Mon, 20 May 2019 15:58:44 +0000 Subject: [PATCH] mount_fusefs(8): document the -o subtype option. Sponsored by: The FreeBSD Foundation --- sbin/mount_fusefs/mount_fusefs.8 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/sbin/mount_fusefs/mount_fusefs.8 b/sbin/mount_fusefs/mount_fusefs.8 index 7c3bdb94d1b5..30eb7c0acb74 100644 --- a/sbin/mount_fusefs/mount_fusefs.8 +++ b/sbin/mount_fusefs/mount_fusefs.8 @@ -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, expicitly use 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