Lets say that /dev/sda is the hdd we wish to clone, and that /dev/sdb is an empty drive that is to be used as the target.
Backup : dd if=/dev/sda of=/backup/mbr.bkp bs=512 count=1 Restore : dd if=/backup/mbr.bkp of=/dev/sda bs=512 count=1
Backup : dd if=/dev/sda of=/backup/mbr.bkp bs=446 count=1 Restore : dd if=/backup/mbr.bkp of=/dev/sda bs=446 count=1
No page links to ddNotes.
lib/main.php:944: Notice: PageInfo: Cannot find action page