What will the following command accomplish?
dd if=/dev/xxx of=mbr.backup bs=512 count=1
Back up the master boot record
Restore the master boot record
Mount the master boot record on the first partition of the hard drive
Restore the first 512 bytes of the first partition of the hard drive
Submit