Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#269 closed defect (worksforme)

Change standby (spindown) timer of WDEARS20

Reported by: woutdenolf Owned by: somebody
Priority: minor Milestone:
Component: all Version: 6.1
Keywords: Cc:

Description

Reading the manual of smartctl (version 6.1), I was under the impression that I could set the standby (spindown) timer of my WDEARS20 disks like this:

smartctl -d areca,1 -g standby,254 /dev/sg6

However this is not a valid argument to -g:
=======> INVALID ARGUMENT TO -g: standby,255
=======> VALID ARGUMENTS ARE: aam, apm, lookahead, security, wcache, rcache <=======

Is this a bug or did I misinterpret something?

Thanks in advance,
Wout

PS, The tool idle3ctl would also be able to do the job, but my disks happen to be behind an Areca RAID controller.

Change History (2)

comment:1 by Christian Franke, 11 years ago

Resolution: worksforme
Status: newclosed

Try -s or --set to change a value. Option -g is the short version of --get. There is no get command for the standby timer.

comment:2 by woutdenolf, 11 years ago

That works, thanks!

Note: See TracTickets for help on using tickets.