chmod u+s /usr/bin/fusermount
sshfs devbox:/ devbox -o cache=no -o nolocalcaches -ovolname=ssh
Uninstallation
SSHFS does not come with an uninstaller. To manually remove SSHFS run the following commands in Terminal:
sudo rm /usr/local/bin/sshfs
sudo rm /usr/local/share/man/man1/sshfs.1
sudo pkgutil --forget com.github.osxfuse.pkg.SSHFS
redditfs maps subreddits to a FUSE filesystem, so you can use your favorite shell (or GUI file browser, or SSH, or FTP) to browse Reddit.
The libsqlfs library implements a POSIX style file system on top of an
SQLite database. It allows applications to have access to a full read/write
file system in a single file, complete with its own file hierarchy and name
space. T