Love computer stuff and nice things!

  • 0 Posts
  • 5 Comments
Joined 1Y ago
cake
Cake day: Jul 14, 2023

help-circle
rss

Usually, I use shred:

shred -vfz -n 2 /dev/device-name
  • -v: verbose mode
  • -f: forces the write permissions if missing
  • -z: zeroes the disk in the final pass
  • -n 2: 2 passes w/ random data