How to deal with large amount of resource files outside Hugo's dir sturcture

I have a bunch of video files on NFS share (500GB+). Linking to them from static directory gives error: symlinks not allowed in this filesystem. Linking from content directory causes Hugo to try to copy them all to RAM memory. What is the right way to give Hugo an access to the files without copying them.

I would not keep 500GB of video in a Hugo project. Or not a single one, I’d publish those videos somewhere online and embed them using HTML.

I know that doesn’t answer yer question, but food for thought. :slight_smile: