rofs-filtered

Mount a read-only filtered view of a filesystem using FUSE

brewmacoslinux
Try with needOr install directly
Source

About

Filtered read-only filesystem for FUSE

Commands

rofs-filtered

Examples

Mount a directory as read-only with filtering$ rofs-filtered /source/path /mount/point
Create a filtered read-only mount excluding certain patterns$ rofs-filtered -o filter=pattern /source /mnt/filtered
Unmount the filtered filesystem$ fusermount -u /mount/point