This project is a custom filesystem driver developed as part of a university assignment for an Operating Systems course. The driver is implemented in C and utilizes the FUSE (Filesystem in Userspace) framework.
The primary goal of this project is to implement a filesystem driver for a custom filesystem model based on FAT. The implementation adheres to the specifications outlined in the assignment for the Operating Systems course.
- Custom filesystem driver based on FAT
- Developed in C language
- Utilizes the FUSE framework for seamless integration into userspace
To explore and understand the assignment details, please refer to the Assignment Document provided in the repository.