Simplefs
In this assessment, you will implement a simple file system that allows you to manage files and directories in a virtual in-memory disk. The file system is to be based on simplified concepts of a File Allocation Table (FAT). Your task is to implement interface functions that allow simple read and write operations on this virtual disk.
Install / Use
/learn @hale/Simplefs