I have the following problem using the changer with Linux 2.0.29 :
there are 7 devices /dev/sr0../dev/sr6
fstab-enrty is
/dev/sr0 /mnt iso9660 ro 0,0
After mounting a CD with mount -a (as root),
ls -l /mnt produces the following output
dr-xr-xr-x 1 root root 2048 Jun 16 1996 acrobat/
dr-xr-xr-x 1 root root 2048 Jun 15 1996 fachinfo/
-r--r--r-- 1 root root 3838164 Jun 15 1996 fachinfo.pdf
-r--r--r-- 1 root root 922 Jun 16 1996 fachinfo.pdx
-r--r--r-- 1 root root 32092 Oct 27 1995 setup.exe
dr-xr-xr-x 1 root root 32768 Jun 15 1996 z0/
dr-xr-xr-x 1 root root 32768 Jun 15 1996 z1/
# file setup.exe
setup.exe: MS-DOS executable (EXE), OS/2 or Windows
I have exported this directory via Samba (1.9.16p10) in read only mode.
When I try to execute 'setup' on a Win.3.11 client or a NT client I get
an error
'der Datentraeger ist schreibgeschuetzt'
The English translation is 'medium is write protected'.
Using the mode option in fstab I get the files with execute permission,
but the error remains the same.
Does anyone have an idea ??
W. Siemon