You can monitor the status of Linux `dd` commands with `status=progress`. e.g. ``` chip@chipnix1:~$ sudo dd if=/dev/sde of=/dev/sdf bs=1M status=progress 7176454144 bytes (7.2 GB, 6.7 GiB) copied, 69 s, 104 MB/s ```