On Mon, Oct 6, 2014 at 7:53 PM, Theodore Ts'o <tytso@xxxxxxx> wrote: > > On Mon, Oct 06, 2014 at 01:23:50PM -0500, Paul Paulson wrote: > > The mkfs command fails to create ext4 filesystems on partition sizes > > greater than 1998080 MiB when using 1024 byte blocks and the default > > calculation for the number of inodes reserved for the filesystem. > > I've never noticed a problem because creating a partition that large > makes the xfstests runs take a long, long time. I typically use a 5 > GB or 20GB partition. Is there a particular reason why you are trying > to do test ext4 using a 1k blocksize for a 2T file system? We can fix > mke2fs so it doesn't fail when you create a > 2T file system with a 1k > block size, but the bigger question in my mind is why anyone would > ever want to do that? > > - Ted We'd like to run the full test suite using maximum partition sizes on SMR drives for functional and performance evaluation purposes. Since drive capacities are increasing so rapidly it would be nice if mke2fs would support filesystems up to the maximum configurations specified in the Ext4_Disk_Layout document using default filesystem configs. For example, the 127877120 inode limit that we ran into is only 3% of the number of inodes specified in the document (2^32 inodes in a 4 TiB filesystem with 1KiB block sizes for 32-bit mode). -- 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