On 10/3/11 4:55 PM, Eric Sandeen wrote: > Has anyone tried mke2fs at its limits? The latest git tree seems to fail in several ways. > (Richard Jones reported the initial failure) > > # truncate --size 1152921504606846976 reallybigfile > # mke2fs -t ext4 reallybigfile ... > Trying it with "-O bigalloc" (which should be automatic at this size, > I think?) just goes away for a very long time, I'm not sure what it's > thinking about, or if it's in a loop somewhere (looking now). It comes up with too many inodes, then tries to reduce the count, but the "waste not want not" logic bumps it back up... ipg eventually goes "below" 0 but it's unsigned so it goes on in this loop forever. Some of this is my fault... I put that retry logic in years ago. :( I'll see what I can do to fix it up. -Eric -- 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