Monthly Archives: October 2020

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

Posted in Uncategorized | Leave a comment