/Simple-File-System

Two different file system implementation for a single directory file system

Primary LanguageC++

Simple-File-System

Author: Harun Sasmaz

Two different file allocation methods are implemented:

  1. Contiguous allocation with first fit approach

  2. Linked allocation with File-Allocation Table (FAT)

Compile and Test All Files

./run.sh

Compile and Test Independently

make

./linked <input_file>

./contiguous <input_file>

Results

Results shows the total number of each operation and their rejection counts. See 'results.txt' for results.