mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-08 03:05:48 +08:00
weed mount with non-root user
@@ -310,4 +310,10 @@ The issue is with samba.conf. If you see NT_STATUS_ACCESS_DENIED error, try to a
|
||||
Size: total number of volumes * volume size limit
|
||||
Used: (Logical Total Size of files - Logical Deleted File Size) * replication = physical disk size taken
|
||||
Available = Size - Used
|
||||
```
|
||||
### Can't mount as non-root user ###
|
||||
```
|
||||
Workaround is to use Linux capabilities on weed executable.
|
||||
setcap cap_net_raw,cap_net_admin,cap_dac_override+eip /usr/local/bin/weed
|
||||
After that you need to use "weed mount" with option allowOthers=false
|
||||
```
|
Reference in New Issue
Block a user