1

Possible Duplicate:
How can I run an executable from a CD when it doesn't have the executable bit set?

I now have Ubuntu LTS and any time I try to install a game using a disk it says mark as execute, and I do, but for some reason it says "Sorry, could not change the permissions of "Setup.exe": Error setting permissions: Read-only file system".

Is there any way of changing this?

  • You need to add some more detail to your question here, like which LTS are you talking about here? 10.04 or 12.04 Alpha? – Nitin Venkatesh Jan 16 '12 at 16:52
  • This question appears to be abandoned, if you are experiencing a similar issue please ask a new question with details pertaining to your problem. If you feel this question is not abandoned, please flag the question explaining that. I am flagging this for closure. Regards, – Ringtail Mar 24 '12 at 20:48

1 Answers1

1

Executables of .exe extensions do not work on Linux systems unless you are using a Windows-compatibility-layer/emulation software like Wine or Crossover. And even then you cannot be 100% sure if the Windows software/game will be installable and runnable on Linux. You can check the Wine AppDB to see a list of Windows software and how much they are supported by Wine on Linux.

For information on changing the permissions of other partitions (the way they are mounted) and such, take a look at this question - How to change permissions to the other drives in a hard disk

  • From the questions it seems that leviyoung2 is already using Wine, otherwise no message complaining about file being not marked as executable would appear. – Rafał Cieślak Jan 16 '12 at 17:24
  • Well, the OP didn't provide much info and I wasn't sure, so just thought I should provide the info, plus might be useful for other people who end up here trying to install .exe files. Thanks for pointing it out to me anyways :) – Nitin Venkatesh Jan 16 '12 at 17:30