0

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?

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