FUSE: add os specific mount options
related to https://github.com/chrislusf/seaweedfs/issues/1094
This commit is contained in:
12
weed/command/mount_linux.go
Normal file
12
weed/command/mount_linux.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package command
|
||||
|
||||
import (
|
||||
|
||||
"github.com/seaweedfs/fuse"
|
||||
)
|
||||
|
||||
func osSpecificMountOptions() []fuse.MountOption {
|
||||
return []fuse.MountOption{
|
||||
fuse.AllowNonEmptyMount(),
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user