Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add SAS protocol support to disk wipe (#117)
- Added support for SAS drives in the wipe logic. - Grouped `sata` and `sas` cases to handle capabilities (`sanitize`, `esee`) and select the appropriate wipe method. - Fallback to zero-filling for SAS and SATA drives if no methods detected. ### Testing - Verified SAS capabilities detection and fallback logic.
- Loading branch information