You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently completely wiping an SSD on Linux systems is usually accomplished using hdparm and Secure Erase or Enhanced Secure Erase.
Unfortunately hdparm doesn't support many USB bridges so securely erasing a drive often involves finding a desktop computer and hooking up the drive directly with SATA / NVMe.
smartmontools has great bridge support. Would adding Secure Erase support be totally out of scope for smartmontools?
The text was updated successfully, but these errors were encountered:
Many years ago, smartmontools developers decided to avoid inclusion of features which may brick devices. Examples include functions marked as DANGEROUS on man hdparm. Therefore the only available ATA Security functionality is SECURITY FREEZE.
I agree that ATA Secure Erase would be a useful feature. A related patch would possibly be accepted if:
It was successfully tested with various devices from different vendors and via different (USB-)controllers.
The related code is disabled by default and could be enabled by package maintainers with ./configure --with-ata-security.
This overlaps with #133. A whole bunch of tools really want smartmontools's controller command pass-through capability, except it isn't a separate library.
Currently completely wiping an SSD on Linux systems is usually accomplished using
hdparm
and Secure Erase or Enhanced Secure Erase.Unfortunately hdparm doesn't support many USB bridges so securely erasing a drive often involves finding a desktop computer and hooking up the drive directly with SATA / NVMe.
smartmontools has great bridge support. Would adding Secure Erase support be totally out of scope for smartmontools?
The text was updated successfully, but these errors were encountered: