laser-disk.rst
changeset 151 1a437c72a980
parent 54 cebb71ea7260
child 152 403e81f601f2
equal deleted inserted replaced
150:b6fcb9e6652e 151:1a437c72a980
    32 |DVD+R (SL)| 2,295,104 | 4,700,372,992 | 4.7  |  4.378 |
    32 |DVD+R (SL)| 2,295,104 | 4,700,372,992 | 4.7  |  4.378 |
    33 |DVD-R DL  | 4,171,712 | 8,543,666,176 | 8.5  |  7.957 |
    33 |DVD-R DL  | 4,171,712 | 8,543,666,176 | 8.5  |  7.957 |
    34 |DVD+R DL  | 4,173,824 | 8,547,991,552 | 8.5  |  7.961 |
    34 |DVD+R DL  | 4,173,824 | 8,547,991,552 | 8.5  |  7.961 |
    35 +----------+-----------+---------------+------+--------+
    35 +----------+-----------+---------------+------+--------+
    36 
    36 
       
    37 * Burning tools.
       
    38 
       
    39 ** cdrtools.
       
    40 
       
    41 In 2006 build system of cdrtools changed and have CDDL, which incomputable
       
    42 with GPL.
       
    43 
       
    44 See
       
    45 
       
    46   http://cdrecord.berlios.de/private/cdrecord.html
       
    47   http://en.wikipedia.org/wiki/Cdrecord
       
    48 
       
    49 ** cdrkit.
       
    50 
       
    51 Fully GPL alternative for cdrtools.
       
    52 
       
    53 See
       
    54 
       
    55   http://www.cdrkit.org/
       
    56   http://en.wikipedia.org/wiki/Cdrkit
       
    57 
       
    58 *** Make iso image.
       
    59 
       
    60   $ genisoimage -A "<info>" -gui -J -R -o <img-file> <dir1> <dir2> ...
       
    61 
       
    62 <info> is up to 128 bytes. -J adds Joliet directory records wich useful on
       
    63 Windows. -R adds the Rock Ridge protocol.
       
    64 
       
    65 To test your image mount it (on Linux):
       
    66 
       
    67   $ sudo mount -t iso9660 -o loop,ro <img-file> <mnt-point>
       
    68 
       
    69 *** Burn iso image.
    37 
    70 
    38 
    71 
    39 
    72 
       
    73 ** cdrskin.
    40 
    74 
       
    75 See
    41 
    76 
    42 
    77   http://scdbackup.sourceforge.net/cdrskin_eng.html
    43 
    78   http://en.wikipedia.org/wiki/Cdrskin