laser-disk.rst
changeset 722 44fa7026955b
parent 721 c85a44c2fec3
child 735 5c437e2d5fe1
equal deleted inserted replaced
721:c85a44c2fec3 722:44fa7026955b
    88   http://cdrecord.berlios.de/private/cdrecord.html
    88   http://cdrecord.berlios.de/private/cdrecord.html
    89   http://en.wikipedia.org/wiki/Cdrecord
    89   http://en.wikipedia.org/wiki/Cdrecord
    90 
    90 
    91 ** cdrkit.
    91 ** cdrkit.
    92 
    92 
    93 Fully GPL alternative for cdrtools.
    93 Fully GPL alternative for cdrtools. Includes:
       
    94 
       
    95  * wodim (an acronym for write optical disk media), which was forked from the cdrecord program in
       
    96    cdrtools.
       
    97  * icedax (an acronym for incredible digital audio extractor), which was forked from the cdda2wav
       
    98    program in cdrtools.
       
    99  * genisoimage (short for generate ISO image), which was forked from the mkisofs program in
       
   100    cdrtools.
    94 
   101 
    95 See
   102 See
    96 
   103 
    97   http://www.cdrkit.org/
   104   http://www.cdrkit.org/
    98   http://en.wikipedia.org/wiki/Cdrkit
   105   http://en.wikipedia.org/wiki/Cdrkit
   101 
   108 
   102 Debian:
   109 Debian:
   103 
   110 
   104   $ sudo apt-get install wodim genisoimage
   111   $ sudo apt-get install wodim genisoimage
   105 
   112 
   106 Cygwin:
   113 Cygwin (cdrecord is symlink to wodim, mkisofs is symlink to genisoimage, cdrkit contain only
       
   114 READMY):
   107 
   115 
   108   $ setup -p cdrkit
   116   $ setup.exe -p cdrkit,wodim,genisoimage
   109 
   117 
   110 *** Make iso image.
   118 *** Make iso image.
   111 
   119 
   112   $ genisoimage -A "<info>" -gui -J -R -o <img-file> <dir1> <dir2> ...
   120   $ genisoimage -A "<info>" -gui -J -R -o <img-file> <dir1> <dir2> ...
   113 
   121 
   143 See
   151 See
   144 
   152 
   145   http://scdbackup.webframe.org/xorriso_eng.html
   153   http://scdbackup.webframe.org/xorriso_eng.html
   146   http://en.wikipedia.org/wiki/xorriso
   154   http://en.wikipedia.org/wiki/xorriso
   147 
   155 
   148 ** wodim.
       
   149 
       
   150 *** Installing.
       
   151 
       
   152 Debian:
       
   153 
       
   154   $ sudo apt-get install wodim
       
   155 
       
   156 Cygwin (cdrecord is symlink to wodim):
       
   157 
       
   158   $ setup.exe -p wodim
       
   159 
       
   160 ** genisoimage.
       
   161 
       
   162 *** Installing.
       
   163 
       
   164 Cygwin (mkisofs is symlink to genisoimage):
       
   165 
       
   166   $ setup.exe -p genisoimage
       
   167