Implementation of Unix file system using FUSE (File System in User Space) library. The implementation ensures that the file system state is persistent across machine reboots or mount/unmount of file system.
- open / creat
- close
- pread
- pwrite
- lstat
- mkdir
- rmdir
- rm
- readdir
- mknod