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 20:06:20
Message-Id: 201503162006.07804.michaelkintzios@gmail.com
In Reply to: Re: [gentoo-user] Re: Damaged CD medium by Joerg Schilling
1 On Monday 16 Mar 2015 16:51:34 Joerg Schilling wrote:
2 > Mick <michaelkintzios@×××××.com> wrote:
3 > > scsibus2:
4 > > 2,0,0 200) 'PIONEER ' 'BD-RW BDR-209D' '1.10' Removable CD-ROM
5 > > 2,1,0 201) *
6 > > 2,2,0 202) *
7 > > 2,3,0 203) *
8 > > 2,4,0 204) *
9 > > 2,5,0 205) *
10 > > 2,6,0 206) *
11 > > 2,7,0 207) *
12 >
13 > Pioneer is a good manufacturer...
14
15 Ah! Yes, I was paying attention when you mentioned this in an older thread.
16 I also checked online reviews to confirm that they were still making good
17 devices before I ordered this one.
18
19
20 > > Running 'readcd f=cd_test.out -noerror' gives me an ever increasing
21 > > number of errors, on each sector (currently up to sector 6 and still
22 > > going strong):
23 > >
24 > > # readcd f=cd_test.out -noerror
25 > > No target specified, trying to find one...
26 > > Using dev=2,0,0.
27 > > Read speed: 22160 kB/s (CD 125x, DVD 16x, BD 4x).
28 > > Write speed: 22160 kB/s (CD 125x, DVD 16x, BD 4x).
29 > > Capacity: 250000 Blocks = 500000 kBytes = 488 MBytes = 512 prMB
30 > > Sectorsize: 2048 Bytes
31 > > Copy from SCSI (2,0,0) disk to file 'cd_test.out'
32 > > end: 250000
33 > > readcd: Input/output error. read_g1: scsi sendcmd: no error
34 > > CDB: 28 00 00 00 00 00 00 00 40 00
35 > > status: 0x2 (CHECK CONDITION)
36 > > Sense Bytes: F0 00 03 00 00 00 00 0E 00 00 00 00 11 05 00 00
37 > > Sense Key: 0x3 Medium Error, Segment 0
38 > > Sense Code: 0x11 Qual 0x05 (l-ec uncorrectable error) Fru 0x0
39 > > Sense flags: Blk 0 (valid)
40 > > cmd finished after 7.030s timeout 40s
41 >
42 > This is an error at the layer above the audio sector. You may try to use:
43 >
44 > cdrecord -noerror -edc-corr
45
46 I think you meant to say:
47
48 readcd -noerror -edc-corr
49
50 This is was I am getting.
51
52 # readcd -noerror -edc-corr
53 No target specified, trying to find one...
54 Using dev=2,0,0.
55 Read speed: 22160 kB/s (CD 125x, DVD 16x, BD 4x).
56 Write speed: 22160 kB/s (CD 125x, DVD 16x, BD 4x).
57 Capacity: 250000 Blocks = 500000 kBytes = 488 MBytes = 512 prMB
58 Sectorsize: 2048 Bytes
59 Copy from SCSI (2,0,0) disk to file '/dev/null'
60 end: 250000
61 readcd: Input/output error. read_cd: scsi sendcmd: no error
62 CDB: BE 00 00 00 00 00 00 00 37 F8 00 00
63 status: 0x2 (CHECK CONDITION)
64 Sense Bytes: 70 00 05 00 00 00 00 0E 00 00 00 00 64 00 00 00
65 Sense Key: 0x5 Illegal Request, Segment 0
66 Sense Code: 0x64 Qual 0x00 (illegal mode for this track) Fru 0x0
67 Sense flags: Blk 0 (not valid)
68 cmd finished after 0.016s timeout 40s
69 readcd: Input/output error. Cannot read source disk
70 readcd: Retrying from sector 0.
71 .
72 readcd: Input/output error. Error on sector 0 not corrected. Total of 1
73 errors.
74 readcd: -noerror set, continuing ...
75 .
76 readcd: Input/output error. Error on sector 1 not corrected. Total of 2
77 errors.
78 readcd: -noerror set, continuing ...
79 .
80 readcd: Input/output error. Error on sector 2 not corrected. Total of 3
81 errors.
82 readcd: -noerror set, continuing ...
83 .
84 readcd: Input/output error. Error on sector 3 not corrected. Total of 4
85 errors.
86 readcd: -noerror set, continuing ...
87
88
89 The count of errors runs in the thousands, until I cancel the command.
90
91
92 > I recommend to use Verbatim media if you like to do archiving.
93 >
94 > Note that piles of 50+ CDs may have worse media than thos up to 25 per
95 > package.
96 >
97 > You can check this with cdrecord -v -atip
98 >
99 > verbatim e.g. sells cheap media from Moser Baer India (MBI) but still with
100 > better quality than MBI labelled media. Better verbatim media identify as
101 > Verbatim (DVDs and BluRays may use IDs from the business group).
102
103
104 Thanks again for your help (and software) Jörg. I usually buy memorex and
105 verbatim when I burn my own CDs with good results, but this sample was created
106 by a friend of mine, who's now a few thousand miles away. I will be using my
107 media and burner when I meet him next time, to avoid disappointment. ;-)
108
109 --
110 Regards,
111 Mick

Attachments

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

Replies

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