Little Girl's Mostly Linux Blog

Back up MBR

Back up the Master Boot Record

This page was last updated on August 18, 2013.

Replace /dev/sda with your device (if you don’t know which device your system is on, you can open the KDE Partition Manager in the System folder of the menu, look at a list of your devices, and then close the program) and /path/filename with the path and filename of the file you want to create.

  1. Back up the MBR:
  2. dd if=/dev/sda of=/path/filename bs=512 count=1
  3. Restore MBR:
  4. dd if=/path/filename of=/dev/sda bs=512 count=1


Obligatory Happy Ending

And they all lived happily ever after. The end.

Leave a Comment »

No comments yet.

RSS feed for comments on this post. TrackBack URI

Comment:

Blog at WordPress.com.