dd raspios pv progress code example
Example 1: dd with progress
dd if=/path/to/input of=/path/to/output status=progress
Example 2: dd usr1
sudo kill -USR1 $(pgrep ^dd)
dd if=/path/to/input of=/path/to/output status=progress
sudo kill -USR1 $(pgrep ^dd)