laser-disk.rst
changeset 172 ab7bb7734d2a
parent 153 71a6d14aa309
child 187 a4767fc91847
equal deleted inserted replaced
171:8e806cddee36 172:ab7bb7734d2a
    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 * 
    37 
    38 
       
    39 ** Verbatim.
    38 
    40 
       
    41 Archival Grade CD & DVD - for store critical data.
    39 
    42 
       
    43   http://www.verbatim.ru
       
    44   http://www.verbatim.com/optical/archival/
    40 
    45 
       
    46 ** TDK.
    41 
    47 
       
    48   http://www.tdk-media.com
    42 
    49 
       
    50 ** Intenso.
    43 
    51 
       
    52   http://www.intenso.de
       
    53 
       
    54 * Lifetime.
       
    55 
       
    56 ** CD.
       
    57 
       
    58 *** What is the life expectancy of a CD-R?
       
    59 
       
    60 Approximately 100 years under proper storage conditions (from TDK support).
       
    61 
       
    62   http://faq.imation.com/tdk/index.php?action=article&cat_id=011001&id=104
       
    63 
       
    64 *** How many times can I rewrite to a CD-RW?
       
    65 
       
    66 A CD-RW disc can be erased and rewritten up to a 1,000 times. Reliability and
       
    67 performance will not decrease, even as the number of rewrites increase.
       
    68 
       
    69   http://faq.imation.com/tdk/index.php?action=article&cat_id=011001&id=111
       
    70 
       
    71 ** DVD.
       
    72 
       
    73 * Burning tools.
       
    74 
       
    75 ** cdrtools.
       
    76 
       
    77 In 2006 build system of cdrtools changed and have CDDL, which incomputable
       
    78 with GPL.
       
    79 
       
    80 See
       
    81 
       
    82   http://cdrecord.berlios.de/private/cdrecord.html
       
    83   http://en.wikipedia.org/wiki/Cdrecord
       
    84 
       
    85 ** cdrkit.
       
    86 
       
    87 Fully GPL alternative for cdrtools.
       
    88 
       
    89 See
       
    90 
       
    91   http://www.cdrkit.org/
       
    92   http://en.wikipedia.org/wiki/Cdrkit
       
    93 
       
    94 *** Installation.
       
    95 
       
    96   $ sudo apt-get install wodim genisoimage
       
    97 
       
    98 *** Make iso image.
       
    99 
       
   100   $ genisoimage -A "<info>" -gui -J -R -o <img-file> <dir1> <dir2> ...
       
   101 
       
   102 <info> is up to 128 bytes. -J adds Joliet directory records wich useful on
       
   103 Windows. -R adds the Rock Ridge protocol.
       
   104 
       
   105 To test your image mount it (on Linux):
       
   106 
       
   107   $ sudo mount -t iso9660 -o loop,ro <img-file> <mnt-point>
       
   108 
       
   109 *** Burn iso image.
       
   110 
       
   111 ** cdrskin.
       
   112 
       
   113 See
       
   114 
       
   115   http://scdbackup.sourceforge.net/cdrskin_eng.html
       
   116   http://en.wikipedia.org/wiki/Cdrskin
       
   117 
       
   118 *** Installation.
       
   119 
       
   120   $ sudo apt-get install cdrskin
       
   121 
       
   122 ** xorriso.
       
   123 
       
   124 xorriso copies file objects from POSIX compliant filesystems into Rock Ridge
       
   125 enhanced ISO 9660 filesystems and allows session-wise manipulation of such
       
   126 filesystems. It can load the management information of existing ISO images and
       
   127 it writes the session results to optical media or to filesystem objects.
       
   128 
       
   129 Vice versa xorriso is able to restore file objects from ISO 9660 filesystems.
       
   130 
       
   131 See
       
   132 
       
   133   http://scdbackup.webframe.org/xorriso_eng.html
       
   134   http://en.wikipedia.org/wiki/xorriso