diff options
| author | chrislu <chris.lu@gmail.com> | 2022-01-11 12:23:12 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-01-11 12:23:12 -0800 |
| commit | 41daecfdca7e5987f9ef064a4cbc8c9649e8d073 (patch) | |
| tree | eaf38c984233e7c40f2afc25179ce3665e87280c /weed/command | |
| parent | 2d0ccc4d348b9cdf508ffd93ae2438664ed83c51 (diff) | |
| download | seaweedfs-41daecfdca7e5987f9ef064a4cbc8c9649e8d073.tar.xz seaweedfs-41daecfdca7e5987f9ef064a4cbc8c9649e8d073.zip | |
Update mount_std.go
Diffstat (limited to 'weed/command')
| -rw-r--r-- | weed/command/mount_std.go | 1 |
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), |
