This project implements a simple Network File System (NFS) from scratch. NFS allows multiple clients to interact with storage servers through a naming server that coordinates file access. It supports ...
This project implements a simple virtual file system in C, developed as part of the Systemprogrammierung course at TU Berlin (SS23). It mimics core file system concepts such as INodes, superblocks, ...