hi , Does anyone ever try Yaffs2 with WinCE ?Or someone ever wrote the code for WinCE? Thanks Jacky yaffs-request@lists.aleph1.co.uk 写道: > Send yaffs mailing list submissions to > yaffs@lists.aleph1.co.uk > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.aleph1.co.uk/cgi-bin/mailman/listinfo/yaffs > or, via email, send a message with subject or body 'help' to > yaffs-request@lists.aleph1.co.uk > > You can reach the person managing the list at > yaffs-owner@lists.aleph1.co.uk > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of yaffs digest..." > > > Today's Topics: > > 1. yaffs2 mounting failed because single error! (Nickolay Vinogradov) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Fri, 10 Oct 2008 00:54:08 +0400 > From: Nickolay Vinogradov > Subject: [Yaffs] yaffs2 mounting failed because single error! > To: yaffs@lists.aleph1.co.uk > Message-ID: <48EE6F70.6000404@protei.ru> > Content-Type: text/plain; charset=UTF-8; format=flowed > > Hello! > > I have few devices, where yaffs2 mounting failed. > Mounting failed here: > > yaffs_ScanBackwards() > yaffs_PutChunkIntoFile() > yaffs_AddOrFindLevel0Tnode() > > /* failed in this condition */ > if (chunkId > YAFFS_MAX_CHUNK_ID) { > return NULL; > } > > I have insert in the code some debug info: > chunkId = 1048576 > YAFFS_MAX_CHUNK_ID = 1048575 > fStruct->fileSize = 2147483647 > fStruct->scannedFileSize = 2147483647 > > OK, I see, that chunkId is incorrect, but why this single error prevent > mounting the whole file system ? It's critical error? But why? Why we > can't repair it, skip it... ? > >