Transparently cache files from a network drive in Linux
- by Vadim
We have a Linux server that reads files from a network drive and processes them.
In a common scenario, a user will log in and access the same files over and over again. The size of the files varies but the larger ones can be around 50+ Mb. The files seldom change.
I was wondering if it's somehow possible to transparently cache the files. I don't…