I used to have dev=/dev/cd0c:0,0,0 but looking at my dmesg I thought I might
have to change it to dev=/dev/cd0c:0,1,1. Providing different options to
cdrecord does not help, it still bails
It should be dev=/dev/rcd0c:$BUS,0,0 -
where $BUS is the scsi bus number, 1 in your case.
-Otto
Ok, so this works, thanks. I thought it was 0,1,1 because of the
follwing dmesg line, but I see my error with the scsibus1 id.
cd0(pciide0:1:1): using PIO mode 4, Ultra-DMA mode 2
Anyways, now that my problem is fixed, I'd like some help understanding
why '# cdrecord -scanbus' doesn't work? Any thoughts?