mtd/html/tech faq.html,1.1,1.2
gleixner at infradead.org
gleixner at infradead.org
Tue Feb 15 13:43:54 EST 2005
Update of /home/cvs/mtd/html/tech
In directory phoenix.infradead.org:/tmp/cvs-serv26887
Modified Files:
faq.html
Log Message:
Add another FAQ entry
Index: faq.html
===================================================================
RCS file: /home/cvs/mtd/html/tech/faq.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- faq.html 15 Feb 2005 13:17:35 -0000 1.1
+++ faq.html 15 Feb 2005 18:43:51 -0000 1.2
@@ -130,6 +130,12 @@
indicate that the garbage collector has nothing to do. This is more likely to be seen for filesystems which
have few files or no activity.</p>
+<h4>I cannot loop mount a JFFS2 image</h4>
+<p>JFFS2 images can not be loop mounted. The only way to manipulate them is by copying them into
+a mtdram device and mounting the device with JFFS2<br>
+If you are desperate, then fix jffs2_dump to recreate the filesystem from the image. It's not hard. All the
+basics are done already.</p>
+
<hr>
<a href="../index.html">Back to MTD Homepage</a>.</p>
<hr>
More information about the linux-mtd-cvs
mailing list