• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

how do I add a scsi cdrom to linux?

mcveigh

Diamond Member
I just got a scsi cdrom

midas root # MAKEDEV -v /dev/scd0
/usr/sbin/MAKEDEV: don't know how to make device "/dev/scd0"

that's what I get, I have scsi cdrom support in the kernel for my ide cdrw

 
I believe it should be:

MAKEDEV scd
ln -s scd0 cdrom

I am sure someone will correct me if I am wrong. . .

GL

NOTE: Sometimes, some apps will only use the generic scsi driver to work with your cdrom, if that is the case, you will also have to create the generic scsi devices for the app to work. One such popular app. is cdrecord. If that is the case, you have to enable generice scsi support in your kernel and run MAKEDEV sg as well as having created the scd devices. I just thought I would let you know just in case. . .

/edit: added NOTE and changed sad face. . .😉

 
thanks, you got me pointed in the right direction, I was using scd when I should have been using sr got it working now I hope my new fstab works when I reboot

(I use gentoo)😉
 
AHHHH!!!! I thought you were trying to emulate scsi devices with your IDE cdrw,. . . :Q! I got confused for a sec . . .

GL
 
Back
Top