From owner-freebsd-questions@FreeBSD.ORG Tue Nov 29 08:48:53 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 356AF16A423 for ; Tue, 29 Nov 2005 08:48:53 +0000 (GMT) (envelope-from arden@nildram.co.uk) Received: from smtp.nildram.co.uk (smtp.nildram.co.uk [195.112.4.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1419B43D5D for ; Tue, 29 Nov 2005 08:48:50 +0000 (GMT) (envelope-from arden@nildram.co.uk) Received: from vector.linux.vnet (81-6-216-172.dyn.gotadsl.co.uk [81.6.216.172]) by smtp.nildram.co.uk (Postfix) with SMTP id C00D8257767 for ; Tue, 29 Nov 2005 08:48:47 +0000 (GMT) Date: Tue, 29 Nov 2005 08:49:15 +0100 From: arden To: freebsd-questions@freebsd.org Message-Id: <20051129084915.3a9e8f00.arden@nildram.co.uk> In-Reply-To: <20051129001456.GA52203@slackbox.xs4all.nl> References: <20051128163912.F22FC2FD6B@arwen.webrelay.net> <20051128214623.P66942@chylonia.3miasto.net> <20051128234500.GA51244@slackbox.xs4all.nl> <20051129004740.D69275@chylonia.3miasto.net> <20051129001456.GA52203@slackbox.xs4all.nl> X-Mailer: Sylpheed version 2.0.0 (GTK+ 2.6.1; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: HOWTO write udf (on cd/dvd/hd wherever) 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: Tue, 29 Nov 2005 08:48:53 -0000 On Tue, 29 Nov 2005 01:14:56 +0100 Roland Smith wrote: > On Tue, Nov 29, 2005 at 12:48:24AM +0100, Wojciech Puchar wrote: > > >On Mon, Nov 28, 2005 at 09:46:50PM +0100, Wojciech Puchar wrote: > > >>>I see mount_udf(8), and I see many mentions of dvd+rw-tools, and > > >>>growisofs. > > >> > > >>tried to use mount_udf - no success. can't even mount dvd+rw that was > > >>treated with newfs_udf (which works) > > > > > >I couldn't find a newfs_udf on 6.0, although there is a userspace > > >implementation called UDFclient: http://www.13thmonkey.org/udfclient/ > > > > > thats what i used. > > > >As I understand it, UDF is an extension of ISO9660. An explanation of > > > > no it is not an extension. > > See the wikipedia entry: > http://en.wikipedia.org/wiki/Universal_Disk_Format > > "It [UDF] is an implementation of the ISO/IEC 13346 standard (also known as > ECMA-167), and an extension of ISO 9660." > > And (somewhat paraphrased): > > "A variable-length 'packet-written' CD-R(W) can be closed to a ISO9660 > format by writing just by writing a table of contents on the CD." > > > >UDF can be found here: http://homepage.mac.com/wenguangwang/myhome/udf.html > > > > > >Dvd+rw-tools uses ISO9660, not UDF. > > > > dvd+rw-tools do't use any filesystem! they just write to device. > > I beg to differ. Growisofs is a front-end for mkisofs, combined with a > DVD recording program. See the growisofs manual page. > > Roland > -- > R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text. > public key: http://www.xs4all.nl/~rsmith/pubkey.txt > im confused do you want to mount a udf cd in a drive or want to make a udf iso ? mount -t udf /device /mount point or mkisofs -dvd-video -udf -o test.iso /location Arden