Originally Posted by
gcx
A a major mistake has happened while attempting to clear out the MBR of one of the hard disks of my machine. Instead of clearing out the MBR of the target hd I have cleared out the MBR of my TrueCrypt encrypted storage hd by using:
dd if=/dev/zero of=/dev/hdx bx=512 count=1
Unfortunately I have no backup of the MBR. If I had one I would not have to write this post. ;)
Is there any possibility to restore/retrieve the original MBR that I have deleted, so that I can write it back to the hd?
Since the hd is encrypted I need to get the original MBR back. But how?
Any help is greatly appreciated.