- A rugged, re-entrant, power-fail safe file system with a POSIX and ANSI C compliant API. Use of NAND flash media for the backing store is invisible to the application layer.
- Supports dynamic creation and deletion of files, directories and links with full read and write capability.
- Implements optimal wear leveling to prolong the life of the flash media.
- Detects bad NAND blocks and performs bad block recovery without user intervention.
- Can sit on top of Blunk's NAND device manager (TargetNDM) to allow for:
- efficient use of NAND devices
- volume partitions
- en-masse factory pre-programming using the Skip Bad Block method
- 'Thin' driver layer for maximum ease in porting to new platforms.