reHDD/README.md

23 lines
608 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 00:00:17 +02:00
## Debian Install Notes
* apt-get install ncurses-dev
* apt-get install hwinfo
* wget http://ftp.de.debian.org/debian/pool/main/s/smartmontools/smartmontools_7.1-1_amd64.deb
* dpkg --install smartmontools_7.1-1_amd64.deb