> BTW, is there something anologous to CRAMFS for NAND flash? > I have a need for a compressed read-only filesystem on NAND > but CRAMFS has no concept of bad blocks. You could use loop mounting. ie. store the CRAMFS image using a normal NAND file system (YAFFS or JFFS2) and loop mount it with cramfs. -- CHarles