Gentoo Archives: gentoo-user

From: Joerg Schilling <Joerg.Schilling@××××××××××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Damaged CD medium
Date: Mon, 16 Mar 2015 10:19:31
Message-Id: 5506ae2a.LukiKjpOj5KWAOWA%Joerg.Schilling@fokus.fraunhofer.de
In Reply to: Re: [gentoo-user] Re: Damaged CD medium by Mick
1 Mick <michaelkintzios@×××××.com> wrote:
2
3 > On Friday 13 Mar 2015 22:24:32 Neil Bothwick wrote:
4 > > On Fri, 13 Mar 2015 17:54:01 +0000 (UTC), Grant Edwards wrote:
5 > > > IIRC, there are ebuilds for ddrescue, photorec, and testdisk.
6 > >
7 > > There's also app-cdr/dvdisaster.
8 >
9 > Thank you all. dd and ddrescue don't work, because the block device is not
10 > recognised. I had already tried this with not success.
11 >
12 > dvddisaster requires to have created a file with error correction ("ecc") data
13 > in advance of the hardware failure, then use that to recover the lost bits.
14 >
15 > readcd is great - thanks Joerg! However, this is what I got in my first
16 > attempt:
17 > =================================================================
18 > $ readcd dev=1,0,0 -v
19 > scsidev: '1,0,0'
20 > scsibus: 1 target: 0 lun: 0
21 > Linux sg driver version: 3.5.36
22 > readcd: Input/output error. set cd speed: scsi sendcmd: no error
23 > CDB: BB 00 FF FF FF FF 00 00 00 00 00 00
24 > status: 0x2 (CHECK CONDITION)
25 > Sense Bytes: 70 00 02 00 00 00 00 0A 00 00 00 00 04 01 00 00
26 > Sense Key: 0x2 Not Ready, Segment 0
27 > Sense Code: 0x04 Qual 0x01 (logical unit is in process of becoming ready) Fru
28 > 0x0
29 > Sense flags: Blk 0 (not valid)
30 > cmd finished after 0.042s timeout 40s
31 > Read speed: 11080 kB/s (CD 62x, DVD 8x, BD 2x).
32 > Write speed: 0 kB/s (CD 0x, DVD 0x, BD 0x).
33 > 0:read 1:veri 2:erase 3:read buffer 4:cache 5:ovtime 6:cap
34 > 7:wne 8:floppy 9:verify 10:checkcmds 11:read disk 12:write disk
35 > 13:scsireset 14:seektest 15: readda 16: reada 17: c2err
36 > 18:readcd 19: lin 20: full toc
37 > Enter selection: 0 (0 - 20)/<cr>:
38 > 0:read 1:veri 2:erase 3:read buffer 4:cache 5:ovtime 6:cap
39 > 7:wne 8:floppy 9:verify 10:checkcmds 11:read disk 12:write disk
40 > 13:scsireset 14:seektest 15: readda 16: reada 17: c2err
41 > 18:readcd 19: lin 20: full toc
42 > Enter selection: 4 (0 - 20)/<cr>:5 <==Not sure if I entered the correct No.
43 > Doing 1000 'TEST UNIT READY' operations.
44 > Time total: 0.296sec
45 > Doing 1000 'SEEK_G1 (0)' operations.
46 > Time total: 418.463sec
47 > 0:read 1:veri 2:erase 3:read buffer 4:cache 5:ovtime 6:cap
48 > 7:wne 8:floppy 9:verify 10:checkcmds 11:read disk 12:write disk
49 > 13:scsireset 14:seektest 15: readda 16: reada 17: c2err
50 > 18:readcd 19: lin 20: full toc
51 > Enter selection: 10 (0 - 20)/<cr>:
52 > =================================================================
53
54 Try to read the man page and use the direct access to the related functions.
55
56 From your printout, I cannot even tell whether the device argument was correct.
57
58 Start with readcd -scanbus
59
60 If you continue with readcd dev=xxx (only needed at all if you have more than
61 one CD like drive), you could e.g. try readcd f=out-file -noerror
62
63 If your drive cannot read the toc or otherwise believes there is no medium,
64 readcd cannot help. You need to check why the toc cannot be read. If the CD ic
65 scratched, then try to use Plexiglass polishing paste. Be carefull to prevent
66 polishing paste to slip to the paint side and to let the CD move on the paint
67 side.
68
69 Jörg
70
71 --
72 EMail:joerg@××××××.net (home) Jörg Schilling D-13353 Berlin
73 joerg.schilling@××××××××××××××××.de (work) Blog: http://schily.blogspot.com/
74 URL: http://cdrecord.org/private/ http://sourceforge.net/projects/schilytools/files/'

Replies

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