From 412a74a01abf51e5f719a25e8b20df3b2ab8b116 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Fri, 16 Dec 2022 10:53:52 -0800 Subject: [PATCH] Updated FUSE Mount (markdown) --- FUSE-Mount.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/FUSE-Mount.md b/FUSE-Mount.md index ac06ddf..b17ae70 100644 --- a/FUSE-Mount.md +++ b/FUSE-Mount.md @@ -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 +``` \ No newline at end of file