Linux: Executables on a Samba/CIFS Share
Just 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.
August 30th, 2009 at 9:59 pm
[…] the original post here: Linux: Executables on a Samba/CIFS Share Nessun tag per questo […]
April 29th, 2010 at 2:04 pm
Thanks for that! Not sure how long I would have been debugging..