]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
mke2fs: clarify inode ratio in man page
authorPhillip Susi <psusi@ubuntu.com>
Wed, 16 Oct 2013 03:37:51 +0000 (23:37 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 16 Oct 2013 03:37:54 +0000 (23:37 -0400)
The man page still said it was not possible to change the number of
inodes on a filesystem after creating it.  You actually can by
resizing the fs, so clarify this language a bit.

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

index 7d2f0f7009542c23c7b2691ec1a6c209ab7c5fc2..7b89296f7fad1fdded49dddcf14b1091d91a644e 100644 (file)
@@ -349,9 +349,9 @@ bytes of space on the disk.  The larger the
 ratio, the fewer inodes will be created.  This value generally shouldn't
 be smaller than the blocksize of the filesystem, since in that case more
 inodes would be made than can ever be used.  Be warned that it is not
-possible to expand the number
-of inodes on a filesystem after it is created, so be careful deciding the
-correct value for this parameter.
+possible to change this ratio on a filesystem after it is created, so be
+careful deciding the correct value for this parameter.  Note that resizing
+a filesystem changes the numer of inodes to maintain this ratio.
 .TP
 .BI \-I " inode-size"
 Specify the size of each inode in bytes.