Package: e2fsprogs Version: 1.42.5-1 The manpage says:
-I inode-size Specify the size of each inode in bytes. mke2fs creates 256-byte inodes by default... but if I do this for a small test device (~64M): # mke2fs -t ext4 /dev/whatever even though /etc/mke2fs.conf has "inode_size = 256" set for ext4, I still end up with this: # tune2fs -l /dev/whatever | grep 'Inode size:' Inode size: 128 I noticed because some tests that expect nanosecond resolution timestamps were failing on that filesystem. An explicit "-I 256" argument does create 256 byte inodes, i.e.: # mke2fs -t ext4 -I 256 /dev/whatever It'd be nice if at least the -I entry mentioned that mke2fs may override the default in some cases. Thanks -- Rob Browning rlb @defaultvalue.org and @debian.org GPG as of 2011-07-10 E6A9 DA3C C9FD 1FF8 C676 D2C4 C0F0 39E9 ED1B 597A GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org