USENIX 2005 Annual Technical Conference, General Track Abstract
Pp. 89104 of the Proceedings
A Transactional Flash File System for Microcontrollers
Eran Gal and Sivan Toledo, Tel-Aviv University
Abstract
We present a transactional file system for flash memory devices. The
file system is designed for embedded microcontrollers that use an
on-chip or on-board NOR flash device as a persistent file
store. The file system provides atomicity to arbitrary sequences of
file system operations, including reads, writes, file creation and
deletion, and so on. The file system supports multiple concurrent
transactions. Thanks to a sophisticated data structure, the file system
is efficient in terms of read/write-operation counts, flash-storage
overhead, and RAM usage. In fact, the file system typically
uses several hundreds bytes of RAM (often less than 200)
and a bounded stack (or no stack), allowing it to be used on many
16-bit microcontrollers. Flash devices wear out; each block can only
be erased a certain number of times. The file system manages the wear
of blocks to avoid early wearing out of frequently-used blocks.
- View the full text of this paper in HTML and PDF.
Until April 2006, you will need your USENIX membership identification in order to access the full papers. The Proceedings are published as a collective work, © 2005 by the USENIX Association. All Rights Reserved. Rights to individual papers remain with the author or the author's employer. Permission is granted for the noncommercial reproduction of the complete work for educational or research purposes. USENIX acknowledges all trademarks within this paper.
- If you need the latest Adobe Acrobat Reader, you can download it from Adobe's site.
|