FUSE filesystem test This is a test project for my upcomming project on fuse file system Building mkdir build cd build cmake .. make Running Create a mount point directory and mount the fs there mkdir mount ./my_fs mount Unmounting fusermount -u /full/path/to/mount