diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-10-22 12:12:17 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-10-22 12:12:17 +0200 |
commit | 149a32a19b8f7f38b5d39cf4f0e19a4517699f80 (patch) | |
tree | 90dc347dd3c25dac953f968e7d83c0445937daba /util-linux/mkfs_ext2.txt | |
parent | 3945bc15340dc9cfa8aae0164f3baf94db6d40c3 (diff) | |
download | busybox-w32-149a32a19b8f7f38b5d39cf4f0e19a4517699f80.tar.gz busybox-w32-149a32a19b8f7f38b5d39cf4f0e19a4517699f80.tar.bz2 busybox-w32-149a32a19b8f7f38b5d39cf4f0e19a4517699f80.zip |
mkfs_ext2: use compatible inode sizes; add -I <inodesize>. (by Vladimir)
function old new delta
mkfs_ext2_main 2385 2495 +110
packed_usage 26400 26447 +47
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 2/0 up/down: 157/0) Total: 157 bytes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/mkfs_ext2.txt')
-rw-r--r-- | util-linux/mkfs_ext2.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util-linux/mkfs_ext2.txt b/util-linux/mkfs_ext2.txt index 7c551ea04..273d5b644 100644 --- a/util-linux/mkfs_ext2.txt +++ b/util-linux/mkfs_ext2.txt | |||
@@ -1,5 +1,7 @@ | |||
1 | Difference between bbox mke2fs and standard one (dumpe2fs comparison): | 1 | Difference between bbox mke2fs and standard one (dumpe2fs comparison): |
2 | 2 | ||
3 | [upd: inode size has been fixed since then] | ||
4 | |||
3 | Two significant differences: | 5 | Two significant differences: |
4 | - standard mke2fs has resize_inode feature and thus has reserved GDT blocks, | 6 | - standard mke2fs has resize_inode feature and thus has reserved GDT blocks, |
5 | which decreases free blocks; | 7 | which decreases free blocks; |