• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Utility to securely wipe a SCSI hdd

I've heard good things about this bootdisk: http://www.toms.net/rb/
You'll want to do something like "dd if=/dev/zero of=/dev/sda1". that will completely zero the first partition on your first scsi disk. If you just did /dev/sda, that would do the whole first scsi disk. Make sure someone else confirms/clarifies what I said before you do it, or you risk wiping the wrong disk 😉. (I have limited experience with SCSI so I'm not exactly how it defines the disks)
 
Back
Top