1IDLE3CTL(8) System Manager's Manual IDLE3CTL(8)
2
3
4
6 idle3ctl - disable, get or set the idle3 timer on Western Digital HDD
7
9 idle3ctl [ flags ] [device] ..
10
12 idle3ctl can disable, get and set the value of the infamous idle3 timer
13 found on recent Western Digital Hard Disk Drives. Idle3ctl can be used
14 as an alternative to the official wdidle3.exe proprietary utility,
15 without the need to reboot in a DOS environement. Idle3ctl is an inde‐
16 pendant project, unrelated in any way to Western Digital Corp.
17
18 THIS SOFTWARE IS EXPERIMENTAL, NOT WELL TESTED AND ACCESSES LOW LEVEL
19 INFORMATION OF YOUR HARDDRIVE. USE AT YOUR OWN RISK.
20
22 When no flags are given, -g is assumed.
23
24 -h Display help
25
26 -V Show version and exit
27
28 -v activate verbose output, mainly useful for debugging.
29
30 --force
31 force execution even if no Western Digital HDD are detected
32
33 -g get raw idle3 timer value
34
35 -g100 get idle3 timer value as wdidle3 v1.00 would display it
36
37 -g103 get idle3 timer value as wdidle3 v1.03 would display it
38
39 -d disable idle3 timer
40
41 -s<value>
42 set idle3 timer raw value. Value must be an integer between 1
43 and 255. The idle3 timer is set in 0.1s for the 1-128 range,
44 and in 30s for the 129-255 range.
45
47 Please report any bugs on the sourceforge tracker at https://source‐
48 forge.net/tracker/?group_id=329372&atid=1381968
49
51 idle3ctl will return zero on success and non zero on failure.
52
54 idle3ctl has been written by Christophe Bothamy <cbothamy at
55 users.sf.net>.
56
58 http://idle3-tools.sourceforce.net Idle3-tools website
59
60 http://www.wdc.com/
61 Western Digital website
62
63
64
65Version 0.9 January 2011 IDLE3CTL(8)