This is an old revision of the document!
Wipe hard drives
Securely delete files and folders or whole file systems to hinder recovery, e.g. through means of computer forensics.
See also:
- Securely wipe disk (Arch Wiki)
HDDs
fdisk -l # find out optimal I/O block size dd if=/dev/zero status=progress bs=512 of=/dev/disk/by-id/…
Other tools which can help with secure delete of data on HDDs:
badblocks -wsv -t random /disk/by-id/…
Windows
Fastcopy can wipe and delete files as well.