This project is similar to the Simple-File-System project built for Operating Systems course at the Bachelor's Degree, but the file system here uses inode structures instead of linked lists. To run ...
The aim of this project is to implement a Inode Based File System with added GUI functionalities. In this file system, we have implemented our own methods for creating a file system, mounting and ...