mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-11-24 10:33:35 +08:00
mke2fs.8.in: Add an explanation about why reserved blocks in a
filesystem is a good thing.
This commit is contained in:
parent
6e4fbbeb50
commit
029de63277
@ -1,3 +1,8 @@
|
||||
2004-10-08 Theodore Ts'o <tytso@mit.edu>
|
||||
|
||||
* mke2fs.8.in: Add an explanation about why reserved blocks in a
|
||||
filesystem is a good thing.
|
||||
|
||||
2004-09-28 Theodore Ts'o <tytso@mit.edu>
|
||||
|
||||
* badblocks.8.in: Document the default block size. (Addresses
|
||||
|
@ -269,7 +269,12 @@ Set the volume label for the filesystem.
|
||||
.TP
|
||||
.BI \-m " reserved-blocks-percentage"
|
||||
Specify the percentage of the filesystem blocks reserved for
|
||||
the super-user. This value defaults to 5%.
|
||||
the super-user. This avoids fragmentation, and allows root-owned
|
||||
daemons, such as
|
||||
.BR syslogd (8),
|
||||
to continue to function correctly after non-privileged processes are
|
||||
prevented from writing to the filesystem. The default percentage
|
||||
is 5%.
|
||||
.TP
|
||||
.B \-M
|
||||
Set the last mounted directory for the filesystem. This might be useful
|
||||
|
Loading…
Reference in New Issue
Block a user