burncd syntax for burning dvd ???

Tsampros Leonidas ltsampros at upnet.gr
Sun Jun 12 11:47:11 GMT 2005


On Sun, Jun 12, 2005 at 01:29:00PM +0200, P.U.Kruppa wrote:
> On Sun, 12 Jun 2005, Tsampros Leonidas wrote:
> 
> >On Sun, Jun 12, 2005 at 12:08:21PM +0200, P.U.Kruppa wrote:
> >>Hello!
> >>
> >>I created an .iso file from a dvd by
> >>	# dd if=/dev/acd0 of=dvd.iso bs=2048
> >>Now I would like to burn dvd.iso on a fresh dvd+rw medium.
> >>Could someone be so nice and give me the correct command line for
> >>this - seems I am too stupid to understand the man pages :-( .
> >>
> >>Thanks,
> >
> >I think that this one will work:
> >
> >burncd -e -f /dev/acd0 -s max data fixate dvdrw dvd.iso
> No, that doesn't, but ...
> 
> >Why don't you use growisofs ?
> Because I didn't know it yet :-)
> 
> >You can install it through the ports at
> >sysutils/dvd+rw-tools . To write tha same iso you would use the
> >following command:
> >
> >growisofs -speed=N -dvd-compat -Z /dev/dvd=image.iso

where N is the speed you want to burn the dvd ( 4 or 8 are common
speeds)
	
> That works, when I use SCSI emulation for my ATAPI burner:
> # growisofs -dvd-compat -Z /dev/cd0=image.iso
> 
> I'll find out about -speed later.
> 
> Thanks!
> 
> Uli.
> 


More information about the freebsd-questions mailing list