Re: HOWTO write udf (on cd/dvd/hd wherever)

2005-11-29 Thread scion+fbsdq
Date:Tue, 29 Nov 2005 08:49:15 +0100 From:arden <[EMAIL PROTECTED]> >im confused do you want to mount a udf cd in a drive or want to make a udf iso >? Neither. I want to write a UDF filesystem on a hard drive at the end of a USB so that I can backup files on one system into an archive f

Re: HOWTO write udf (on cd/dvd/hd wherever)

2005-11-29 Thread Wojciech Puchar
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." not true. And (somewhat paraphrased): "A variable-length 'packet-written' CD-R(W) can be closed

Re: HOWTO write udf (on cd/dvd/hd wherever)

2005-11-29 Thread arden
On Tue, 29 Nov 2005 01:14:56 +0100 Roland Smith <[EMAIL PROTECTED]> 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 > > >>>growis

Re: HOWTO write udf (on cd/dvd/hd wherever)

2005-11-28 Thread Roland Smith
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

Re: HOWTO write udf (on cd/dvd/hd wherever)

2005-11-28 Thread Wojciech Puchar
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

Re: HOWTO write udf (on cd/dvd/hd wherever)

2005-11-28 Thread Roland Smith
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, alt

Re: HOWTO write udf (on cd/dvd/hd wherever)

2005-11-28 Thread scion+fbsdq
Date: Mon, 28 Nov 2005 21:46:50 +0100 (CET) From: Wojciech Puchar <[EMAIL PROTECTED]> >> 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 don't see newfs_udf

Re: HOWTO write udf (on cd/dvd/hd wherever)

2005-11-28 Thread Wojciech Puchar
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) ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd

HOWTO write udf (on cd/dvd/hd wherever)

2005-11-28 Thread scion+fbsdq
I see mount_udf(8), and I see many mentions of dvd+rw-tools, and growisofs. Bud I don't see any mention of a method of writing a UDF? Am I missing something? Ultimately, I want to write UDF to a hard drive at the end of a USB so that I can mount it elsewhere. Clues? pointers? slaps in the face