From owner-freebsd-questions@FreeBSD.ORG Thu Dec 15 16:25:08 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 278C616A41F for ; Thu, 15 Dec 2005 16:25:08 +0000 (GMT) (envelope-from wojtek@tensor.3miasto.net) Received: from chylonia.3miasto.net (chylonia.3miasto.net [213.192.74.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE39743D77 for ; Thu, 15 Dec 2005 16:25:06 +0000 (GMT) (envelope-from wojtek@tensor.3miasto.net) Received: from chylonia.3miasto.net (localhost [127.0.0.1]) by chylonia.3miasto.net (8.13.4/8.13.4) with ESMTP id jBFGOlfp059967; Thu, 15 Dec 2005 17:24:47 +0100 (CET) (envelope-from wojtek@tensor.3miasto.net) Received: from localhost (wojtek@localhost) by chylonia.3miasto.net (8.13.4/8.13.4/Submit) with ESMTP id jBFGOkXa059964; Thu, 15 Dec 2005 17:24:46 +0100 (CET) (envelope-from wojtek@tensor.3miasto.net) X-Authentication-Warning: chylonia.3miasto.net: wojtek owned process doing -bs Date: Thu, 15 Dec 2005 17:24:46 +0100 (CET) From: Wojciech Puchar X-X-Sender: wojtek@chylonia.3miasto.net To: "Andrew L. Gould" In-Reply-To: <20051215100835.1be39852@grokwell.org> Message-ID: <20051215172055.K59617@chylonia.3miasto.net> References: <20051215165408.L56980@chylonia.3miasto.net> <20051215100835.1be39852@grokwell.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: dvdrecord? 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: Thu, 15 Dec 2005 16:25:08 -0000 >> or maybe other tool? (but not growisofs that works good with DVD+R >> only) _______________________________________________ > > I use growisofs to burn database backup files to DVD-R on a regular > basis. The port name, dvd+rw-tools, is a little misleading in this > regard. > i'n now writing DVD-R from image with it, now 800MB and still going. anyway it can't record DVD-R from pipe, and can't have extra RAM buffer. dvdrecord CAN write from pipe in -dao mode if size is entered in options i were using that script: mkisofs -rq -jcharset iso8859-2 . 2>/dev/null| \ dvdrecord $* -v tsize=`mkisofs -rq -jcharset iso8859-2 --print-size .`x2k \ -delay=5 driveropts=burnfree -dao - to write directly files in dao mode to DVD-R. now i'm unable to do it.