/FS3FileSystem

CMPSC 311 final project at Penn State.

Primary LanguageC

FS3 Filesystem (Version 3.0) - Fall 2021

A user-space device driver for a filesystem building on top of a virtual disk drive.

The filesystem uses LRU cache and connects to disk controller over the network.

Run

To compile, run make.

For server side, run ./fs3_server [-v -l fs3_server_log.txt].

For client side, run ./fs3_client [-v -l fs3_client_log.txt] WORKLOAD_FILE.