项目作者: zeynepCankara

项目描述 :
A simple file system implementation with indexed allocation
高级语言: C
项目地址: git://github.com/zeynepCankara/simple-file-system.git
创建时间: 2021-05-13T07:05:33Z
项目社区:https://github.com/zeynepCankara/simple-file-system

开源协议:

下载


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:
  1. $ make
Recompile
  1. $ make clean
  2. $ make
Running the program
  1. $ ./create_format <FILENAME> <SIZE>
  2. $ ./app <FILENAME>
Running the test (experimentation)
  1. $ ./test