aboutsummaryrefslogtreecommitdiff
path: root/weed/command/mount_std.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2018-11-22 23:04:23 -0800
committerChris Lu <chris.lu@gmail.com>2018-11-22 23:04:23 -0800
commit6344469a9b886d69f47a903f0c95329f2c17f714 (patch)
treeb9d3ea06997a748101bc9a483969eca17aad973f /weed/command/mount_std.go
parentd64546c7918216611ba373493193742a37a5974a (diff)
downloadseaweedfs-6344469a9b886d69f47a903f0c95329f2c17f714.tar.xz
seaweedfs-6344469a9b886d69f47a903f0c95329f2c17f714.zip
set fuse subtype
Diffstat (limited to 'weed/command/mount_std.go')
-rw-r--r--weed/command/mount_std.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/command/mount_std.go b/weed/command/mount_std.go
index 6bb4a300e..e238fafbf 100644
--- a/weed/command/mount_std.go
+++ b/weed/command/mount_std.go
@@ -34,6 +34,7 @@ func runMount(cmd *Command, args []string) bool {
*mountOptions.dir,
fuse.VolumeName("SeaweedFS"),
fuse.FSName("SeaweedFS"),
+ fuse.Subtype("SeaweedFS"),
fuse.NoAppleDouble(),
fuse.NoAppleXattr(),
fuse.ExclCreate(),