Blame view

check_nvme/README.md 331 Bytes
Imanol-Mikel Barba Sabariego authored
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
```
check_smart v1.0

Checks for pending, reallocated or uncorrectable sectors in disks using SMART
WARNING: Requires the setuid bit to be set to run as root

Usage: 
check_smart [-hV] DISKS...

Options:
 -h
    Print detailed help screen
 -V
    Print version information
 DISKS
    Disks for which to retrieve S.M.A.R.T data
```