No description
Find a file
2025-08-03 01:32:48 +02:00
fat-bits tried to implement file cluster extension (bug it's still bugged) 2025-08-03 01:32:48 +02:00
fat-dump correctly update file size after write 2025-08-01 22:42:13 +02:00
fat-fuse tried to implement file cluster extension (bug it's still bugged) 2025-08-03 01:32:48 +02:00
fat-mount enter the Rc-RefCell madness 2025-08-01 18:09:45 +02:00
.gitignore moved low-level code into fat-bits subcrate 2025-07-27 13:24:01 +02:00
Cargo.lock implemented setattr (properly) 2025-08-02 17:22:32 +02:00
Cargo.toml added fat-mount 2025-07-30 22:00:38 +02:00
LICENSE Added MIT license 2025-07-28 00:16:04 +02:00
README.md Update README.md 2025-08-02 17:36:41 +02:00
rustfmt.toml I should probably make more commits 2025-07-26 15:51:21 +02:00

FUSE implementation for the FAT file system

End-to-end implementation of a FAT driver, with the goal of being able to mount disk images with complete read-write support.

Uses (fuser)[https://docs.rs/fuser/latest/fuser/] as the underlying FUSE library.

Specification

https://academy.cba.mit.edu/classes/networking_communications/SD/FAT.pdf