On Thursday 05 February 2004 11:16 pm, j smith wrote: > i have Debian 3.0 and CD-Writer, so i have to use scsi > emulation. i compile the kernel and cdrecord works, > but with scsi emulation i can't use CD-Writer to read > CD. i enter the command: > > mount /dev/scd0 /cdrom > > it complains that /dev/scd0 is not valid device. What if you try one of the following: mount /dev/sr0 /cdrom mount /dev/sg0 /cdrom Adam