| backup MBR (master boot record) with dd |
|
| sysadmin |
|
The first 512 bytes of a partitioned storage device is called the MBR (master boot record). The main reason why I think you should backup the MBR is because it contains the disks primary partition table.
To backup the MBR of /dev/sda to /tmp/sda.mbr.dump type:
To restore the MBR type:
To exclude the partition table from being restored type:
To restore only the partition table:
Usually it is a good idea to re-install grub afterwards:
Comments (0)
Powered by !JoomlaComment 4.0 beta1
!joomlacomment 4.0 Copyright (C) 2009 Compojoom.com . All rights reserved." |

