weed mount with non-root user

zako91
2024-06-29 15:09:08 +02:00
parent 009e4886f6
commit 02e211a526

@@ -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
```