increase the block size: “bs=xxx”
to control the progress, add “status=progress”
sudo dd if=/dev/origin of=/dev/destination bs=8192 status=progress
things to remember
increase the block size: “bs=xxx”
to control the progress, add “status=progress”
sudo dd if=/dev/origin of=/dev/destination bs=8192 status=progress