> > I have an ATAPI CD-ROM drive (actually a Creative > > Dxr2 DVD drive), which I can't get to play audio CDs > > under debian. <snip> > > ln -s /dev/hdc /dev/cdrom > and in > /etc/fstab put > /dev/hdc /cdrom iso9660 defaults,ro,user,auto 0 0 > > Then mkdir /cdrom to put a cdrom dir in / Thay way > you can just do mount /cdrom, when you need to.
He asked about playing audio CDs. Your suggestion is helpful for someone who needs to mount a *data* CD, but not an audio CD. You don't mount them. You simply put them in and use whatever cd-player app you prefer. At most, you may have to tell it the name of the device, for example, /dev/hdc. Or to make it easier, create the link to /dev/cdrom as you show. The /etc/fstab entry isn't necessary. Hall