mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
set fuse subtype
This commit is contained in:
parent
d64546c791
commit
6344469a9b
|
@ -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…
Reference in a new issue