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