An open API service indexing awesome lists of open source software.

https://github.com/skoved/cs350prog5

Program 5 for cs350 @ Binghamton University
https://github.com/skoved/cs350prog5

c c-plus-plus cpp filesystem

Last synced: about 2 months ago
JSON representation

Program 5 for cs350 @ Binghamton University

Awesome Lists containing this project

README

          

# Program 5: Super ~~Simple~~ HARD File System

### Components

* ssfs_mkdsk
* ssfs

### Build
run: make

will build ssfs_mkdsk and ssfs

### Running
ssfs_mkdsk must be run first

./ssfs_mkdsk \ \ \
* num blocks: 1024 to 128K blocks MUST BE A POWER OF 2
* block size: 128 to 512 bytes
* disk file name: name of the file used to emulate the disk

###### Authors: Sam Koved, In Sang Song, Curtis Ruan, Raymond Chu
###### For CS 350 @ Binghamton University