This repo exists to document a hands-on exploration of the Linux filesystem, with a focus on inode behavior. Lab ran on an Ubuntu VM via VMWare. 'file1' and 'file2' are created and assigned inode ...
A custom FUSE-based (Filesystem in Userspace) file system implementation built in C. This project demonstrates low-level file system concepts including inode management, block allocation, directory ...