From: tapp on
After upgrading an old system to 13.0, the drives that should sleep most
of the day suddenly stayed "active/idle" all the time; "hdparm -y|-Y" was
useless. Found out it's udev. The simple fix was:

cp /lib/udev/rules.d/60-persistent-storage.rules /etc/udev/rules.d/

Edit 1 line near the end in /etc/udev/rules.d/60-persistent-storage.rules
KERNEL!="sr*", OPTIONS+="watch"

and add the drives which are permanent, in my case:
KERNEL!="sr*|sda|sdb|sdc", OPTIONS+="watch"

Restart udev and it's done. (Note: adding "sd*" most probably breaks hot-
plugging of other drives, so I added only explicit devices.)

If this was redundant, boring or unnecessary, please ignore. ;-)

--
Arnd
From: Mike Jones on
Responding to tapp:

> After upgrading an old system to 13.0, the drives that should sleep most
> of the day suddenly stayed "active/idle" all the time; "hdparm -y|-Y"
> was useless. Found out it's udev. The simple fix was:
>
> cp /lib/udev/rules.d/60-persistent-storage.rules /etc/udev/rules.d/
>
> Edit 1 line near the end in
> /etc/udev/rules.d/60-persistent-storage.rules KERNEL!="sr*",
> OPTIONS+="watch"
>
> and add the drives which are permanent, in my case:
> KERNEL!="sr*|sda|sdb|sdc", OPTIONS+="watch"
>
> Restart udev and it's done. (Note: adding "sd*" most probably breaks
> hot- plugging of other drives, so I added only explicit devices.)
>
> If this was redundant, boring or unnecessary, please ignore. ;-)


Saved for later reference. Ta.


--
*=( http://www.thedailymash.co.uk/
*=( For all your UK news needs.
From: CSM 'illovae' Seldon on
Mike Jones <luck(a)dasteem.invalid> writes:

> Responding to tapp:
>
>> After upgrading an old system to 13.0, the drives that should sleep most
>> of the day suddenly stayed "active/idle" all the time; "hdparm -y|-Y"
>> was useless. Found out it's udev. The simple fix was:
>>
>> cp /lib/udev/rules.d/60-persistent-storage.rules /etc/udev/rules.d/
>>
>> Edit 1 line near the end in
>> /etc/udev/rules.d/60-persistent-storage.rules KERNEL!="sr*",
>> OPTIONS+="watch"
>>
>> and add the drives which are permanent, in my case:
>> KERNEL!="sr*|sda|sdb|sdc", OPTIONS+="watch"
>>
>> Restart udev and it's done. (Note: adding "sd*" most probably breaks
>> hot- plugging of other drives, so I added only explicit devices.)
>>
>> If this was redundant, boring or unnecessary, please ignore. ;-)
>
>
> Saved for later reference. Ta.

Yeah, thanks very much, usefull tip :)

--
,. ( . ) . "
(" ) )' ,' ) . (` '`
..; ) ' (( (" ) ;(, (( ( ;) " )"
_"., ,._'_.,)_(..,( . )_ _' )_') (. _..( '...jb
 | 
Pages: 1
Prev: Firefox v3.6.2 Available
Next: success!