https://github.com/shivansh/diskfs
An implementation of a (emulated) disk-based filesystem from scratch
https://github.com/shivansh/diskfs
Last synced: 3 months ago
JSON representation
An implementation of a (emulated) disk-based filesystem from scratch
- Host: GitHub
- URL: https://github.com/shivansh/diskfs
- Owner: shivansh
- Created: 2018-12-29T22:07:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-30T13:06:57.000Z (over 6 years ago)
- Last Synced: 2025-01-07T16:27:21.377Z (5 months ago)
- Language: C
- Homepage:
- Size: 352 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# (emulated) filesystem from scratch
A deep dive into the world of filesystems.## References
* https://www3.nd.edu/~dthain/courses/cse30341/spring2017/project6/