News

Contribute to Guycohh/Disk-File-System-simulation development by creating an account on GitHub.
This is a Simple File system made in C. This emulates a single directory disk of 42 MB in a .data file. - Suiiyush/File-system-simulation ...
This paper describes a file system based on the shared memory. It uses virtual memory[1] to store data, and the data is in step with it in the hard disk. User process reads or writes the file stored ...
Abstract: The absolute time required to check and repair a file system is increasing because disk capacities are growing faster than disk bandwidth and seek time remains almost unchanged.
With a larger disk, you can certainly increase the number of inodes, directly translating to more files in your file system. There are a few things remaining to complete our file system.