Lab 3: File Systems

Due: Fri April 18, 2014, 8pm


File Systems

The goal of this lab is to write a simple UNIX-like file system based on the topics covered in class. The file system you will write makes the following simplifying assumptions:


The layout of your 128 KB disk is as follows


You need to implement the following operations for your file system.


Getting Started