Linux/Unix – dd progress status 

 

To display the copy status using the “dd” utility, the “status = progress” key is used, but in the old version of “dd” this key is not yet available, so you can use the “pv” utility to see progress

Example:

sudo dd if=/Users/artem/Downloads/ubuntu.img | pv | sudo dd of=/dev/disk2 bs=32m

Tagged: Tags

Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments