dd

Back up MBR and partition table:

dd if=/dev/hdx of=/path/to/image count=1 bs=512

Restore MBR and partition table:

dd if=/path/to/image of=/dev/hdx

Restore MBR without partition table:

dd if=/path/to/image of=/dev/hdx count=1 bs=446
page_revision: 0, last_edited: 1227277161|%e %b %Y, %H:%M %Z (%O ago)
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License