Friday 17 June 2016

Zeroing out HD with dd command on Ubuntu.

To Zero the HD sdc.
sudo dd if=/dev/zero of=/dev/sdc

To check progress.
sudo kill -USR1 $(pgrep ^dd)

* Hard disk numbers use disks or gparted.
* Disks have to be formated after Zeroing ,
   use Gparted with ext4 fs for *nix.

No comments:

Post a Comment