Skip to content
/ simplefs Public

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.

Notifications You must be signed in to change notification settings

hale/simplefs

Repository files navigation

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.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published