Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jun 2005 14:47:06 +0000
From:      Tsampros Leonidas <ltsampros@upnet.gr>
To:        "P.U.Kruppa" <root@pukruppa.de>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: burncd syntax for burning dvd ???
Message-ID:  <20050612144706.GA36781@bifteki.lan>
In-Reply-To: <20050612132449.H909@www.pukruppa.net>
References:  <20050612120010.J1048@www.pukruppa.net> <20050612140231.GA35616@bifteki.lan> <20050612132449.H909@www.pukruppa.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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.
> 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050612144706.GA36781>