On Thu, Apr 24, 2014 at 7:51 PM, <tytso@xxxxxxx> wrote: > On Thu, Apr 24, 2014 at 04:05:26PM -0400, Brian Hutchinson wrote: >> Hi, >> >> First post here but have been lurking and searching archives for a while. >> >> I have a custom embedded board that I support which is running Yocto >> 1.5. The mkfs.ext4 and all other efs2progs files are fairly >> up-to-date ... the kernel is just kind of old (yea, I know, I need to >> move up some but that is easier said than done on this thing). > > Huh? Yocto 1.5 ships with the 3.10 kernel (and Yocto 1.6 should be > shipping soon with an even newer kernel.) > > 2.6.37 dates back to 2011, and there have been a *huge* number of bug > fixes since then. > > If you can't upgrade to a newer kernel, you might be better off > falling back to ext3, and see if the problem still presents itself > there. Ext3 will create much more flash wear, but that's the price you > pay for staying on an ancient kernel. :-) > > - Ted Hi Ted, The rootfs only (and the sdk generated toolchain) is from Yocto, u-boot & kernel are from the TI PSP (which happens to be the latest release by the way ... newer kernels never were released beyond 2.6.37 ... and I don't think they were ever mainlined either). Yes, 1.6 was announced today but there is no modern oe-core based support for the evm this board is based on ... only older oe-classic. I've tried the same tests with ext3 and it did appear to run better ... I didn't get any inode errors and the load on the processor while running the copy script I mentioned was a bit lower (reported by top) than what I observed testing with ext4. I'm attempting to get one of the latest kernels going with this board but it is a slow process. Thanks for the response. I had pretty much concluded going to ext3 was the best option but wanted to bounce it on the list as a sanity check/confirmation. In the meantime I'm trying to convince mgmt that effort spent moving toward a new kernel is better than the effort of trying to back port a bunch of patches into an old kernel. Regards, Brian -- 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