|
|
|
|
|
by more_corn
1110 days ago
|
|
I faced this same problem. My company policy required destruction of data before drives can leave the colo. I even had a hydraulic drive crusher in the cage to crush failed drives. However. The Linux utility shred can do a multi-pass random rewrite followed by zeros. (That last is critical for the next step)
Then to verify, grab a random block and sum the data. If it’s not zero you crush the disk. Bake that script into a NetBoot image, wipe the boot drive’s boot blocks and reboot. I decommissioned about $5M worth of servers while preserving the disks. This preserved the hardware for reuse. If you want to be sure send a random selection of the wiped drives to your data recovery team. They won’t be able to get anything back. |
|