Updated FUSE Mount (markdown)

Chris Lu 2022-12-16 10:53:52 -08:00
parent 6a6b18eade
commit 412a74a01a

@ -295,3 +295,11 @@ The issue is with samba.conf. If you see NT_STATUS_ACCESS_DENIED error, try to a
force user = root
force group = root
```
### What does "df" output means? ###
```
Size: total number of volumes * volume size limit
Used: Logic Size of files * replication = physical disk size taken
Available = Size - Used
```