<br><font size=2 face="sans-serif">Good day dear All.</font>
<br>
<br><font size=2 face="sans-serif">I've installed latest yaffs and latest
mtd from CVS and receive some (not some, a lot of) next error messages:</font>
<br>
<br><font size=2 face="sans-serif">**&gt;&gt;ecc error unfixed on chunk
32:0</font>
<br><font size=2 face="sans-serif">**&gt;&gt;ecc error unfixed on chunk1
32:1</font>
<br>
<br><font size=2 face="sans-serif">for a lot of chunks. These errors I've
received just at the mount procedure, or when I'm trying to do, for example,
ls.</font>
<br>
<br><font size=2 face="sans-serif">I have no such problems with previous
yaffs and mtd versions.</font>
<br>
<br><font size=2 face="sans-serif">Also I have a short look on sources,
and this error messages comes from </font>
<br>
<br><font size=2 face="sans-serif">yaffs_ReadChunkFromNAND function &nbsp;(yaffs_tagscompat.c)</font>
<br>
<br><font size=2 face="sans-serif">else if(nspare.eccres2&lt;0) {</font>
<br><font size=2 face="sans-serif">T(YAFFS_TRACE_ERROR,(TSTR(&quot;**&gt;&gt;ecc
error unfixed on chunk1 %d:1\n&quot;),chunkInNAND));</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; }</font>
<br>
<br><font size=2 face="sans-serif">at error case both nspare.eccres2 and
nspare.eccres1 &nbsp; equivalent to -1.</font>
<br>
<br><font size=2 face="sans-serif">I try to compared with previous versions,
and nspare.eccres2==nspare.eccres1==0 for chunk 32.</font>
<br>
<br><font size=2 face="sans-serif">Please, can you help and explain me,
where is this problem could be?</font>
<br>
<br><font size=2 face="sans-serif">Thank you.</font>