Click to See Complete Forum and Search --> : cdrom reads music, but ...


sixfeetsix
11-21-2001, 02:55 PM
Ok, I can listen to music with my cd,but can read any cd with files... I guess my cdrom ain't properly mounted or so...

I have Mandrake 8.0 installed

here's my fstab:
/dev/hda6 / ext2 defaults 1 1
none /dev/pts devpts mode=0620 0 0
/dev/cdrom /mnt/cdrom iso9660 ro,nosuid,noauto,exec,user,nodev 0 0
/dev/fd0 /mnt/floppy vfat sync,nosuid,noauto,user,nodev,unhide 0 0
/dev/hda3 /mnt/windows vfat user,exec,umask=0,codepage=850,iocharset=iso8859-1 0 0
none /proc proc defaults 0 0
/dev/hda5 swap swap defaults 0 0
/dev/hda4 /mnt/lfs ext2 exec,dev,suid,rw 1 1

Thanks in advance

David Dorward
11-21-2001, 03:27 PM
CD's don't mount automagically with that fstab.

insert cd
mount /mnt/cdrom
cd /mnt/cdrom
ls
cd
umount /mnt/cdrom

sixfeetsix
11-21-2001, 03:38 PM
I like that automagically word, anyway would there be a way to automagically mount :p when, let's say, I use Konqueror as the file manager...

[ 21 November 2001: Message edited by: sixfeetsix ]

chikn
11-21-2001, 03:58 PM
Replace this:
/dev/cdrom /mnt/cdrom iso9660 ro,nosuid,noauto,exec,user,nodev 0 0

With this:
/dev/cdrom /mnt/cdrom supermount user,exec,dev,suid,rw,fs=iso9660 0 0

Or something to that affect, i think you also have to have the automount package installed???