reHDD/README.md

23 lines
481 B
Markdown
Raw Normal View History

2020-05-02 00:53:38 +02:00
# reHDD
2018-11-08 18:31:00 +01:00
2018-11-08 18:36:48 +01:00
## Useful for:
* checking new drives for the first time
* checking used drives for their next live
* deleting a drive securely
## planned Features:
* search for new attached Hard Drives via USB
2018-11-08 22:26:42 +01:00
* display Hard Drive Manufacturer, Model, Rotation Rate and Capacity
2018-11-08 18:36:48 +01:00
* Check S.M.A.R.T. values and make an 'passed' or 'not passed' decision
* If passed, wipe the data securely
2020-09-15 13:12:31 +02:00
## Debian Build Notes
* apt-get install ncurses-dev git make g++
* clone repo
* make release
2020-09-15 00:00:17 +02:00