On Mon, Nov 03, 2008 at 10:23:32PM +0100, François Valenduc wrote: > So, as you suggested I add the following section in mke2fs.conf: > > portage = { > features = > has_journal,extents,flex_bg,uninit_bg,dir_nlink,extra_isize > inode_ratio=4096 > } You can also just do portage = { inode_ratio=4096 } ... and then "mke2fs -t ext4 -T portage" or "/sbin/mkfs.ext4 -T portage" will do the right thing. Note BTW, that this issue with the inode_ratio is also true for ext3, so what I've suggested means that "mke2fs -t ext3 -T portage" or "mke2fs -t ext2 -T portage" will also do the right thing for an ext3 or ext2 filesystem, respectively. - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html