operating systems -- 6
Budget: $30 – $250 USD
Let's put a file system into a file!
Using the descriptions in the sections that follow, implement FileFS in C, using any standard libraries. The file system is not to reside in a partition on a disk, but rather in a single fixed-size file. The interface to your file system will be a program with command-line options for writing, reading, removing, and listing files contained in the file system.
Using the descriptions in the sections that follow, implement FileFS in C, using any standard libraries. The file system is not to reside in a partition on a disk, but rather in a single fixed-size file. The interface to your file system will be a program with command-line options for writing, reading, removing, and listing files contained in the file system.