2021-07-15 22:12:04 +02:00
|
|
|
# disk_wiper
|
|
|
|
|
2021-07-16 02:40:36 +02:00
|
|
|
a disk wiper since shred is "lentoinculo" on some machines,
|
2021-07-16 02:44:51 +02:00
|
|
|
|
2021-07-16 02:45:18 +02:00
|
|
|
the old machine has achieved ~100MB/s instead of shred's ~10MB/s
|
2021-07-16 02:17:19 +02:00
|
|
|
|
2021-07-16 02:19:40 +02:00
|
|
|
|
|
|
|
### features:
|
2021-07-16 02:17:19 +02:00
|
|
|
|
2021-07-16 02:38:38 +02:00
|
|
|
* checks if disk has errors, in that case instructs you to physically destroy it poiting to the Model and Serial numbers to best identify the drive
|
|
|
|
* checks if disk is an SSD (see TODO) and reminds you the dangers of SSD's flash reallocation
|
2021-07-16 02:17:19 +02:00
|
|
|
* differentiate between SAS and SATA to retrieve the correct data
|
2021-07-16 02:20:03 +02:00
|
|
|
* uses openssl to provide randomness (faster)
|
2021-07-16 02:17:19 +02:00
|
|
|
* has a nice progress bar for the shredding and zeroing with timing of the current operation
|
2021-07-16 02:33:54 +02:00
|
|
|
* automatically installs it's prerequisites (pv, smartmontools and hdparm)
|
2021-07-16 02:17:19 +02:00
|
|
|
|
|
|
|
|
2021-07-16 02:19:40 +02:00
|
|
|
### TODO:
|
2021-07-16 02:17:19 +02:00
|
|
|
|
|
|
|
- [ ] check ATA Secure Erase for SSDs
|
2021-07-16 02:19:40 +02:00
|
|
|
- [ ] needs testing with SATA drives
|
2021-07-16 02:33:54 +02:00
|
|
|
- [ ] needs testing with broken SATA drives
|
|
|
|
- [ ] needs testing with SSDs
|
|
|
|
- [ ] broaden the platforms for prerequisites installation (at least yum)
|