Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Damaged CD medium
Date: Mon, 16 Mar 2015 16:26:31
Message-Id: 201503161626.18854.michaelkintzios@gmail.com
In Reply to: Re: [gentoo-user] Re: Damaged CD medium by Joerg Schilling
1 On Monday 16 Mar 2015 10:19:22 Joerg Schilling wrote:
2
3 > Try to read the man page and use the direct access to the related
4 > functions.
5 >
6 > From your printout, I cannot even tell whether the device argument was
7 > correct.
8 >
9 > Start with readcd -scanbus
10
11
12 Thank you Joerg, I had two CD drives in the PC I tried previously. readcd was
13 clever enough to identify the drive with the CD in it, but I specified the
14 device on the command line just to be sure, following the man page.
15
16 This time I tried using a different PC with a single CD drive:
17
18 # readcd -scanbus
19 scsibus0:
20 0,0,0 0) 'ATA ' 'OCZ-ARC100 ' '1.00' Disk
21 0,1,0 1) *
22 0,2,0 2) *
23 0,3,0 3) *
24 0,4,0 4) *
25 0,5,0 5) *
26 0,6,0 6) *
27 0,7,0 7) *
28 scsibus1:
29 1,0,0 100) 'ATA ' 'WDC WD30EFRX-68E' '0A82' Disk
30 1,1,0 101) *
31 1,2,0 102) *
32 1,3,0 103) *
33 1,4,0 104) *
34 1,5,0 105) *
35 1,6,0 106) *
36 1,7,0 107) *
37 scsibus2:
38 2,0,0 200) 'PIONEER ' 'BD-RW BDR-209D' '1.10' Removable CD-ROM
39 2,1,0 201) *
40 2,2,0 202) *
41 2,3,0 203) *
42 2,4,0 204) *
43 2,5,0 205) *
44 2,6,0 206) *
45 2,7,0 207) *
46
47
48 > If you continue with readcd dev=xxx (only needed at all if you have more
49 > than one CD like drive), you could e.g. try readcd f=out-file -noerror
50 >
51 > If your drive cannot read the toc or otherwise believes there is no medium,
52 > readcd cannot help. You need to check why the toc cannot be read. If the CD
53 > ic scratched, then try to use Plexiglass polishing paste. Be carefull to
54 > prevent polishing paste to slip to the paint side and to let the CD move
55 > on the paint side.
56 >
57 > Jörg
58
59
60 Running 'readcd f=cd_test.out -noerror' gives me an ever increasing number of
61 errors, on each sector (currently up to sector 6 and still going strong):
62
63 # readcd f=cd_test.out -noerror
64 No target specified, trying to find one...
65 Using dev=2,0,0.
66 Read speed: 22160 kB/s (CD 125x, DVD 16x, BD 4x).
67 Write speed: 22160 kB/s (CD 125x, DVD 16x, BD 4x).
68 Capacity: 250000 Blocks = 500000 kBytes = 488 MBytes = 512 prMB
69 Sectorsize: 2048 Bytes
70 Copy from SCSI (2,0,0) disk to file 'cd_test.out'
71 end: 250000
72 readcd: Input/output error. read_g1: scsi sendcmd: no error
73 CDB: 28 00 00 00 00 00 00 00 40 00
74 status: 0x2 (CHECK CONDITION)
75 Sense Bytes: F0 00 03 00 00 00 00 0E 00 00 00 00 11 05 00 00
76 Sense Key: 0x3 Medium Error, Segment 0
77 Sense Code: 0x11 Qual 0x05 (l-ec uncorrectable error) Fru 0x0
78 Sense flags: Blk 0 (valid)
79 cmd finished after 7.030s timeout 40s
80 readcd: Input/output error. Cannot read source disk
81 readcd: Retrying from sector 0.
82 .~~-~~~+~~~-~~~+~~~-~~~+~~~-~~~+~~~-~~~+~~~-~~~+~~~-~~~+~~~-~~~+~~~-~~~+~~~-
83 ~~~+~~~-~~~+~~~-~~~+~~~-~~~+~~~-~~~+~~~-~~~
84 readcd: Input/output error. Error on sector 0 not corrected. Total of 1
85 errors.
86 readcd: -noerror set, continuing ...
87 .~~-~~~+~~~-~~~+~~~-~~~+~~~-~~~+~~~-~~~+~~~-~~~+~~~-~~~+~~~-~~~+~~~-~~~+~~~-
88 ~~~+~~~-~~~+~~~-~~~+~~~-~~~+~~~-~~~+~~~-~~~
89 readcd: Input/output error. Error on sector 1 not corrected. Total of 2
90 errors.
91 readcd: -noerror set, continuing ...
92 .~~-~~~+~~~-~~~+~~~-~~~+~~~-~~~+~~~-~~~+~~~-~~~+~~~-~~~+~~~-~~~+~~~-~~~+~~~-
93 ~~~+~~~-~~~+~~~-~~~+~~~-~~~+~~~-~~~+~~~-~~~
94 readcd: Input/output error. Error on sector 2 not corrected. Total of 3
95 errors.
96 readcd: -noerror set, continuing ...
97 .~~-~~~+~~~-~~~+~~~-~~~+~~~-~~~+~~~-~~~+~~~-~~~+~~~-~~~+~~~-~~~+~~~-~~~+~~~-
98 ~~~+~~~-~~~+~~~-~~~+~~~-~~~+~~~-~~~+~~~-~~~
99 [snip ...]
100
101
102 There are no visible scratches on the disk, so I am thinking this is not a
103 mechanical fault, but something to do with the burner. I am glad that I
104 learned about readcd, but given the above results shall I give up hope and ask
105 the guy to burn me a new CD using a different burner this time?
106
107 --
108 Regards,
109 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] Re: Damaged CD medium Joerg Schilling <Joerg.Schilling@××××××××××××××××.de>