JFFS2: Difference between revisions
Jump to navigation
Jump to search
(cleanup) |
RafaelOrtiz (talk | contribs) m (Logfs) |
||
Line 24: | Line 24: | ||
*[http://sourceware.org/jffs2/jffs2-html/ Summary on JFFS] |
*[http://sourceware.org/jffs2/jffs2-html/ Summary on JFFS] |
||
*[http://developer.axis.com/software/jffs/ Homepage of JFFS at AXIS] |
*[http://developer.axis.com/software/jffs/ Homepage of JFFS at AXIS] |
||
*[[Logfs]] |
|||
[[Category:OS]] |
[[Category:OS]] |
Revision as of 20:16, 9 June 2007
JFFS2 is the Journaling Flash File System version 2, jffs2 is a log-structured file system for flash memory devices and has support for NAND devices, also Hard links and compression algorithms like zlib, rubin, and rtime.
Jffs2 also has a garbage collection algorithm that eliminates unnecessary I/O.
This article is a stub. You can help the OLPC project by expanding it.
Algorithms
Zlib
Lossless data-compression library,
rubin
This simple algorithm is faster than zlib but not quite as effective.
rtime
This is a simple algorithm that often manages to squeeze extra few bytes from data already compressed with gzip
Links
- JFFS2 at Wikipedia
- JFFS at Wikipedia
- Summary on JFFS
- Homepage of JFFS at AXIS
- Logfs