How to Sync properly ?

David Woodhouse dwmw2 at infradead.org
Mon Jan 7 09:34:41 EST 2002


pallaire at gameloft.com said:
>  Ok, I am using Minix FS ... to minimized space used by the meta data
> (short file name ...)

> What would be the FS suggested to minimize space used ? 

I'd be inclined to modify JFFS2 so that it aligns writes to 8 bytes and 
doesn't mark nodes obsolete. It shouldn't be more more than a one-liner for 
each change, I believe. 

You'll need to make sure your flash chip driver implements writev(). 

--
dwmw2






More information about the linux-mtd mailing list