Linux: Get a Progress Bar with the dd Command
-
nixCraft has a nifty how-to on how to get a visible progress bar when using the dd command. Lots of people looking for this functionality. It uses the pv command.
Sample:
pv -tpreb /dev/vda | dd of=/dev/vdb