Lab 4: File Systems

Due: Thu Dec 9, 2010, 5pm


Frequently Asked Questions for Lab 4

Sample Input file

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