On Thu, 2003-11-20 at 13:30, Barry wrote: [snip] > What do I do/need to write to a udf formatted cd in linux please? "cdrecord" does not care about the file-system that is written to the disc. It will happily write ext3, ISO 9660, or any other file-system.
You need "mkudffs" (found in the "udftools" package in Debian) to make UDF file systems, and at least a 2.4 kernel. From what I understand, even CD-RW requires you to mount the disc read-only and write to it using "cdrecord". -- Michael JasonSmith http://www.ldots.org/
