YAFFS2: Yet Another Flash File System

Posted by femtolinux on Jul 31, 2010 1:20 AM EDT
Dr Dobbs; By Sasha Sirotkin
Mail this story
Print this story

As Linux has become more widely used in embedded systems, the number of file systems which work directly with the flash storage (i.e. via MTD device as opposed to some block device hardware emulation layer such as the one present on most DiskOnKey devices) has grew substantially.

First embedded Linux systems used read-only CramFS and SquashFS file systems. These are still very much in use today, as many embedded devices such as routers do not need a real read-write file system. Such devices typically store only small amount of configuration information that can change, which occupies only a few 1KB, i.e. less than a single flash block and is usually written directly to the flash while root file system resides on CramFS or SquashFS.
As flash sizes increased and Linux moved into more embedded niches, the need for read-write flash file systems was answered by JFFS2 which for a long time was de-facto standard Linux flash file system. As flash sizes grew even more and devices such as cellular phones that store large amounts of information (pictures, mp3 files) started using Linux, JFFS2 reached its scalability limits. As a result, new file systems specifically designed for large NAND flash devices were developed -- UBIFS, LogFS, and YAFFS. For a long time only UBIFS was part of the mainline kernel and both YAFFS2 and LogFS where available as a patches. At some point in time it looked like LogFS developed was stagnated, with the latest patch available for kernel version 2.6.24. However, LogFS suddenly resurfaced and rather surprisingly was quickly merged into kernel 2.6.34 indicating that its developers kept working on this project, albeit with little publicity. YAFFS2, which contrary to LogFS was widely used, undergoes a similar process with respect to inclusion into mainlaine Linux kernel. It looks like even though in the past YAFFS2 developers did not make any significant effort to put it into the mainline kernel, it is going to change now.

Full Story

  Nav
» Read more about: Story Type: Tutorial; Groups: Linux

« Return to the newswire homepage

This topic does not have any threads posted yet!

You cannot post until you login.