Skip to main content
Added what the command will do, in case someone tries it without knowing that in advance.
Source Link
Andrew Morton
  • 3.1k
  • 2
  • 22
  • 31

Well, you can always do dd if=/dev/zero of=/dev/sda.

That will write zeros to the disk, deleting all the data.

Well, you can always do dd if=/dev/zero of=/dev/sda.

Well, you can always do dd if=/dev/zero of=/dev/sda.

That will write zeros to the disk, deleting all the data.

Source Link
Hello71
  • 8.5k
  • 5
  • 41
  • 45

Well, you can always do dd if=/dev/zero of=/dev/sda.