23 lines
481 B
Markdown
23 lines
481 B
Markdown
# reHDD
|
|
|
|
## 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
|
|
* display Hard Drive Manufacturer, Model, Rotation Rate and Capacity
|
|
* Check S.M.A.R.T. values and make an 'passed' or 'not passed' decision
|
|
* If passed, wipe the data securely
|
|
|
|
## Debian Build Notes
|
|
|
|
* apt-get install ncurses-dev git make g++
|
|
* clone repo
|
|
* make release
|
|
|
|
|
|
|