Filesystems for flash: Difference between revisions

From
Jump to navigation Jump to search
No edit summary
(No difference)

Revision as of 18:39, 11 May 2007

jffs2

  • the standard fs
  • slow mount time and high RAM usage for big cards (grows linearly with flash size, since it reads block by block through the flash)
  • design summary at http://sourceware.org/jffs2/jffs2.pdf
  • compression (gzip) available "on the fly"

yaffs2

LogFS