If you run linux and burn CDs or DVDs, you may be interested to know they finally implemented packet writing support.
And according to /usr/src/linux-2.6.10/Documentation/cdrom/packet-writing.txt it's as easy as formatting the disc, and then doing the (seemingly strange)
mount -o rw,noatime /dev/cdrom /mnt/somewhere
and then just copying to the disc.. Neat :)
And according to /usr/src/linux-2.6.10/Documentation/cdrom/packet-writing.txt it's as easy as formatting the disc, and then doing the (seemingly strange)
mount -o rw,noatime /dev/cdrom /mnt/somewhere
and then just copying to the disc.. Neat :)