shred

Completely wipe a disk drive

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