Linux - copy master boot record (MBR)

dd if=/dev/sda of=/dev/sdb bs=512 count=1

Comments