Skip Navigation

Posts
0
Comments
17
Joined
2 yr. ago

  • 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
  • Dogs always makes everyone happy! 👍

  • Dragon Age Origins, this is the way.