On Wednesday 20 September 2006 15:53, Boris Deschenes wrote: > I made progress today, now I'm at the point where yaffs could > be used as a boot RO filesystem.  I can mount it, write to it > (I'll get yaffs chunk not erased messages but the files are > good even after remounting).  But I have to mount read-only > otherwise all hell breaks loose. FYI: It is generally a good idea IMHO, that when mounting flash filesystems read-write one should use the 'noatime' option, so read operations don't generate inode updates (media writes). -imcd