The UDFtools package contains utilities for creating and mounting CD-RW disks with UDF file systems for both reading and writing. UDF files systems are used on both CD-RW media and on DVD. For more details of the UDF file system standard see: http://www.osta.org and http://www.ecma-international.org.
Download (HTTP): http://downloads.sourceforge.net/linux-udf/udftools-1.0.0b3.tar.gz
Download MD5 sum: 2f491ddd63f31040797236fe18db9e60
Download size: 287 KB
Estimated disk space required: 3.5 MB
Estimated build time: 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/udftools
In the kernel configuration, modify your settings to match those listed here:
Block devices Packet writing on CD/DVD media: Y or M CD-ROM/DVD Filesystems UDF file system support Y or M
Recompile and install the new kernel.
Install UDFtools by running the following commands:
bzcat ../udftools-1.0.0b3.patch.bz2 | patch -Np1 && sed -i -e 's/(char\*)spm +=/spm = (char\*)spm +/' wrudf/wrudf.c && ./configure --prefix=/usr && make
Now, as the root user:
make install
sed -i -e 's/(char\*)spm +=/spm = (char\*)spm +/' wrudf/wrudf.c: This change is required to compile with recent compilers.
Last updated on 2007-01-15 17:25:53 -0600