festplatten

Klonen des kompletten Masterbootrecords mit Partition Table:
dd if=/dev/sdX of=/dev/sdY bs=512 count=1
nur MBR ohne partitiontable und Plattensignatur (letztere ist wichtig für Windows)
dd if=/dev/sdX of=/dev/sdY bs=440 count=1
mit Signatur ohne partitiontable
dd if=/dev/sdX of=/dev/sdY bs=446 count=1