cdrecord -v -data dev=0,4,0 speed=12 blah.iso
the blah.isa is it supposed to be hdd.isa (replace the blah with the drive)?
Rusty
On Sunday 06 May 2001 07:29, you wrote:
> begin: Rusty Minden <[EMAIL PROTECTED]> quote
>
> > I am down to one issue with my Debian Install. I can not set up xcdroast.
> > I have recompiled the kernal to handle SCSI. I have added hdd=ide-scsi to
> > LILO. and created a soft link from hdd to sc0. I just can't seem to get
> > it working and the How-To is comfusing the hell out of me. Any tips from
> > the group? Rusty
> > PS I had it working fine with SuSE, but Debian obviously doesn't have
> > YAST.
>
> rusty, see if cdrecord works. it's not hard:
>
> cdrecord -v -data dev=0,4,0 speed=12 blah.iso
>
> if it works, then you know you're dealing with an application issue. if it
> doesn't work, then you know your hardward is still not configured
> correctly.
>
> pete