summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorRadek Podgorny <radek@podgorny.cz>2009-03-03 22:51:42 +0100
committerRadek Podgorny <radek@podgorny.cz>2009-03-03 22:51:42 +0100
commit958727e3598a7b55dc71dfd4edbba443340cc001 (patch)
treedac773c1b3458cbc7ff7865a2a0aa76abe856efc /man
parentbac743b7a2cd77d02a82aef863e268e30a14aa97 (diff)
downloadunionfs-fuse-958727e3598a7b55dc71dfd4edbba443340cc001.tar.gz
Renamed the correct_statfs to statfs_omit_ro to make the "correct" behaviour default.
Diffstat (limited to 'man')
-rw-r--r--man/unionfs-fuse.811
1 files changed, 5 insertions, 6 deletions
diff --git a/man/unionfs-fuse.8 b/man/unionfs-fuse.8
index 44dd1ca..de03f8b 100644
--- a/man/unionfs-fuse.8
+++ b/man/unionfs-fuse.8
@@ -32,12 +32,11 @@ Enable copy\-on\-write
\fB\-o stats
Show statistics in the file 'stats' under the mountpoint.
.TP
-\fB\-o correct_statfs
-By default only blocks of rw-branches are counted in statfs() calls
-(e.g. by 'df'). On setting this option all branches will be counted for the
-summarry of blocks, but still only rw-branches count for available blocks.
-While this is the most correct (TM) counting method, it will break all
-tools calculating the usage percentage of mounted partitions.
+\fB\-o statfs_omit_ro
+By default blocks of all branches are counted in statfs() calls
+(e.g. by 'df'). On setting this option read-only branches will be omitted
+for the summary of blocks. This may sound weird but it actually fixes
+"wrong" percentage of free space.
.TP
\fB\-o noinitgroups
Since version 0.23 without any effect, just left over for compatibility.