My fstab is basic,
Code:
/dev/cdrom /media/cdrom auto ro,user,exec 0 0
I've tried commenting out the line and mounting directly, and have also tried using ,umask=000, but when i add that to the options, it wont mount due to bad fs type or bad superblock, etc, but it mounts fine without umask.
The problem is, its not allowing users other than root to read from exe files. Here is the output of
#ls -lh /media/cdrom
Code:
total 457M
-rw-r--r--. 1 502 games 48 Jun 23 2008 autorun.inf
dr-xr-xr-x. 1 root root 2.0K Jun 23 2008 directx
-rw-r--r--. 1 502 games 54K Jun 23 2008 disc.ico
-rwx------. 1 502 games 1.2M Jun 23 2008 installer.exe
-rwx------. 1 502 games 456M Jun 23 2008 installer tome.mpq
I need to be able to run wine /media/cdrom/installer.exe, wine finds the file ok, but cant read from it so it says it can't access the file or something like that.
Fedora 13