One of my unscrupulous users decided to format his Windows XP NFTS hard-disk before he left the company.

Are there any Linux based tools that would allow me to rebuild the partition?

link|improve this question

50% accept rate
The user reformatted a ext2/3 disk to NTFS before separation? – Jay R. May 20 '09 at 15:30
Oh wait. your answer comment indicates that an NTFS disk was reformated. Is that it? – Jay R. May 20 '09 at 15:35
feedback

2 Answers

up vote 4 down vote accepted

When searching for information this area of recovery is often referred to as forensics. You are going to have a tough time if the person did any sort of non-quick format. For Linux you can try testdisk which is in Ubuntu's repositories. Be sure to mount the disk as read only. And you might have an easier time if you use dd to create an image. This Linux Journal article talks about disk forensics a bit (not sure if you subscription to view it or not).

link|improve this answer
This worked perfectly. Completely restoring the disk and allowing Windows to boot normally. Thanks. – Garry Harthill May 20 '09 at 13:05
feedback

I would suggest trying out some of the partition tools on the Ultimate Boot Cd

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.