Create sdcard image file with Linux, fast and with progress bar

# pv -tpreb /dev/mmcblk0 | dd of=image_sdcard-1.img bs=16M

-t : Time elapsed
-p : Progress
-r : Rate of transfer
-e : ETA estimation
-b : Bytes counter

This entry was posted in Uncategorized. Bookmark the permalink.