Lab 3: File Systems

Due: Monday, Dec 5, 11:59PM


Sample Input file

TFS: A Trivial Unix-like File System

The goal of this lab is to write a simple UNIX-like file system based on the topics covered in class. Although you will implement a toy file system, you will learn about many concepts used in real file systems. 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