1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-07-05 00:26:51 +02:00

set fuse subtype

This commit is contained in:
Chris Lu 2018-11-22 23:04:23 -08:00
parent d64546c791
commit 6344469a9b

View file

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