On Sunday 16 Feb 2003 3:52 pm, ALISTAIR MACGREGOR wrote:
could you give us a listing of the output of ls -l in your /mnt folder?
drwxrwxrwx 1 root root 0 Feb 14 15:36 CDROM/ drwxrwxrwx 1 root root 0 Feb 14 15:36 CDROM2/ drwx-xr-x 2 root root 4096 Feb 14 14:41 disk/ drwxrwxrwx 1 root root 0 Feb 14 15:36 floppy/
Also, perhaps the relevant lines in your /etc/fstab file as well.
/dev/hda1 / ext3 defaults 1 1 none /dev/pts devpts mode=0620 0 0 /dev/hda6 /home ext3 defaults 1 2 none /mnt/cdrom supermount dev=/dev/hdc,fs=auto,ro,--,iocharset=iso8859-15,codepage=850,umask=0 0 0 none /mnt/cdrom2 supermount dev=/dev/scd0,fs=auto,ro,--,iocharset=iso8859-15,codepage=850,umask=0 0 0 none /mnt/floppy supermount dev=/dev/fd0,fs=auto,--,iocharset=iso8859-15,sync,codepage=850,umask=0 0 0 none /proc proc defaults 0 0 /dev/hda5 swap swap defaults 0 0
<no snippage as I thought it best to leave it in>
That is essentially the same as I get with the mandrake 9 I've playing around with on my box ATM, which works OK.
Are you trying to mount through a GUI or from a console? If the former try 'mount /mnt/cdrom' in a console and see what happens.