Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 562 Bytes

README.md

File metadata and controls

41 lines (29 loc) · 562 Bytes

Simple File System

Implementation of a simple file system with indexed allocation

Contents

  • simplefs.c
  • simplefs.h
  • Makefile
  • test.c (contains the experiments for the tests)
  • report.pdf (contains experimental results)
  • Project4.pdf (project description)

How to Run

  • cd to the project directory.
  • compilation and linking done by:
$ make
Recompile
$ make clean
$ make
Running the program
$ ./create_format <FILENAME> <SIZE>
$ ./app <FILENAME>
Running the test (experimentation)
$ ./test