Yet another SDCard failure Topic is solved

Using PhotoRec to recover lost data
Forum rules
When asking for technical support:
- Search for posts on the same topic before posting a new question.
- Give clear, specific information in the title of your post.
- Include as many details as you can, MOST POSTS WILL GET ONLY ONE OR TWO ANSWERS.
- Post a follow up with a "Thank you" or "This worked!"
- When you learn something, use that knowledge to HELP ANOTHER USER LATER.
Before posting, please read https://www.cgsecurity.org/testdisk.pdf
Locked
Message
Author
zearch
Posts: 29
Joined: 06 Apr 2014, 16:58

Yet another SDCard failure

#1 Post by zearch »

Hi
Is there a way to workaround this ? Currently photorec is running against /dev/sda.
sudo cat photorec.se2 returns nothing eventhough it is roughly 41 KB.

Code: Select all

[3223346.668285] blk_update_request: I/O error, dev sda, sector 120 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
[3223346.668296] Buffer I/O error on dev sda, logical block 15, async page read
[3223353.265619] sd 0:0:0:0: [sda] tag#0 FAILED Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK cmd_age=6s
[3223353.265627] sd 0:0:0:0: [sda] tag#0 Sense Key : Hardware Error [current] 
[3223353.265630] sd 0:0:0:0: [sda] tag#0 Add. Sense: No additional sense information
[3223353.265634] sd 0:0:0:0: [sda] tag#0 CDB: Read(10) 28 00 00 00 08 00 00 00 08 00
[3223353.265636] blk_update_request: I/O error, dev sda, sector 2048 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 0
[3223392.965005] sd 0:0:0:0: [sda] tag#0 FAILED Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK cmd_age=39s
[3223392.965014] sd 0:0:0:0: [sda] tag#0 Sense Key : Hardware Error [current] 
[3223392.965017] sd 0:0:0:0: [sda] tag#0 Add. Sense: No additional sense information
[3223392.965021] sd 0:0:0:0: [sda] tag#0 CDB: Read(10) 28 00 00 00 08 00 00 00 08 00
[3223392.965023] blk_update_request: I/O error, dev sda, sector 2048 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
[3223392.965034] Buffer I/O error on dev sda, logical block 256, async page read
[3223399.561989] sd 0:0:0:0: [sda] tag#0 FAILED Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK cmd_age=6s
[3223399.561997] sd 0:0:0:0: [sda] tag#0 Sense Key : Hardware Error [current] 
[3223399.562000] sd 0:0:0:0: [sda] tag#0 Add. Sense: No additional sense information
[3223399.562004] sd 0:0:0:0: [sda] tag#0 CDB: Read(10) 28 00 03 a8 ff f8 00 00 01 00
[3223399.562006] blk_update_request: I/O error, dev sda, sector 61407224 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 0
^C
mv@marix:~$ 
Many thanks

User avatar
cgrenier
Site Admin
Posts: 5432
Joined: 18 Feb 2012, 15:08
Location: Le Perreux Sur Marne, France
Contact:

Re: Yet another SDCard failure

#2 Post by cgrenier »

If the reported memory card size is correct, you can try to clone it using ddrescue as explained in https://www.cgsecurity.org/testdisk.pdf
Once it's done, remove the original SD card and run photorec on the clone.
If the disk capacity is wrong or if all read operations failed, you will have to contact a data recovery company if you really want to recover its content.

zearch
Posts: 29
Joined: 06 Apr 2014, 16:58

Re: Yet another SDCard failure

#3 Post by zearch »

Thank you Christophe.
The card size is reported OK, but at the moment after 24h + running photorec there is no file recovered (I selected only jpg) and remainind time is roughly 1156h for a 32GB card. I guess there is a timeout for each read attempt, isn't it?
Definitively dead and not worth spending high money for pictures that should have been backup according to usual advice.

Many thanks for your great piece of soft.

Locked