Zero fill hard drive in linux
sudo dd if=/dev/zero of=/dev/sdX bs=1M status=progress
*replace X with the letter of your hard drive
Zero fill hard drive in linux
sudo dd if=/dev/zero of=/dev/sdX bs=1M status=progress
*replace X with the letter of your hard drive