Inaccurate camcontrol feedback.

Status
Not open for further replies.

herby

Dabbler
Joined
Oct 12, 2011
Messages
10
I've been trying to test my HDD Standby settings (HDD Standby - 180, Advanced Power Management - 128) using camcontrol, but the drives always appear to be spundown.

I've been running this little script from The FreeBSD Forums:
Code:
# sh -c 'for drive in `camcontrol devlist -v | grep ada | cut -d , -f 2 | cut -d ")" -f 1`; do camcontrol cmd $drive  -a "E5 00 00 00 00 00 00 00 00 00 00 00" -r -; done'


and I get the output:
Code:
50 00 00 00 00 00 00 00 00 00 00
50 00 00 00 00 00 00 00 00 00 00
50 00 00 00 00 00 00 00 00 00 00


I know at least the third drive is active, so whats up?
 
Status
Not open for further replies.
Top