You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project encompasses the creation of a standard file system. It was created using C and the Linux command line.
Running the tests
$ sudo apt-get install libtest-simple-perl
$ make test
About
Implementation of a file system in C. Supports a variety of file operations such as the creation of files, listing, writing, reading, renaming, deleting, etc. of both small (under 4k) and large files. Additionally, this implementation provided support for arbitrarily nested directories and operations on them.