Date: Fri, 17 Oct 2008 11:33:12 +0200 From: Philipp Ost <pj@smo.de> To: "Marc G. Fournier" <scrappy@hub.org> Cc: freebsd-multimedia@freebsd.org Subject: Re: Burning to IDE DVD Burner ... Message-ID: <48F85BD8.4090504@smo.de> In-Reply-To: <FC0F2DFD297D42163E403DA4@ganymede.hub.org> References: <FC0F2DFD297D42163E403DA4@ganymede.hub.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Marc G. Fournier wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > Is this possible? I just tried with tkdvd, and it spits out cam related > errors, so it doesn't *look* like I can do it with growisofs ... am I missing > something? It is possible. I've done it several times (single and double layer disks). For single layer DVDs I use growisofs -dvd-compat -Z /dev/cd0=file.iso To burn a DL-DVD I have/had to set the write speed to 2 (else it wouldn't work at all, even if the burner itself is capable of 4x): growisofs -dvd-compat -Z /dev/cd0=file.iso -speed=2 dmesg reports the following: acd0: DVDR <HL-DT-ST DVDRAM GSA-4163B/A101> at ata1-master UDMA33 The only problem I have is mounting DVD-RAM disks, but that's a totally different story. HTH, Philipp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?48F85BD8.4090504>