Weird File System
- 5 Devlogs
- 16 Total hours
A mostly posix compliant file system
A mostly posix compliant file system
Finished up and wrote some docs
cleaned up my code and wrote my README
I have implemented more test cases and rmdir and unlink(delete)
I implemented opening files and creating files. I also fixed my results so that I can pass any errors all the way up to the fuse API
I have started work on my Posix complaint file system. This will have length 256 blocks and will be fully posix complient