From 7950185d3e0919c22c1481e2cb09e178f99e5f7c Mon Sep 17 00:00:00 2001 From: Moritz Gmeiner Date: Sat, 2 Aug 2025 17:32:33 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f9e1a4d..78bec5d 100644 --- a/README.md +++ b/README.md @@ -1 +1,9 @@ -specification: [https://academy.cba.mit.edu/classes/networking_communications/SD/FAT.pdf](https://academy.cba.mit.edu/classes/networking_communications/SD/FAT.pdf) +# FUSE implementation for the FAT file system + +End-to-end implementation of a FAT driver, with the goal of being able to mount disk image 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](https://academy.cba.mit.edu/classes/networking_communications/SD/FAT.pdf)