]> git.lizzy.rs Git - plan9front.git/blob - sys/man/8/smart
git(1): "see also" consistency (thanks sirjofri)
[plan9front.git] / sys / man / 8 / smart
1 .TH SMART 8
2 .SH NAME
3 disk/smart \- SMART error monitoring
4 .SH SYNOPSIS
5 .B disk/smart
6 [
7 .B -aptv
8 ]
9 .IR drive ...
10 .SH DESCRIPTION
11 The
12 .B disk/smart
13 command uses the
14 .IR sd (3)
15 raw interface for continuous disk health logging to
16 .B /sys/log/smart
17 and, with the
18 .B -v
19 flag, the console for ATA and SCSI disks supporting
20 SMART-style reporting.  The
21 .B -t flag causes
22 .B disk/smart
23 to exit after a single probe and implies
24 .BR -v .
25 With the
26 .B -p
27 flag or no arguments,
28 .B disk/smart
29 probes for all SMART-capable drives.  With
30 .B -a
31 SMART-capable drives are announced.  Logging
32 behaves as if level triggered.  If a smart
33 condition is set it will be logged every 6 hours.
34 Condition reset also resets the log timer.
35 .SH FILES
36 .BR /lib/scsicodes ,
37 .BR /dev/sdXX/raw
38 .SH "SEE ALSO"
39 .IR atazz (8),
40 .IR scuzz (8),
41 .IR sd (3).
42 .SH SOURCE
43 /sys/src/cmd/disk/smart
44 .SH BUGS
45 Past failures are no indication of future performance.