28
edits
m (Drop outdated firmware versions and reword) |
(→Secure erase: describe different modes in detail) |
||
Line 45: | Line 45: | ||
Everything on the disk is overwritten with randomly generated patterns, making attempts to recover data (near to) impossible. | Everything on the disk is overwritten with randomly generated patterns, making attempts to recover data (near to) impossible. | ||
After the secure erase process, a disk needs to be formatted before use. | |||
=== SATA secure erase === | |||
If selected in the dialog, disks will be the SATA (extended) secure erase instruction set, for SATA disks that support it. SATA secure erase is a special operation which works on the disk hardware layer (part of the SATA standard). | |||
For SSDs: | |||
* this is a very fast operation (some seconds) | |||
* if both SATA secure erase and SATA enhanced secure erase are supported, both will be performed, leaving the disk with all bytes zeroed | |||
For HDDs: | |||
* the erase of a rotational drive can take several hours or days, because they have to wipe the data from the magnetic disk sequentially. During this time the drive might look as if it is defect. There is no way to monitor the progress of the secure erase | |||
* if both SATA secure erase and SATA enhanced secure erase are available, only the enhanced erase will be performed | |||
=== NVME crypographic erase === | |||
For NVME type SSDs, Allegro Packets utilizes the "Cryptographic Erase" instruction set, which is a fast operation (some seconds). | |||
* if both crypto erase and normal erase are supported, both will be performed, leaving the disk with all bytes zeroed | |||
=== Software wiping === | |||
When using software wiping (by deselecting the hardware erase in the dialog), the disk will be erase by software. This may take several hours to complete. The disk will be erased by writing one iteration of random bytes at the whole disk. | |||
* If the Allegro Network Multimeter is powered off during software wiping, it will not be continued on the next boot. Sensitive data might still be on the disk when interrupted. | |||
* The disk can be formatted and used again, even if software wiping is interrupted | |||
== File storage == | == File storage == |
edits