I have a bunch of different binary files (total size of all files is circa ~500GB) stored in a hard drive that is mounted to machine001.
I have 200 other machines that need to access this data for READ-ONLY PURPOSES.
What is the best way to share this data with all other computers, so that READS are fastest? (I use Ubuntu Linux)
Is there a different scheme that would be even better for fastest reads?