From owner-freebsd-questions@FreeBSD.ORG Thu May 15 16:03:09 2003 Return-Path: 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 95DB937B401 for ; Thu, 15 May 2003 16:03:09 -0700 (PDT) Received: from adsl-64-161-78-226.dsl.lsan03.pacbell.net (adsl-64-161-78-226.dsl.lsan03.pacbell.net [64.161.78.226]) by mx1.FreeBSD.org (Postfix) with SMTP id E605343F75 for ; Thu, 15 May 2003 16:03:08 -0700 (PDT) (envelope-from oremanj@adsl-64-161-78-226.dsl.lsan03.pacbell.net) Received: (qmail 49002 invoked by uid 1001); 15 May 2003 23:04:01 -0000 Date: Thu, 15 May 2003 16:04:01 -0700 From: Joshua Oreman To: Jim Sills Message-ID: <20030515230401.GC34071@webserver.get-linux.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i cc: questions@freebsd.org Subject: Re: Writing DVD+RW X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2003 23:03:10 -0000 On Thu, May 15, 2003 at 02:45:39PM -0500 or thereabouts, Jim Sills seemed to write: > Anybody riting DVD+RW disks?? Anybody ported growisofs?? As of 5.0 (and maybe 4.8), DVD+RW is supported in burncd. To get you started (these commands all as root): # Insert a DVD+RW burncd -f /dev/acd0c format dvd+rw # <-- You only have to do this once burncd -f /dev/acd0c -s max dvdrw imagefile.iso # <-- Burn a file # The disk will be erased automatically if you burn something to # it and there's already something on it # # Replace /dev/acd0c above with your burner /dev node HTH, -- Josh > > Thanks! > Jim Sills > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"