harunsasmaz / Simple-File-System

Two different file system implementation for a single directory file system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Two different file system implementation for a single directory file system


Languages

Language:C++ 90.1%Language:Shell 9.0%Language:Makefile 0.9%