To run a fuse filesystem
- Run mkfs on the filesystem device you want to mount the filesystem on e.g to mount on
/dev/vddrun$ time ./bin/mkfs -n 8388608 -f "/dev/vdd" - Mount fuse filesystem on a folder. E.g to mount on
mpoint/run$ ./bin/fuse -n 8388608 -f "/dev/vdd" "mpoint/" - Once the filesystem is mounted it you can
cd <mount point path name>to start using it.
-d: Debugging mode-s: Single thread-o: Optional Arguments
Run fusermount -u <mount point path name>