Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Unable to execute binary over NFS even with exec mount option: (1 Item)
   
Unable to execute binary over NFS even with exec mount option  
Setup:
NFS share resides on Windows Server 2012
Target is QNX 6.5
Mount options used:      fs-nfs3 mynas:/myshare /mnt/mynas

Problem: 
I am unable to execute a .out residing on the server.  I can read/write to the NFS just fine.  I can copy the binary 
down to the client and execute just fine.  But when I try to execute the binary I get the following error:
sh: mybinary.out: value too large to be stored in datatype


Things I've tried:
- Explicitly setting the "exec" option in a mount command.  I was sure this was the culprit, but no.
- Playing with every NFS setting there is.  I have the "Allow unmapped user Unix access" option checked.
- confirmed I have no ulimits set