JFFS
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
m |
||
Line 4: | Line 4: | ||
|wikidata={{wikidata|Q1037309}} | |wikidata={{wikidata|Q1037309}} | ||
}} | }} | ||
− | '''JFFS''' (Journaling Flash File System) was a file system for use in the [[Linux]] operating system for [[flash memory]] devices. It was | + | '''JFFS''' (Journaling Flash File System) was a file system for use in the [[Linux]] operating system for [[flash memory]] devices. It was superseded by [[JFFS2]]. |
JFFS treats the memory device as a circular log, writing to sections of it in order until space runs out and garbage-collection needs to be done, to deal with the characteristic of flash memory that erasing a section of memory for rewriting is a slow process which can only be done a limited number of times before the device wears out. | JFFS treats the memory device as a circular log, writing to sections of it in order until space runs out and garbage-collection needs to be done, to deal with the characteristic of flash memory that erasing a section of memory for rewriting is a slow process which can only be done a limited number of times before the device wears out. |
Latest revision as of 12:15, 21 October 2023
JFFS (Journaling Flash File System) was a file system for use in the Linux operating system for flash memory devices. It was superseded by JFFS2.
JFFS treats the memory device as a circular log, writing to sections of it in order until space runs out and garbage-collection needs to be done, to deal with the characteristic of flash memory that erasing a section of memory for rewriting is a slow process which can only be done a limited number of times before the device wears out.