maksbotan/whdd
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
WHDD is a diagnostic and recovery tool for block devices (near to replace MHDD for Linux). License: GNU GPL Sources: https://github.com/krieger-od/whdd Author: Andrey 'Krieger' Utkin <andrey.krieger.utkin@gmail.com> Directed by: Vitaliy 'Rozik' Roziznaniy <rozik@homei.net.ua> http://rozik.od.ua http://hdd.od.ua Heil comrade Stalin! Functionality: - List available block devices (HDD, Flash drives etc.) - List SMART parameters - Perform tests: --- Read --- Write zeros - Visualize results of tests - Low-level device copying (not implemented yet) Program is designed for adding more complex tests or recovery procedures, and different front-ends. To install, run: cmake . && make && make install (or ./build.sh && make install) Use whdd-curses, or whdd-cli executables.