Re: I am in hell, Trust me.
Quote:
Originally Posted by Schopenhauer101
I have deleted the MBR. Yes i know, then everything is lost and unrepairable.
.....
When i do all will be gone forever, hda1, hda2, hda3, all of it. No harddisk recovery program will ever get the system back........
Not at all. The first question is just how did you delete the MBR, and did you delete just the MBR or the entire first sector?
If I recall right, The first sector of your hard disk contains both the mbr and the partition table. If you've just deleted the MBR (the first four hundred and some bytes of the sector), you can easily fix it. "FDISK /MBR" from the DOS command line is one way. You might also look at it as an excelent oppertunity to install Smart Boot Manager to the hard disk MBR; think of it as an upgrade with no down side risk.
If the entire first sector is blown, including that the partition table is gone, then you would need some way to rebuild the partition table. Turns out there's a handy linux command to do just that! It scans your hard drive, figures out where the partitions are and their type and size and recreates the table for you. If only I could remember the name of that command (but then what fun would Linux be without all of the cryptic commands that only geeks know?) Sadly, I'm sure the program is there but not as sure of the name, but you might look and see if there is a command called "gpart" or somethings very similar to that (I'm on Windows at the moment and can't boot Knoppix because of other things running that shouldn't be stopped) . And, of course, after fixing the partition table, you'll want to do one of the above to replace the MBR too.
Good luck and please post back to let others know how it goes (and what you did to kill the MBR in the first place).