Hard drive recovery infers the recovery of previously lost data from a Hard Disk Drive due to system, user or device error.
Questions tagged [hard-drive-recovery]
438 questions
33
votes
9 answers
Is there any way to speed up ddrescue?
I had a 500GB drive HDD crash about 5 days ago. I used ddrescue on the important partition a few days ago, and it's been on "Trimming failed blocks" for almost 2 days now.
Original command:
ddrescue -n /dev/rdisk1s2 /Volumes/OSXBackup/rdisk1s2.img…
Matt Beckman
- 491
22
votes
1 answer
How do I open the user folder of a hard drive that I transfered?
My Windows 10 notebook died but fortunately I was able to rescue the hard drive and put it into another PC.
Unfortunately, the other PC can't open the C/Users/Joe folder. What do I have to do to open the folder?
Christian
- 2,334
12
votes
7 answers
How to *quickly* get a list of files that have bad sectors/blocks/clusters/whatever?
My wife's Windows 7 (64-bit) box has suddenly developed a SMART "disk is bad" status. I'm attempting to copy everything off (no admonishments about lacking a backup regimen, please, I know already :( ) by creating a System Image across the…
Atario
- 1,266
- 3
- 11
- 19
10
votes
4 answers
Why can data be recovered after formatting?
If a quick format just marks bits as writable, and a normal format writes 0s to the entire disk, why do people bother with DBAN, and why are multiple passes ever required?
cantsay
- 286
- 2
- 8
9
votes
5 answers
How do I recover data from my presumably dead hard disk
I have a Seagate ST3500620AS (Barracuda 7200.11) hard disk:
SATA
500GB
7200 spindle speed
I've used this disk for about 2 years now. But today it happened that my computer wouldn't wake up from sleep state. I hard turned off my computer and after…
Robert Koritnik
- 2,096
9
votes
1 answer
Hard disk failed, no backup - how to proceed with data recovery?
My computer has stopped working because the hard disk has broken. I used it to store important data without having a backup, and several files (.xslx, .word, .pdf) could not be recovered or they are corrupt when we use a program to access it. Is…
Rodrii
- 99
8
votes
1 answer
Restoring Windows System Image Backup to a different hard disk
My SSD died. Fortunately, before the crash, I made a System Image backup (to a USB hard disk) using Windows 7's built-in backup tool. The SSD has been replaced (with exactly the same model and capacity), and now I'm ready to restore my…
Mantis
- 575
7
votes
3 answers
How to connect Western Digital "My passport" using other means?
I have a Western Digital My Passport 500Gb external Harddrive where the USB connection on the drive seems to have worn out. I am trying to retrieve the data for a friend.
Here is an image of the cable ends. The connection on the left is the…
Valamas
- 1,555
- 6
- 28
- 44
7
votes
2 answers
Why does failing HDD speed keep on going down during dd operation?
I have 320GB HDD that has bad sectors and disk is failing due to errors on read, reported via smartctl. To save as much data, I wanted to perform dd/ddrescue on this disk.
ddrescue had abysmally slow read speed on default settings (300kB/s) from…
Myszsoda
- 231
- 2
- 8
6
votes
1 answer
Determine filename at an LBA (NTFS)
I ran Seagate's tools on my hard drive. It reports that there are errors and gives the LBA numbers. I would like to move the data at these locations to other locations on the drive.
How do I find out what files the data at those LBAs belong…
Thomas Matthews
- 341
6
votes
1 answer
mdadm: Win7-install created a boot partition on one of my RAID6 drives. How to rebuild?
My problem happened when I attempted to install Windows 7 on it's own SSD. The Linux OS I used which has knowledge of the software RAID system is on a SSD that I disconnected prior to the install. This was so that windows (or I) wouldn't…
swalog
- 191
6
votes
6 answers
Likelihood of a hard drive PCB replacement working?
I have a 1.5TB Seagate 7200.11 that died. The platter still spins up initially when attached to a machine, but then the drive clicks and spins down. Then the cycle repeats. I've found a few sites that sell replacement PCBs, however I don't know…
Grant Limberg
- 164
6
votes
2 answers
Get a Windows machine to boot again after GRUB broken, Linux and Ext4 partitions erased
The Grub2 files on a single drive Lenovo dual boot laptop have been erased, along with everything else in the Ext4 partition, when the user resized the Ext4 partition to make more space for Windows 10 Pro 64-bit ver 1709. /boot/grub/grub.cfg…
K7AAY
- 9,725
6
votes
3 answers
How to recover overwritten NTFS partition?
The first 7GB of a 500GB NTFS partiton was accidentally overwritten with another file. Is it possible to recover some of the data in the remaining 493 GB of the NTFS volume? The partition table is intact. The executed command was:
dd if=file…
coolman
- 231
6
votes
2 answers
ddrescue from drive intermittantly cutting out, ways to automate power cycling via software?
Have a failed Windows/NTFS drive. I was able to connect to another PC via USB-to-IDE cable and recover most of the drive with a Knoppix 7.2 LiveUSB and ddrescue/ddrutitliy. I've recovered most critical data. Now I'm using it as a learning exercise…
Nick J
- 141