How to wipe/erase hard drives clean so data cannot be recovered for privacy reasons

This is something many people and especially businesses worry about, or at least they should.  Before throwing away a hard drive, returning a hard drive, or especially Warrantying/RMAing it, you should wipe the drive.

Linux provides the "shred" and "dd" utlities which work quite well.  It seems even a single pass is good enough but by default shred will do 3 passes.

Here\'s an example of using shred in Linux (I use a custom made distribution from a USB key):

/shred -v /dev/sdd
./shred: /dev/sdd: pass 1/3 (random)...
./shred: /dev/sdd: pass 1/3 (random)...585MiB/932GiB 0%
./shred: /dev/sdd: pass 1/3 (random)...1.0GiB/932GiB 0%
./shred: /dev/sdd: pass 1/3 (random)...1.4GiB/932GiB 0%
./shred: /dev/sdd: pass 1/3 (random)...1.8GiB/932GiB 0%
./shred: /dev/sdd: pass 1/3 (random)...2.3GiB/932GiB 0%
./shred: /dev/sdd: pass 1/3 (random)...2.7GiB/932GiB 0%
./shred: /dev/sdd: pass 1/3 (random)...3.1GiB/932GiB 0%
./shred: /dev/sdd: pass 1/3 (random)...3.6GiB/932GiB 0%
./shred: /dev/sdd: pass 1/3 (random)...4.0GiB/932GiB 0%
./shred: /dev/sdd: pass 1/3 (random)...4.5GiB/932GiB 0%
./shred: /dev/sdd: pass 1/3 (random)...4.9GiB/932GiB 0%
./shred: /dev/sdd: pass 1/3 (random)...5.4GiB/932GiB 0%
./shred: /dev/sdd: pass 1/3 (random)...5.8GiB/932GiB 0%
./shred: /dev/sdd: pass 1/3 (random)...6.3GiB/932GiB 0%
./shred: /dev/sdd: pass 1/3 (random)...6.7GiB/932GiB 0%
./shred: /dev/sdd: pass 1/3 (random)...7.2GiB/932GiB 0%
./shred: /dev/sdd: pass 1/3 (random)...7.6GiB/932GiB 0%
./shred: /dev/sdd: pass 1/3 (random)...8.0GiB/932GiB 0%
./shred: /dev/sdd: pass 1/3 (random)...8.5GiB/932GiB 0%
./shred: /dev/sdd: pass 1/3 (random)...8.9GiB/932GiB 0%
./shred: /dev/sdd: pass 1/3 (random)...9.4GiB/932GiB 1%
./shred: /dev/sdd: pass 1/3 (random)...9.8GiB/932GiB 1%
./shred: /dev/sdd: pass 1/3 (random)...10GiB/932GiB 1%
./shred: /dev/sdd: pass 1/3 (random)...11GiB/932GiB 1%
./shred: /dev/sdd: pass 1/3 (random)...12GiB/932GiB 1%
./shred: /dev/sdd: pass 1/3 (random)...13GiB/932GiB 1%
./shred: /dev/sdd: pass 1/3 (random)...14GiB/932GiB 1%
./shred: /dev/sdd: pass 1/3 (random)...15GiB/932GiB 1%
./shred: /dev/sdd: pass 1/3 (random)...16GiB/932GiB 1%
./shred: /dev/sdd: pass 1/3 (random)...17GiB/932GiB 1%

 

You can also use dd and some suggest it works just as well even once:

dd if=/dev/zero of=/dev/sdyourdrivedevice bs=16M


Tags:

erase, recovered, reasonsthis, businesses, warrantying, rmaing, linux, provides, quot, shred, dd, utlities, default, custom, usb, dev, sdd, mib, gib, sdyourdrivedevice, bs,

Latest Articles

  • How to combine .txt ACLs without breaking things
  • How to ping all of Googlebot's IPs script
  • 'virtio0' uses a qcow2 feature which is not supported by this qemu version: QCOW version 3
  • Linux bash script to get the IP of a list of hostnames
  • How To Use Camera Webcam in Docker for OBS Studio etc...
  • Computer Server Won't Post Boot Or Enter BIOS Setup After Installing RAID SAS or GPU Card etc..
  • How To Test PHP Scripts from CLI with GET variables/query string
  • apt-cache how to see all available versions of a package in Debian Ubuntu Mint
  • Virtualbox VBox Guest-utils drag and drop files stops working with Windows VMs
  • How To Remove Ubuntu Netplan and Go Back to /etc/network/interfaces
  • How To Force Flash an AMD Instinct GPU To Another Model Using Debian Ubuntu Mint Linux
  • How To compile ollama from source to use unsupported AMD GPU with rocm in Ubuntu Debian
  • QEMU KVM Virtio GPU Windows Cannot Select 1080P
  • Linux Gnome Desktop Ubuntu Mint Debian Gets Slower After Weeks
  • Firefox How to Save Full Page As Screenshot/PDF
  • Nvidia Datacenter Driver Tesla Slow nvidia-smi response and high utilization with 0 usage
  • ffmpeg how to normalize / increase the volume of your audio
  • kdenlive audio blips pops cracks artifacts solution fix
  • haproxy / nginx certbot SSL issues
  • nginx how to see the real IP when behind a CDN