Date: Tue, 29 Nov 2005 08:49:15 +0100 From: arden <arden@nildram.co.uk> To: freebsd-questions@freebsd.org Subject: Re: HOWTO write udf (on cd/dvd/hd wherever) 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>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 29 Nov 2005 01:14:56 +0100 Roland Smith <rsmith@xs4all.nl> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051129084915.3a9e8f00.arden>