Skip to content

A simple file system implementation with indexed allocation

Notifications You must be signed in to change notification settings

zeynepCankara/simple-file-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple file system implementation with indexed allocation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published