JFFS2: Difference between revisions
RafaelOrtiz (talk | contribs) No edit summary |
m (categorization) |
||
Line 25: | Line 25: | ||
*[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] |
||
[[Category:OS]] |
|||
[[Category:Developers]] |
|||
[[Category:Software development]] |
|||
[[Category:Resources]] |
Revision as of 18:16, 6 January 2007
I'd like to see some more info on JFFS2, the compression algorithm (or algorithms) that will be used, and ideally, some data on how well various files might be expected to compress with examples. Some photos, diagrams, xml, python code, etc.
JFFS2 Is the Journalling 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 compresion algoritms like zlib, rubin and rtime. Jffs2 also has a garbage collection algorithm that eliminates unnecessary I/O.
Algoritms
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