[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: cd0 problems
On Fri, 7 Jun 2002, Dan Harnett wrote:
> Those messages are pretty normal. If you search the list archives, you
> will find a better explaination of what they mean.
My cdrw is identical to Sky's bar a minor rev no. I've not seen any
errors/lockups/coasters after hundreds of cd's burned. I can't explain
this, but there is one point that springs to mind...
> Under OpenBSD, you need to specify the bus, target, and lun. You can
> find these in the output from dmesg. In your case:
>
> cdrecord dev=/dev/cd0c:0,0,0 ...
This is it. I have never specified bus target and lun as you suggest. I
use (works on 2.9 -> -current):
cdrecord -v -eject dev=/dev/cd0c speed=8 -data <path to iso>
and
cdrecord -v -eject dev=/dev/cd0c speed=8 -pad -audio <path to *.wav>
-pedro