Hi,
I want to erase external USB 1 TB hard disk. If I just run dd command I don’t get any status update.
My dd show progress command
dd if=/dev/zero of=/dev/sdb bs=4096
How can I show progress when using dd command when using CentOS 7 server?
Hi,
I want to erase external USB 1 TB hard disk. If I just run dd command I don’t get any status update.
dd if=/dev/zero of=/dev/sdb bs=4096
How can I show progress when using dd command when using CentOS 7 server?
The procedure to show dd command progress bar on Linux:
For more info see: Linux dd Command Show Progress Copy Bar With Status