Erase using SATA command "security-erase-enhanced" #293
Txikilinux
started this conversation in
Ideas
Replies: 1 comment
-
Yes, as you say if your controller only supports 400MiB/s and that is spilt between ten discs. Caveats:
Most of these problems will be resolved once we integrate secure erase into nwipe so a hybrid wipe can be performed that performs a wipe using the drives firmware and then verifies the erase using a traditional block read. A prng could even be added into the method and finally generates a report that shows all the details of the wipe method and verification. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I think it would be quicker to erase the discs using SATA command "security-erase-enhanced":
sudo hdparm --security-erase-enhanced /dev/sda
I work for an NGO where we need to erase thousands of disks, I have noticed that we are limited by the SATA controller bus, which supports 400MiB/s, shared between all the disks (so, if we have only one disk, the bottleneck is the disk, but if we have ten disks, the bottleneck is the SATA controller).
Any caveats? One possible difficulty that I see is how to generate the report.
Beta Was this translation helpful? Give feedback.
All reactions