afuse

Automounting file system implemented in userspace with FUSE

brewmacoslinux
Try with needOr install directly
Source

About

Automounting file system implemented in userspace with FUSE

Commands

afuse

Examples

Mount a directory with automatic mounting of subdirectories$ afuse -o mount=/mnt/auto /mnt/source
Unmount an afuse mount point$ fusermount -u /mnt/auto
Mount with specific options and timeout for unused mounts$ afuse -o mount=/mnt/auto -o timeout=300 /mnt/source