Home

The Project
 - News
 - Project FAQ
 - SourceForge

Software
 - Download
 - Instructions
 - License
 - UDF Support
 - Linux Kernel

Contact Us
 - Bug Reports
 - Mailing List
 - The Author


Installation Instructions


These instructions correspond with the 0.0.2d release.

1. Download Linux kernel 2.4.0-test10 (available from kernel.org).

2. Apply the patch (packet-0.0.2d.diff)

3. Configure your kernel; select packet support in the block device section and UDF support in the file system section.

4. Compile kernel and modules. Install kernel and reboot.

5. The Linux UDF project provides the cdrwtool program, which we will need in order to format a CD-RW disc. Download the latest CVS snapshot of the Linux UDF project following the instructions from http://sourceforge.net/cvs/?group_id=295

6. Compile and install UDF support (make lib tools udf.o install).

7. Insert a new CD-RW disc into your CD-RW drive.

8. Format the CD-RW disc. Assuming your CD-RW drive is sr0 (please substitute as appropriate), the command to format the CD-RW disc is: cdrwtool -d /dev/sr0 -q

9. Verify that /dev/pktcdvd0 exists. If not, create it (mknod /dev/pktcdvd0 b 97 0).

10. Set up your writer (pktsetup /dev/pktcdvd0 /dev/sr0).

11. You should now be able to mount /dev/pktcdvd0 and copy files to it.


Support for this patch and these instructions may be provided on the mailing list.