Linux - SecurityThis forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I've got a bunch of functioning server HDD's:
U320 SCSI hot-swappable type (multiple OEM manufacturers), that I would like to reprovision into another server or recycle.
I need to wipe them well either way. They likely have proprietary business data, but not data requiring certification of wiping.
What is the best practice for wiping SCSI server drives?
For PATA/SATA drives, I usually use the secure erase hardware commands within hdparm, followed by a pass of a block wiping program.
Is there an equivalent for SCSI U320 disks?
What about a sg_format, followed by block overwriting?
I know there is a hardware SCSI eraser for $4 grand, but I don't have THAT many to do.
Don't take a bulk eraser to a scsi. It will never work again.
There are a few common cleaning choices. None make a distinction between the type of drive. They will all be accessed in scsi emulation mode. Just hook up as many as you can and nuke them all at the same time.
With magnetic drives normally writing the partitions over with zeros is sufficient to render the stored information permanently deleted, to where it would take forensic equipment beyond all but the most dedicated and well funded to retrieve (meaning along the lines of the FBI and beyond a normal person). I would just use DD. Erase all the files on the drive, create a dummy file, and fill it with zeros and let the drive fill up.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.