aboutsummaryrefslogtreecommitdiff
path: root/weed/command/mount_std.go
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-01-11 12:23:12 -0800
committerchrislu <chris.lu@gmail.com>2022-01-11 12:23:12 -0800
commit41daecfdca7e5987f9ef064a4cbc8c9649e8d073 (patch)
treeeaf38c984233e7c40f2afc25179ce3665e87280c /weed/command/mount_std.go
parent2d0ccc4d348b9cdf508ffd93ae2438664ed83c51 (diff)
downloadseaweedfs-41daecfdca7e5987f9ef064a4cbc8c9649e8d073.tar.xz
seaweedfs-41daecfdca7e5987f9ef064a4cbc8c9649e8d073.zip
Update mount_std.go
Diffstat (limited to 'weed/command/mount_std.go')
-rw-r--r--weed/command/mount_std.go1
1 files changed, 1 insertions, 0 deletions
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),