Secure wipe using dd ==================== I think this will do it: dd if=/dev/urandom of=/dev/hdx1 bs=1 count=7 dd if=/dev/zero of=/dev/hdx1 bs=1 count=7