I want to mount a copy of a directory in such a way that files/subdirectories matching a pattern are hidden. When mounting with write permission that could obviously cause problems in case a hidden file was created a second time, but when mounting read-only it should be OK?
Is something like that possible with bindfs
? Or is there an alternative way to achieve something comparable?