From owner-freebsd-multimedia@FreeBSD.ORG Sat Oct 18 03:25:04 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 33D4D1065687 for ; Sat, 18 Oct 2008 03:25:04 +0000 (UTC) (envelope-from pj@smo.de) Received: from ilk.de (mx-out10.ilk.de [194.121.104.10]) by mx1.freebsd.org (Postfix) with ESMTP id A2A5E8FC1A for ; Sat, 18 Oct 2008 03:25:03 +0000 (UTC) (envelope-from pj@smo.de) Received: from bologna.intern.smo.de (pool30.ka.ilk.net [212.86.194.30]) by ilk.de (8.13.4/8.13.4/ilk-relay) with ESMTP id m9H9Xc0e026693; Fri, 17 Oct 2008 11:33:39 +0200 Received: from [192.168.153.208] (herdubreid.intern.smo.de [192.168.153.208]) by bologna.intern.smo.de (8.13.8+Sun/8.13.8) with ESMTP id m9H9Q2Dg012296; Fri, 17 Oct 2008 11:26:13 +0200 (CEST) Message-ID: <48F85BD8.4090504@smo.de> Date: Fri, 17 Oct 2008 11:33:12 +0200 From: Philipp Ost User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.13) Gecko/20080701 X-Accept-Language: de, en-us, en MIME-Version: 1.0 To: "Marc G. Fournier" References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@freebsd.org Subject: Re: Burning to IDE DVD Burner ... X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Oct 2008 03:25:04 -0000 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 at ata1-master UDMA33 The only problem I have is mounting DVD-RAM disks, but that's a totally different story. HTH, Philipp