On Sat, 27 Jun 2009 12:37:22 +0100
Daniel Leal <dfpl...@gmail.com> wrote:

> Hi !
> 
> I am trying to burn a iso in my laptop with freebsd 7.2
> 
> Installed cdrtools and then kldload atapicam.
> 
> Then I looked for the cdrom:
> #cdrecord -scanbus
> 
> Cdrecord-Clone 2.01 (i386-unknown-freebsd7.2) Copyright (C) 1995-2004 
> J?rg Schilling
> Using libscg version 'schily-0.8'.
> scsibus2:
>        2,0,0   200) 'PIONEER ' 'DVD-RW  DVR-K17A' '1.51' Removable
> CD-ROM 2,1,0   201) *
>        2,2,0   202) *
>        2,3,0   203) *
>        2,4,0   204) *
>        2,5,0   205) *
>        2,6,0   206) *
>        2,7,0   207) *
> 
> So I try to burn the iso with the comand:
>   # cdrecord -v dev=2,0,0 myfile.iso

You could also add 'driveropts=burnfree' to enable buffer
underrun protection since it's not enabled by default. 

-- 
Bruce
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to