]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Update tune2fs man page to include more discussion of reserved blocks
authorTheodore Ts'o <tytso@mit.edu>
Thu, 12 Jul 2007 03:20:17 +0000 (23:20 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 12 Jul 2007 03:20:17 +0000 (23:20 -0400)
Addresses-Launchpad-bug: #47817

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
misc/tune2fs.8.in

index 7f223bf927750e7974ab83557bf12d3fdeecde5d..2e617db85c3173d68d53baea20ada1ae4d8104b8 100644 (file)
@@ -159,7 +159,7 @@ without first replaying the external journal can result in
 severe data loss and filesystem corruption.
 .TP
 .BI \-g " group"
-Set the group which can use reserved filesystem blocks.
+Set the group which can use the reserved filesystem blocks.
 The 
 .I group
 parameter can be a numerical gid or a group name.  If a group name is given,
@@ -294,7 +294,15 @@ instead of a block special device name like
 .BR /dev/hda5 .
 .TP
 .BI \-m " reserved-blocks-percentage"
-Set the percentage of reserved filesystem blocks.
+Set the percentage of the filesystem which may only be allocated
+by privileged processes.   Reserving some number of filesystem blocks 
+for use by privileged processes is done 
+to avoid filesystem fragmentation, and to allow system
+daemons, such as 
+.BR syslogd (8),
+to continue to function correctly after non-privileged processes are 
+prevented from writing to the filesystem.  Normally, the default percentage 
+of reserved blocks is 5%.
 .TP
 .BI \-M " last-mounted-directory"
 Set the last-mounted directory for the filesystem.