FATTY: A Reliable FAT File System

Liang Alei,Liu Kejia,Li Xiaoyong,Guan Haibing
DOI: https://doi.org/10.1109/dsd.2007.4341497
2007-01-01
Abstract:Most portable digital devices use the conventional FAT file system because of its compatibility. However, the FAT file system is unreliable across system crashes and power failures. This paper proposes the delayed sequential write method to improve the FAT file system 's reliability. Compared to other methods such as synchronous write and logging, the DSW method is simple and effective. Simulation results show that it is also quite efficient, about 50-80% better than synchronous write.
What problem does this paper attempt to address?