Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 181 Bytes

dd.md

File metadata and controls

7 lines (5 loc) · 181 Bytes

show the progress of dd

sudo kill -USR1 $(pgrep '^dd') dd if=/dev/urandom | pv | dd of=/dev/null

bootable usb

dd bs=4M if=ubuntu-16.04.iso of=/dev/sdd status=progress && sync