LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   scsi emulation (https://www.linuxquestions.org/questions/linux-general-1/scsi-emulation-20169/)

llama_meme 05-04-2002 04:39 AM

scsi emulation
 
I'm trying to get my CD writer to work with Linux. I've compiled SCSI emulation (and generic SCSI devise support) into the kernel, but my weird do it yourself distro doesn't have /dev/sr* (which I think I need, right?) How can I use the mknod command to make these?

thanks
Alex

llama_meme 05-04-2002 06:02 AM

Sorted it out now

mknod /dev/sr0 b 11 0
mknod /dev/sr1 b 11 1

so i can access my DVD drive through ide-scsi

mknod /dev/sg0 c 21 0
mknod /dev/sg1 c 21 1

generic scsi devices for cdrecord / xcdroast to use


All times are GMT -5. The time now is 01:38 AM.