Completely wipe a disk drive October 30, 2014Linux, Note to self I just need to completely wipe two hard disks (/dev/sda and /dev/sdb) in an old linux computer. To do this I booted a knoppix system and then ran the following commands: shred -vfz /dev/sda shred -vfz /dev/sdb