JFFS2
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=Filesystem |wikidata={{wikidata|Q1330453}} |released=2001 }} '''JFFS2''' (Journaling Flash File System version 2) is a file system ...") |
Latest revision as of 15:29, 18 August 2019
JFFS2 (Journaling Flash File System version 2) is a file system for use in the Linux operating system for flash memory devices. It is a successor to JFFS. It has been included in the Linux kernel since 2001. LogFS, UBIFS, and YAFFS have been developed as replacements for it.
JFFS2 has similar characteristics to JFFS, but introduces some enhancements such as support for NAND flash devices and compression.
[edit] Links
- Wikipedia article
- Red Hat JFFS2 site
- Paper describing JFFS and JFFS2 (PDF)
- [ttps://lists.infradead.org/pipermail/linux-mtd/ Mailing list archives]
- FAQ
- Stack Exchange questions