https://github.com/kassick/toscofs
A very (very (very)) simple file system used as demo in a Operating Systems course
https://github.com/kassick/toscofs
directory filesystem inode
Last synced: 9 months ago
JSON representation
A very (very (very)) simple file system used as demo in a Operating Systems course
- Host: GitHub
- URL: https://github.com/kassick/toscofs
- Owner: kassick
- Created: 2018-08-09T19:32:23.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-09T19:32:38.000Z (almost 8 years ago)
- Last Synced: 2025-06-04T23:49:29.531Z (about 1 year ago)
- Topics: directory, filesystem, inode
- Language: C
- Homepage: https://bitbucket.org/kassick/toscofs
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tosco File System -- Single Directory
Reference Implementation of a flat file system. This code was produced for an Operating Systems course and presented to the students.
It supports a flat file system (no sub-directories) for small files. The assignment had these limitations in order to simplify the storage of directories' and files' inodes (all should fit in a single 4K block).