Back up MBR
This page was last updated on July 18, 2009.
Replace /dev/sda with your device, and /path/filename with the path and file you want to create.
- Back up the MBR:
- Restore MBR:
dd if=/dev/sda of=/path/filename bs=512 count=1
dd if=/path/filename of=/dev/sda bs=512 count=1
Obligatory Happy Ending
And they all lived happily ever after. The end.
