this post was submitted on 30 Jun 2024
18 points (95.0% liked)

Privacy

1100 readers
1 users here now

Icon base by Lorc under CC BY 3.0 with modifications to add a gradient

founded 1 year ago
MODERATORS
 

I have a bunch of hard disks that have come to the end of their useful life, I was thinking about physically destroying them, but that seems like a lot of work.

https://github.com/martijnvanbrummelen/nwipe

Nwipe and shreados are very popular. What are your thoughts on the effectiveness of nwipe?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 7 points 2 months ago* (last edited 2 months ago)

Seems perfectly alright. I think for HDDs, consensus is you overwrite everything and you're fine. If you want to make absolutely sure you can do multiple passes, like 2 or 3 with different (random) data should suffice. There are a lot of myths around though, concerning wiping data.

I generally use the common, established linux utilities: 'wipe' or 'shred' or just 'dd' on the whole device. The Arch Wiki has a long article on Securely wipe disk. I guess nwipe is fine, too.

Terms and conditions apply if you're using flash memory or SSDs. Overwriting them is not 100% effective. But for plain harddisks it is.