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(),