Lab 4: File Systems

Due: Wed, Dec 12, 2001, noon
Web posted: Tue Nov 20, 2001


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