-
Notifications
You must be signed in to change notification settings - Fork 16
/
README
27 lines (23 loc) · 801 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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 <[email protected]>
Directed by:
Vitaliy 'Rozik' Roziznaniy <[email protected]>
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.