On 18 October 2012 21:01, John Woodard mail@johnwoodard.co.uk wrote:
You want to check the partition entries at offset 446 bytes into the MBR:
Do I need to use dd to copy so many bytes or is there a tool I can use to view?
Something like:
sudo dd if=/dev/sda count=1 bs=512 | hexdump -s 446
Regards, Srdjan