libfuse@2

Reference implementation of the Linux FUSE interface for user-space filesystems

brewmacoslinux
Try with needOr install directly
Source

About

Reference implementation of the Linux FUSE interface

Commands

fusermountmount.fuse

Examples

Mount a FUSE filesystem$ fusermount -o allow_other /path/to/mount/point
Unmount a FUSE filesystem$ fusermount -u /path/to/mount/point
List FUSE mount options and version$ fusermount -h