Skip to main content
corrected command
Source Link

The easiest way to do this is by using progress in the status flag, it will display the seconds elapsed and speed of copying on your terminal.

sudo dfdd if=img-file of=/dev/sdc1 status=progress

The easiest way to do this is by using progress in the status flag, it will display the seconds elapsed and speed of copying on your terminal.

sudo df if=img-file of=/dev/sdc1 status=progress

The easiest way to do this is by using progress in the status flag, it will display the seconds elapsed and speed of copying on your terminal.

sudo dd if=img-file of=/dev/sdc1 status=progress

Source Link

The easiest way to do this is by using progress in the status flag, it will display the seconds elapsed and speed of copying on your terminal.

sudo df if=img-file of=/dev/sdc1 status=progress