From owner-freebsd-current@FreeBSD.ORG Thu Apr 3 14:21:28 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 562FD37B401; Thu, 3 Apr 2003 14:21:28 -0800 (PST) Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id B50CB43F85; Thu, 3 Apr 2003 14:21:27 -0800 (PST) (envelope-from julian@elischer.org) Received: from interjet.elischer.org (12-232-168-4.client.attbi.com[12.232.168.4]) by rwcrmhc52.attbi.com (rwcrmhc52) with ESMTP id <20030403222127052003ktege>; Thu, 3 Apr 2003 22:21:27 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id OAA28212; Thu, 3 Apr 2003 14:21:26 -0800 (PST) Date: Thu, 3 Apr 2003 14:21:25 -0800 (PST) From: Julian Elischer To: Bill Moran In-Reply-To: <005001c2fa1f$cd756bf0$613818ac@craftmfg.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Scott Long cc: freebsd-current@freebsd.org cc: freebsd-questions@freebsd.org Subject: Burning DVDs 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: Thu, 03 Apr 2003 22:21:28 -0000 On Thu, 3 Apr 2003, Bill Moran wrote: > This discussion is getting off-topic for this list, I think. > I'm redirecting to -questions, unless you feel your reply is > relevent to 5, please remove the cc to -current if you reply > (more below) ... > > From: "Scott Long" > > > > The UDF support in 5.x is for reading only. DVD data disks do not > > require the UDF filesystem and can in fact work just fine with cd9660 or > > even UFS. DVD video disks usually require UDF as dvd players don't > > understand anything else, but editing and mastering a dvd video disk is > > well beyond the scope of this and I would highly recommend using a Mac. > > For the record ... my only requirement at this time is to burn data DVDs > that are compatible across multiple OSes (specifically, FreeBSD, Mac, and > Windows). From what I'm hearing, I can accomplish this with cd9660 fs. > I wasn't aware of this ... I thought I needed UDF support for 4G filesystems, > but that's all the more reason I'm glad I asked. > > > Burning some of the DVD formats requires special support, while others > > can be burned just like a CD. I thought that 4.x and 5.x were at the > > same level for this support, but Soeren would have the definitive > > answer. > > the mkisofs port can make UDF images.. add teh -u (I think) option.. seems to work on MACs and Win machines that report the output to be a UDF disk.