Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/foufoujoujou/vfs.c
A high level implementation of a flat virtual filesystem
https://github.com/foufoujoujou/vfs.c
Last synced: 20 days ago
JSON representation
A high level implementation of a flat virtual filesystem
- Host: GitHub
- URL: https://github.com/foufoujoujou/vfs.c
- Owner: FouFouJouJou
- License: gpl-2.0
- Created: 2024-06-14T02:10:44.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-23T18:44:45.000Z (7 months ago)
- Last Synced: 2024-06-23T19:51:32.243Z (7 months ago)
- Language: C
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
#+TITLE: A flat virtual file system
** Resouces
- [[https://pages.cs.wisc.edu/~remzi/OSTEP/file-implementation.pdf][ File System Implementation]]
** Instructions
#+BEGIN_SRC bash
make
#+END_SRC* TODO Functionality [4/6]
- [X] Basic IO [5/5]
- [X] ls
- [X] touch
- [X] cat
- [X] echo
- [X] rm
- [X] Persiting to .disk file
- [X] Mounting [2/2]
- [X] Loading .disk file
- [X] Mounting and using the fs
- [X] CLI [5/5]
- [X] ls
- [X] touch
- [X] cat
- [X] echo
- [X] rm
- [] Extents
- [] Partitions