Thursday, June 3, 2010

Command to see the contents of your MBR

To see the contents of your MBR, use this command:

dd if=/dev/hda of=mbr.bin bs=512 count=1 od -xa mbr.bin

No comments:

Post a Comment