Mount altijd alle partities.
sudo dd if=/dev/xxx of=/dev/yyy status=progress
Als beide disks niet gelijktijdig gemount zijn gebruik dan een tijdelijk bestand, mount altijd alle partities.
sudo dd if=/dev/xxx of=/temp/disk.dd status=progress sudo dd if=/temp/disk.dd of=/dev/yyy status=progress