mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-20 01:59:23 +08:00
set fuse subtype
This commit is contained in:
@@ -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(),
|
||||||
|
Reference in New Issue
Block a user