Fahmi Sahnoun
Fahmi Sahnoun

Reputation: 1

Windows MBR Overritten by linux command dd if=/dev/zero of=/dev/sdb bs=512 count1

I know it's a stupid thing what I have done : In a Linux Virtual machine I did dd if=/dev/zero of=/dev/sdb bs=512 count1 to my external hard disk containing windows

Now I Cannot detect the external Hard drive in my windows machine. I thing the MBR Partition is gone

What to do now ? any way to resotre my data on the external Hard disk ?

Upvotes: -1

Views: 326

Answers (1)

Jool
Jool

Reputation: 1785

You should be able to fix this from Linux, using the boot-repair tool:

More information is on the link given, and is too long to include all here.

Upvotes: -1

Related Questions