diff --git a/weed/command/mount_std.go b/weed/command/mount_std.go index ccd4b1684..aebd04170 100644 --- a/weed/command/mount_std.go +++ b/weed/command/mount_std.go @@ -171,6 +171,7 @@ func RunMount(option *MountOptions, umask os.FileMode) bool { fuse.NoAppleXattr(), fuse.ExclCreate(), fuse.DaemonTimeout("3600"), + fuse.AllowDev(), fuse.AllowSUID(), fuse.DefaultPermissions(), fuse.MaxReadahead(1024 * 512),