hale / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

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.


Languages

Language:C 99.1%Language:Perl 0.9%