Hi,
Recently, my computer started slowing down significantly and I mistook that for RAM problems.
Finally, one morning Windows wouldn't boot at all. I quickly identified the problem as being HDD related. My computer has two 500GB hard drives and I managed to access one (the one without windows on it) through a live USB of Kubuntu to reclaim the data. The other one is unreadable.
Here is what I tried with the two drives. The one that failed looks ok from a SMART standpoint and the one that didn't looks close to failure:


I could not clone the disk that had failed through that programm. I switched to another:
Testdisk.
TestDisk 6.14, Data Recovery Utility, July 2013
Christophe GRENIER <grenier@cgsecurity.org>
http://www.cgsecurity.orgDisk /dev/sda - 500 GB / 465 GiB - CHS 60801 255 63
Partition Start End Size in sectors
> HPFS - NTFS 0 1 1 59419 254 63 954582237 [OS]
HPFS - NTFS 59419 6 44 60800 237 45 22200320
Structure: Ok. Use Up/Down Arrow keys to select partition.
Use Left/Right Arrow keys to CHANGE partition characteristics:
*=Primary bootable P=Primary L=Logical E=Extended D=Deleted
Keys A: add partition, L: load backup, T: change type, P: list files,
Enter: to continue
I tried to list files (P) to copy them but a that point the utility froze (it works well with the other disk).
Finally I tried copying my files with DD by entering into the console:
dd if=/dev/sda of=/dev/sdd conv=noerror,sync
I used noerror because if I didn't, it stopped at the first error.
Here some examples of the results console gave me.
dd: error reading ‘/dev/sda’: Input/output error
1133095+2232 records in
1135327+0 records out
581287424 bytes (581 MB) copied, 7296.97 s, 79.7 kB/s
I actually don't understand how dd management du copy 581 MB on an external drive with just 500 MB of capacity. The external drive is actually now unreadable.
But let's get back to the core problem... how can I get the data out of the hard disk that failed? I must admit I did everything I could find. Could some experts give me a hand? Thanks!