TinyFS is a little filesystem with no big plans.
- Run
mkdir /tmp/tiny
- Run
sudo addgroup <username> fuse
- To start tinyFS run
make run
in this project's root dir - To interact with tinyFS, open another terminal and perform file operations on
/tmp/tiny
iestat /tmp/tiny
- stat
- ls
- mkdir
- rmdir
- create
- read
- write
- unlink