bindfs

FUSE file system for mounting directories to alternate locations

brewmacoslinux
Try with needOr install directly
Source

About

FUSE file system for mounting to another location

Commands

bindfs

Examples

Mount a directory to another location with read-only access$ bindfs -r /source/directory /mnt/readonly
Mount a directory with modified ownership (map UIDs)$ bindfs --map=1000/0:@1000/@0 /source/directory /mnt/mapped
Unmount a bindfs mount point$ umount /mnt/readonly