Linux: Executables on a Samba/CIFS Share
Sunday, August 30th, 2009Just a quick note: Don’t mount a cifs share with flag directio if you want to execute binaries that reside on that share.
Otherwise you will get the following error:
<command>: cannot execute binary file
Took me 2 hours to find out.