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
- Host: GitHub
- URL: https://github.com/skoved/cs350prog5
- Owner: skoved
- Created: 2017-04-25T22:30:33.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-08T17:59:45.000Z (about 9 years ago)
- Last Synced: 2025-01-21T19:43:45.895Z (over 1 year ago)
- Topics: c, c-plus-plus, cpp, filesystem
- Language: C++
- Size: 651 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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