Posted Oct 11, 2012 10:04 UTC (Thu) by drago01 (subscriber, #50715)
In reply to: f2fs versus jffs2 by flok
Parent article: An f2fs teardown
It is designed for flash devices that expose themselves as block devices (like SSDs) and not for raw flash devices as jffs2 .. so they aren't really comparable.
Posted Nov 16, 2012 15:31 UTC (Fri) by oak (subscriber, #2786)
[Link]
And JFFS2 works really badly on file systems which sizes are in GBs as it AFAIK keeps the whole fs structure in RAM. From scalability point of view, UBIFS would be more reasonable comparison.