I am not able to run any executable file in a mounted partition(whether its a script or binary).
Can anyone explain why its not possible to run an exe in a mounted partition? Any solution for this problem?
Note:
I am able to run a script by
$ sh script-name
when I am giving, I get the following error
$ ./script-name (eventhough executable permission is set)
bash:./script-name: /bin/sh: bad interpreter: Permission denied
When I am running a binary,
$ ./a.out
bash: ./a.out: Permission denied
Regards,
Valluvan.