A small file system.
A small file system implemented in Rust for the purpose of learning Rust.
Simple with lots of constraints.
The file system will use one file as a "disk".
0th block in file system, stores metadata:
- Version of file system
- Inode usage bitmap
- Name
- Size
- Directory?
- Block pointers