From owner-freebsd-questions@FreeBSD.ORG Sun Jun 12 11:47:11 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD44716A41C for ; Sun, 12 Jun 2005 11:47:11 +0000 (GMT) (envelope-from ltsampros@upnet.gr) Received: from mail.vivodinet.gr (mail3.vivodinet.gr [80.76.39.13]) by mx1.FreeBSD.org (Postfix) with SMTP id 8A65743D1F for ; Sun, 12 Jun 2005 11:47:10 +0000 (GMT) (envelope-from ltsampros@upnet.gr) Received: (qmail 7848 invoked from network); 12 Jun 2005 11:47:06 -0000 Received: from dslcustomer-222-89.vivodi.gr (HELO bifteki.home.net) (83.171.222.89) by 0 with SMTP; 12 Jun 2005 11:47:06 -0000 Received: from bifteki.home.net (localhost [127.0.0.1]) by bifteki.home.net (8.13.3/8.13.3) with ESMTP id j5CEl7q8036800; Sun, 12 Jun 2005 14:47:11 GMT (envelope-from gaghiel@bifteki.home.net) Received: (from gaghiel@localhost) by bifteki.home.net (8.13.3/8.13.3/Submit) id j5CEl6Qe036799; Sun, 12 Jun 2005 14:47:06 GMT (envelope-from gaghiel) Date: Sun, 12 Jun 2005 14:47:06 +0000 From: Tsampros Leonidas To: "P.U.Kruppa" Message-ID: <20050612144706.GA36781@bifteki.lan> References: <20050612120010.J1048@www.pukruppa.net> <20050612140231.GA35616@bifteki.lan> <20050612132449.H909@www.pukruppa.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050612132449.H909@www.pukruppa.net> User-Agent: Mutt/1.5.9i Cc: freebsd-questions@freebsd.org Subject: Re: burncd syntax for burning dvd ??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Jun 2005 11:47:11 -0000 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. >