mtd/html/faq jffs2.xml,1.2,1.3

Artem Bityuckiy dedekind at infradead.org
Tue Mar 15 10:01:22 EST 2005


Update of /home/cvs/mtd/html/faq
In directory phoenix.infradead.org:/tmp/cvs-serv15067

Modified Files:
	jffs2.xml 
Log Message:
Fix errors.


Index: jffs2.xml
===================================================================
RCS file: /home/cvs/mtd/html/faq/jffs2.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- jffs2.xml	15 Mar 2005 14:37:39 -0000	1.2
+++ jffs2.xml	15 Mar 2005 15:01:18 -0000	1.3
@@ -64,7 +64,7 @@
 <p>For <b>NOR FLASH</b> there are no restrictions. For <b>NAND FLASH</b> 
 please read the <a href="nand.html">NAND FAQ</a> section.</p>
 
-<h3>How does JFFS2 handle a block going bad in NAND flash ?</h4>
+<h3>How does JFFS2 handle a block going bad in NAND flash ?</h3>
 <p>If an error occurs when writing to a page, JFFS2 will attempt recovery of the
 data.  If the block contains nodes that have already been written to flash, the
 block is refiled onto the list of blocks that are bad but still in use
@@ -93,7 +93,7 @@
 an unclean reboot happened just at the end of the block erase cycle, the block
 might have an unstable bits, which are read as "1" one time and might be read as
 "0" next time.</p>
-</p>When preparing a flash partition for JFFS2, it is recommended to put
+<p>When preparing a flash partition for JFFS2, it is recommended to put
 cleanmarkers to the erased blocks. This might be done my means of "-j" option of
 the "flash_erase" and "flash_eraseall" MTD utilities. Otherwise, JFFS2 will
 re-erase the blocks which contain all 0xFF and have no cleanmarker and waste





More information about the linux-mtd-cvs mailing list