Hi, On 7/27/06, Wookey wrote: > On 06-07-26 08:09 +0200, kim M wrote: > > Hi all > > > > I am considering switching from jffs2 to yaffs2 to improve mount time. > > Currently, I have aprox 30-60 sec mount time for a 22 MB partition + some > > additional 60 sec while the garbage collection continues to run. You might want to try JFFS2 with EBH summary feature enabled -- that might be an easier way than switching to YAFFS, while yaffs command-line tools are still to be updated, unless you've got some specific reasons. > > I have tried applying the mtd2if2.c patch and switching back and forth > > between YAFFS and MTD ECC. Have I missed something here? > > Well you are bang up to date on the code - more so than me right now. > You probably also want Vitaly's recent patch to make YAFFS2 match up > with latest MTD. > http://www.aleph1.co.uk/pipermail/yaffs/2006q3/002074.html My patch is not for 2.6.17.6, it's for 2.6.18+ kernels. For kernels earlier than 2.6.18, there's no way other than adding walk through the mtd oobinfo to the appropriate functions to mtdif2, if you want to use MTD ECC. Best regards, Vitaly