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