Mini Filesystem implemented with Rust. Supports up to 128 KB, with single root directory containing up to 16 files. Max file size is 8 KB.
Able to create, list, and delete files, as well as read and write to specific data blocks of a particular file. Features serialization and deserialization writing and reading to the disk.
Created for honors thesis project advised by Professor Tim Richards at UMass Amherst. The full thesis can be found in the repository.