diff options
author | Theodore Ts'o <tytso@mit.edu> | 1999-10-23 03:17:10 +0000 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 1999-10-23 03:17:10 +0000 |
commit | 06968e7e27aaac0f28fc6448fef58fcda314b5a2 (patch) | |
tree | 8be63e5250d520796cf8027ad432212348d4429d /misc/mke2fs.8.in | |
parent | 1d0fc069af8146b1d0c845219bb9315fb4cb6dcf (diff) | |
download | e2fsprogs-06968e7e27aaac0f28fc6448fef58fcda314b5a2.tar.gz |
debugfs.c:
Update to pass new required parameter to e2p_edit_features
mke2fs.8.in:
Update man page to add explanatory note about how the default block
size is determined.
Diffstat (limited to 'misc/mke2fs.8.in')
-rw-r--r-- | misc/mke2fs.8.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/misc/mke2fs.8.in b/misc/mke2fs.8.in index 2e8ae4a5..76ea4eef 100644 --- a/misc/mke2fs.8.in +++ b/misc/mke2fs.8.in @@ -105,7 +105,12 @@ automagically figures the file system size. .TP .BI \-b " block-size" Specify the size of blocks in bytes. Valid block size vales are 1024, -2048 and 4096 bytes per block. +2048 and 4096 bytes per block. If omitted, +.B mke2fs +block-size is determined by the file system size and the expected usage +of the filesystem (see the +.B \-T +option). .TP .B \-c Check the device for bad blocks before creating the file system, using a |