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, *mountOptions.dir,
fuse.VolumeName("SeaweedFS"), fuse.VolumeName("SeaweedFS"),
fuse.FSName("SeaweedFS"), fuse.FSName("SeaweedFS"),
fuse.Subtype("SeaweedFS"),
fuse.NoAppleDouble(), fuse.NoAppleDouble(),
fuse.NoAppleXattr(), fuse.NoAppleXattr(),
fuse.ExclCreate(), fuse.ExclCreate(),

|||||||
100:0
Loading…
Cancel
Save