TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Best way to sanitize 50 hard-disks drives

2 点作者 mean_gene_1976超过 5 年前
I need to have 60 PCs disposed of in a week. What is the fastest set-up for erasing the disks before I turn them in? I plan on using CBL Data Shredder for software to earse each disk.

3 条评论

jaclaz超过 5 年前
This one?<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;CBL_Data_Shredder" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;CBL_Data_Shredder</a><p>From 2007, still senselessly using unneded algorithms&#x2F;methods.<p>Assuming that they are recent enough disks (like built in the last - say - 20 years) all you need is to initiate an ATA Secure Erase, i.e. essentially use hdparm:<p><a href="https:&#x2F;&#x2F;ata.wiki.kernel.org&#x2F;index.php&#x2F;ATA_Secure_Erase" rel="nofollow">https:&#x2F;&#x2F;ata.wiki.kernel.org&#x2F;index.php&#x2F;ATA_Secure_Erase</a><p>or any small live distro making use of it, a suggested one is RIP Linux (now abandoned, but usually just good enough): <a href="https:&#x2F;&#x2F;tinyapps.org&#x2F;docs&#x2F;wipe_drives_hdparm.html" rel="nofollow">https:&#x2F;&#x2F;tinyapps.org&#x2F;docs&#x2F;wipe_drives_hdparm.html</a> <a href="https:&#x2F;&#x2F;archiveos.org&#x2F;rip&#x2F;" rel="nofollow">https:&#x2F;&#x2F;archiveos.org&#x2F;rip&#x2F;</a><p>Initiating the ATA command will be faster than any 00 or random pattern writing tool such as dd (which is however, single pass, good enough according to NIST):<p><a href="https:&#x2F;&#x2F;nvlpubs.nist.gov&#x2F;nistpubs&#x2F;SpecialPublications&#x2F;NIST.SP.800-88r1.pdf" rel="nofollow">https:&#x2F;&#x2F;nvlpubs.nist.gov&#x2F;nistpubs&#x2F;SpecialPublications&#x2F;NIST.S...</a><p>(page 32)
评论 #21345621 未加载
PeekPoke超过 5 年前
Take them to your local scrap yard. Get them to pick them up with that massive electro magenet they use for lifting cars. :D
AnimalMuppet超过 5 年前
Where I work, they take out the drives and use a drill press to run three holes through each one. (That&#x27;s not quite the same as &quot;erasing&quot;, because you clearly do not wind up with a usable disk drive at the end...)