On Thu, Nov 13, 2008 at 12:57:12PM -0600, Bruce Guenter wrote: > > Ouch. Why is ext4 so much slower than ext3 here, and why is there such > a huge discrepancy between the different inode sizes? The filesystems > were created with the stock options except for inode size and ^huge_file > (for historical reasons when I was testing with older kernels). > I'm assuming that ext3 filesystem was created with htree enabled (possibly not true on older versions of e2fsprogs), but if you're creating ext4 filesystems, I'm assuming that you have been using an 1.41.x version of e2fsprogs. If this the the case, the most likely explanation is that that ext4 defaults to barriers enabled, and ext3 defaults to barriers disabled. So try mounting ext3 with "-o barriers=1", or ext4 with "-o barriers=0", so that the comparison is between apples and apples. Regards, - 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