Forrest logo
back to the dd tool

dd:ai:172af

How to zero out a usb and have output on the screen to monitor its progress showing the number of bytes that are being zeroed
$ dd if=/dev/zero of=/dev/sdX status=progress
try on your machine

This command will zero out a USB drive (replace 'sdX' with the actual device name) and display progress information on the screen showing the number of bytes that are being zeroed.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.

Questions that are answered by this command:

  • how to zero out a usb and have output on the screen to monitor its progress showing the number of bytes that are being zeroed?
back to the dd tool