Changes between Initial Version and Version 1 of CDSupport


Ignore:
Timestamp:
Jan 24, 2012, 6:53:10 PM (12 years ago)
Author:
Bruno Cornec
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CDSupport

    v1 v1  
     1= CD Support in mondorescue =
     2
     3The code has to support multiple version of cdrecord/wodim output (inrelationshup to #518)
     4
     5On RHEL6
     6{{{
     7# cdrecord -scanbus   
     8scsibus0:
     9        0,0,0     0) 'TEAC    ' 'DV-W28E-RW      ' 'G.B2' Removable CD-ROM
     10        0,1,0     1) *
     11        0,2,0     2) *
     12        0,3,0     3) *
     13        0,4,0     4) *
     14        0,5,0     5) *
     15        0,6,0     6) *
     16        0,7,0     7) *
     17}}}
     18
     19On Fedore Core 2
     20{{{
     21Cdrecord-Clone 2.01-dvd (i686-pc-linux-gnu) Copyright (C) 1995-2004 J�rg Schilling
     22Linux sg driver version: 3.5.27
     23Using libscg version 'schily-0.8'.
     24[...]
     25scsibus1:
     26        1,0,0   100) 'YAMAHA  ' 'CRW2200E        ' '1.0D' Removable CD-ROM
     27        1,1,0   101) 'SONY    ' 'DVD-ROM DDU1621 ' 'S1.6' Removable CD-ROM
     28        1,2,0   102) *
     29        1,3,0   103) *
     30        1,4,0   104) *
     31        1,5,0   105) *
     32        1,6,0   106) *
     33        1,7,0   107) *
     34}}}
     35
     36Slackware 2011
     37{{{
     38Cdrecord-ProDVD-ProBD-Clone 2.01.01a78 (i686-pc-linux-gnu) Copyright (C) 1995-2010 Jörg Schilling
     39Linux sg driver version: 3.5.34
     40Using libscg version 'schily-0.9'.
     41    1,0,0 100) 'Samsung' 'CD/DVD-Writer'
     42    1,1,0 101) *
     43    1,2,0 102) *
     44    1,3,0 103) *
     45    1,4,0 104) *
     46    1,5,0 105) *
     47    1,6,0 106) *
     48    1.7.0 107) *
     49scsibus2:
     50        2,0,0   200) 'ATA     ' 'SAMSUNG HD160JJ ' 'ZM10' Disk
     51        2,1,0   201) *
     52        2,2,0   202) *
     53        2,3,0   203) *
     54        2,4,0   204) *
     55        2,5,0   205) *
     56        2,6,0   206) *
     57        2,7,0   207) *
     58scsibus3:
     59        3,0,0   300) 'ATA     ' 'Maxtor 6L080M0  ' 'BANC' Disk
     60        3,1,0   301) *
     61        3,2,0   302) *
     62        3,3,0   303) *
     63        3,4,0   304) *
     64        3,5,0   305) *
     65        3,6,0   306) *
     66        3,7,0   307) *
     67scsibus6:
     68        6,0,0   600) 'ATA     ' 'SAMSUNG HD080HJ ' 'WT10' Disk
     69        6,1,0   601) *
     70        6,2,0   602) *
     71        6,3,0   603) *
     72        6,4,0   604) *
     73        6,5,0   605) *
     74        6,6,0   606) *
     75        6,7,0   607) *
     76}}}
     77Older version:
     78{{{
     79# cdrecord -scanbus
     80Cdrecord 1.9 (i686-pc-linux-gnu) Copyright (C) 1995-2000 Jörg Schilling
     81Linux sg driver version: 3.1.22
     82Using libscg version 'schily-0.1'
     83scsibus0:
     84        0,0,0     0) 'TOSHIBA ' 'DVD-ROM SD-R1202' '1020' Removable CD-ROM
     85        0,1,0     1) *
     86        0,2,0     2) *
     87        0,3,0     3) *
     88        0,4,0     4) *
     89        0,5,0     5) *
     90        0,6,0     6) *
     91        0,7,0     7) *
     92}}}
     93
     94Maegia 1:
     95{{{
     96$ cdrecord -scanbus
     97scsibus5:
     98        5,0,0   500) '_NEC    ' 'DVD_RW ND-3500AG' '2.1A' Removable CD-ROM
     99wodim: Warning: controller returns wrong size for CD capabilities page.
     100        5,1,0   501) 'HL-DT-ST' 'CD-ROM GCR-8480B' '2.05' Removable CD-ROM
     101        5,2,0   502) *
     102        5,3,0   503) *
     103        5,4,0   504) *
     104        5,5,0   505) *
     105        5,6,0   506) *
     106        5,7,0   507) *
     107}}}