Browse Source

set fuse subtype

pull/778/head
Chris Lu 6 years ago
parent
commit
6344469a9b
  1. 1
      weed/command/mount_std.go

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

Loading…
Cancel
Save