Permission denied when trying to execute a binary burned to a CD-R

Posted by user16654 on Super User See other posts from Super User or by user16654
Published on 2010-03-23T22:56:53Z Indexed on 2010/03/23 23:33 UTC
Read the original article Hit count: 194

Filed under:
|
|
|
|

On an Ubuntu 9.10 (Karmic Koala) machine, I burned a CD from the command prompt using:

cdrecord -v speed=16 dev=0,1,0 /FPS.iso

The CD now contains an executable and some files. I tested the CD by loading it onto another machine (Red Hat 5.3) and when I try to run the program I get the following message:

bash: ./FPS1_1: Permission denied

I can open other files like text documents (the executable also comes with shared libraries). I realized I had burned the CD as root so I burned another one as another user but I still have the same problem. How can I remove this permission or what is the problem?

P.S. the image was in / if that helps

© Super User or respective owner

Related posts about redhat

Related posts about cd-burning