Skip to content

A simple implementation of a unix file system on a virtual file. This project simulate a file system of a disk with an implementation of super block, inodes and disk blocks.

Notifications You must be signed in to change notification settings

RazGavrieli/unix-file-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HOW TO USE <<< PLEASE READ!

You can run 'make' to complie everything.
To run the tests for part A run 'make testA' and then ./testA
To run the tests for part B, FIRST RUN './testA' AND THEN: run 'make testB' and then ./testB
NOTE THAT TEST B IS DEPENDENT ON TEST A! RUN './testA' FIRST

BONUS

To test our bonus (errno implementation), after 'make all' and './testA', run './errnoBonus'.

About

A simple implementation of a unix file system on a virtual file. This project simulate a file system of a disk with an implementation of super block, inodes and disk blocks.

Topics

Resources

Stars

Watchers

Forks