Secondary Internal Hard Drive suddenly turned RAW.

Robert Timecock

Honorable
Feb 11, 2013
5
0
10,510
Hi there, I'm having some frightening hard drive trouble, and I'm wondering if some wise person can help me out.

I have a new, empty 1TB drive that I planned to copy all my 500GB drive's data onto, once I ran out of space. A couple days ago I noticed my 500GB drive (my D: drive) was missing from windows explorer, but I restarted my PC and it returned, functioning normally.

I figured now was the time to copy the drive and replace it with the 1TB, but when I plugged in the new drive and rebooted the system, my D: drive came up as "Local Disk D:" whereas it's usually "Data D:". I checked Disk Management and it's file system is set to RAW, and it's status is Healthy (At Risk).

When I try to access the drive I get a cyclic redundancy check error. Turning to Google for help I tried using iCare Data Recovery and EASEUS Data Recovery but both programs seemed to slow down tremendously after finding around 240 files, and the estimated time continued to rise to about 500 hours, while no new files were being found.

There's lots of valuable and irreplaceable data on the drive, and I need to recover as much of it as possible.

How do I recover my data and or repair the file system, which do I do first? Which programs do I use?

EASEUS recovery seems to just slow down to this point after several hours.
My X drive in that image is the new 1TB drive I installed, and the missing drive is my G: drive which I've disconnected due to this maintenance.
JMUPr8y.png



I would be forever grateful if someone could help, I have no where to turn, and I'm freaking out.
 
It sounds like your drive has numerous bad sectors. The safest approach is to clone your drive sector-by-sector using a tool (eg ddrescue) that knows how to work around bad sectors, and then use data recovery software on the clone.

Ddrescue can perform multipass cloning. It clones the easy sectors on the first pass, and attempts the more difficult ones on subsequent passes. It can also clone your drive in reverse, thereby disabling lookahead caching. It keeps a log, allowing it to resume after an interruption.

http://www.gnu.org/software/ddrescue/ddrescue.html

Ubuntu Rescue Remix:
http://ubuntu-rescue-remix.org/

Install Ubuntu Rescue Remix to a Flash Drive:
http://www.pendrivelinux.com/install-ubuntu-rescue-remix-to-a-flash-drive/

Clone a failing Windows hard disk with ddrescue on Ubuntu Rescue Remix:
http://keystoneisit.blogspot.com/2011/08/clone-failing-windows-hard-disk-with.html
 
When I attempt to input the following command to the Ubuntu Rescue Remix prompt:

sudo lshw -C Disk -short

And the command line returns an error saying that the kernel for the sudo command hasn't been found.

How do I use the sudo command?