A while back something happened to my hard drive that wiped out the partition table and left my data unreadable. I had other uses for the drive, but I didn't want to give up on trying to recover the data, so I used dd to do a block copy of the entire drive to a file. I now have a ~30 GB file with no idea how to view let alone extract any of the data from it. Are there any tools that can peek into this file, or will I just have to do another dd back to another drive of the same size and try some recovery tools?
|
|
|||||||
|
|
Assuming you're on Linux, use
|
|||
|
|
You can try the software ZAR, Zero Assumption Recovery. Someone accidentally wiped NTFS partition on a Macintosh computer and the MBR was most likely deleted but not the whole partition, I was able to recover everything, it took few days but it saved my day. It is inexpensive software: $50 and was better then Ontrack EasyRecovery Professional and many other software which were a waste of time. |
|||
|
|
|
testdisk is designed for exactly your use case. Point it at the image file, follow its prompts, and it does an admirable job rebuilding partition tables. http://www.cgsecurity.org/wiki/TestDisk It's open source, and is a widely recommended tool for partition recovery in digital forensics. |
|||
|
|