Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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