I experienced my first crashed Hard Drive a few days back, luckily it was not the primary disk and was just full of software which I could reinstall on.

I tried several utilities like

To try and save my hard drive partition however they could not fix it.

I had to reformat the disk as the MFT (Master File Table) got corrupted and Windows chkdsk could not find the backup for it.

I was wondering how I can locate this MFT and back it up on a seperate location, say one of my other hard drives.

I am not using RAID

Disks are SATAII

Is it possible, how can I prevent a crashed disk in future?

Thanks for your time!

link|improve this question
2  
Windows backs up the mft automatically, its called the $mftmirror, but won't help if the drive dies or both the mft and mirror are overwritten or corrupted somehow, so a full disk backup as suggested by others is the best solution....whereismydata.wordpress.com/2009/06/05/… – Moab Feb 9 at 17:15
feedback

2 Answers

up vote 3 down vote accepted

Not really an answer to your question, but NTFSInfo can at least tell you the clusters where the MFT is located:

NTFSInfo output

Maybe that's a start. But even if you extract the MFT, I have a hard time coming up with an idea on how to make use of it at a later time. I agree with jdh that a full backup would most likely be the best solution as that will make it a lot easier to recover from a failure.

link|improve this answer
feedback

A full disk imaging tool would be a better solution for this situation. Tools like Acronois, Symantec Ghost or System Restore in Windows 7. These tools make a compressed image of the entire partition and/or drive, which can be restored from a bootable CD if the entire original drive is lost. Depending on the tool, they have the ability to backup deltas (and I think limited individual file restore?). Having a regular schedule to make backup images and store a copy remotely, is a great plan.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.