A New Type Of Nand Flash-Based File System: Design And Implementation

Tianzhou Chen,Xiangsheng Wang,Wei Hu,Wei Duan
DOI: https://doi.org/10.1109/WiCOM.2006.408
2006-01-01
Abstract:Flash memory has become the primary external storage for embedded systems especially NAND flash for data update. Currently JFFS2 and YAFFS2 are used as the primary file systems for flash memory. But there are two deficiencies in them. One is that their boot time for a large-sized flash memory is too long. They must scan the whole partition to initialize the file system and it's really time-consuming. The other is their high memory consumption rate. A new type of NAND flash-based file system named SMARTFFS (SMART Flash File System) is proposed in this paper, which can reduce both the initializing time and the SRAM memory consumption rate effectively.
What problem does this paper attempt to address?