From owner-freebsd-current@FreeBSD.ORG Mon Apr 7 16:49:34 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81E8737B401 for ; Mon, 7 Apr 2003 16:49:34 -0700 (PDT) Received: from www.get-linux.org (adsl-64-161-78-226.dsl.lsan03.pacbell.net [64.161.78.226]) by mx1.FreeBSD.org (Postfix) with SMTP id C72D343FBD for ; Mon, 7 Apr 2003 16:49:33 -0700 (PDT) (envelope-from oremanj@www.get-linux.org) Received: (qmail 8225 invoked by uid 1001); 7 Apr 2003 23:52:02 -0000 Date: Mon, 7 Apr 2003 16:52:02 -0700 From: Joshua Oreman To: Bill Moran Message-ID: <20030407235202.GA8120@webserver.get-linux.org> Mail-Followup-To: Bill Moran , freebsd-current@freebsd.org References: <002101c2f9f5$199eb390$613818ac@craftmfg.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <002101c2f9f5$199eb390$613818ac@craftmfg.com> User-Agent: Mutt/1.4i cc: freebsd-current@freebsd.org Subject: Re: DVD burning under 5.0 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Apr 2003 23:49:34 -0000 On Thu, Apr 03, 2003 at 10:24:21AM -0500 or thereabouts, Bill Moran arranged some electrons to write: > Is anyone actually using DVD burning under FreeBSD 5? Yep. It works. > If so, what make/model burner? Sony DRU600a (i think) - supports all formats except -RAM > Also, how compatible are the resultant > DVDs? (i.e. can I toss one in a Windows XP machine DVD reader > and browse the files?) Any problems or gotchas? > They should be fine, as long as you use ISO9660. UDF on dvd's isn't really supported yet. > > Looking for success stories and real-world information. I know the > release notes claim compatibiltiy, but I'm curious as to folks experiences. > For the +RW disks, you can use burncd. Example: # burncd -f /dev/ide.node.of.your.burner -F format dvd+rw # burncd -f /dev/ide.node.of.your.burner dvdrw file.iso For -R and -RW, use dvdrecord. There are a few patches needed to make it compile. Google may be helpful, or I can send my patched source tree. I don't have the patch itself though :-( > > Also, I'm aware of the status of 5 as -CURRENT still, and I'm posting > a second email asking for opinions on stability. > > Thanks in advance for any information. > > -Bill Hope this helps, -- Josh