Unable to write to some JFFS partitions

David Woodhouse dwmw2 at infradead.org
Tue Apr 15 03:19:54 EDT 2003


1. Don't use JFFS, use JFFS2.
2. Don't attempt to use partitions which have fewer free blocks than are
   required to make progress -- combine all your file system space into
   one JFFS2 partition. Note that there exist bootloaders which can boot
   from JFFS2 so you can put the kernel in there too.
3. eraseall works on the /dev/mtd character devices, not the block 
   devices.

-- 
dwmw2





More information about the linux-mtd mailing list