# HG changeset patch # User Oleksandr Gavenko # Date 1248206329 -10800 # Node ID 1a437c72a980315450b6cc733479e1e03376769e # Parent b6fcb9e6652e72fe6251b3c77a33b1bb495b50f6 About burning tools. diff -r b6fcb9e6652e -r 1a437c72a980 laser-disk.rst --- a/laser-disk.rst Fri Jul 17 23:57:30 2009 +0300 +++ b/laser-disk.rst Tue Jul 21 22:58:49 2009 +0300 @@ -34,10 +34,45 @@ |DVD+R DL | 4,173,824 | 8,547,991,552 | 8.5 | 7.961 | +----------+-----------+---------------+------+--------+ +* Burning tools. +** cdrtools. + +In 2006 build system of cdrtools changed and have CDDL, which incomputable +with GPL. + +See + + http://cdrecord.berlios.de/private/cdrecord.html + http://en.wikipedia.org/wiki/Cdrecord + +** cdrkit. + +Fully GPL alternative for cdrtools. + +See + + http://www.cdrkit.org/ + http://en.wikipedia.org/wiki/Cdrkit + +*** Make iso image. + + $ genisoimage -A "" -gui -J -R -o ... + + is up to 128 bytes. -J adds Joliet directory records wich useful on +Windows. -R adds the Rock Ridge protocol. + +To test your image mount it (on Linux): + + $ sudo mount -t iso9660 -o loop,ro + +*** Burn iso image. - +** cdrskin. +See + http://scdbackup.sourceforge.net/cdrskin_eng.html + http://en.wikipedia.org/wiki/Cdrskin