9
edits
Changes
→Investigation 10 - How can you backup the MBR (Master Boot Record)?
# We can duplicate the first 512 bytes of a hard disk using the dd command:
#* <code>dd if=/dev/sda of=mbr.bak bs=512 count=1</code>
# Use the command to backup the MBR of your hard disk.
# Under what circumstances do you think this will be usefulluseful?
Answer the Investigation 10 question in your lab logbook.