/gtfs

A File System Implemented in C

Primary LanguageC

gtfs

gtfs is a simple file system(similar to EXT2) implemented in C

gtfs LAYOUT

alt text

EXECUTION

  1. gcc gtfs.c
  2. ./a.out
  3. The various system calls can be executed as follows :

alt text