-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathidle3ctl.8
70 lines (69 loc) · 1.74 KB
/
idle3ctl.8
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
.TH IDLE3CTL 8 "January 2011" "Version 0.9"
.SH NAME
idle3ctl \- disable, get or set the idle3 timer on Western Digital HDD
.SH SYNOPSIS
.B idle3ctl
[ flags ] [device] ..
.SH DESCRIPTION
.BI idle3ctl
can disable, get and set the value of the infamous idle3 timer found
on recent Western Digital Hard Disk Drives.
.BI Idle3ctl
can be used
as an alternative to the official wdidle3.exe proprietary utility,
without the need to reboot in a DOS environement.
.BI Idle3ctl
is an independant project, unrelated in any way to
Western Digital Corp.
.PP
.B THIS SOFTWARE IS EXPERIMENTAL, NOT WELL TESTED AND ACCESSES LOW LEVEL INFORMATION OF YOUR HARDDRIVE. USE AT YOUR OWN RISK.
.SH OPTIONS
When no flags are given,
.B -g
is assumed.
.TP
.I -h
Display help
.TP
.I -V
Show version and exit
.TP
.I -v
activate verbose output, mainly useful for debugging.
.TP
.I --force
force execution even if no Western Digital HDD are detected
.TP
.I -g
get raw idle3 timer value
.TP
.I -g100
get idle3 timer value as wdidle3 v1.00 would display it
.TP
.I -g103
get idle3 timer value as wdidle3 v1.03 would display it
.TP
.I -d
disable idle3 timer
.TP
.I -s<value>
set idle3 timer raw value. Value must be an integer between 1 and 255.
The idle3 timer is set in 0.1s for the 1-128 range, and in 30s for the 129-255 range.
.TP
.I --cdb12
Use 12-bytes cdbs (default is 16-bytes cdbs)
.SH BUGS
Please report any bugs on the sourceforge tracker at
.B https://sourceforge.net/tracker/?group_id=329372&atid=1381968
.SH EXIT STATUS
.B idle3ctl
will return zero on success and non zero on failure.
.SH AUTHOR
.B idle3ctl
has been written by Christophe Bothamy <cbothamy at users.sf.net>.
.SH SEE ALSO
.B http://idle3-tools.sourceforce.net
Idle3-tools website
.TP
.B http://www.wdc.com/
Western Digital website