You are not logged in.

#1 2016-05-28 13:37:39

teateawhy
Member
From: GER
Registered: 2012-03-05
Posts: 1,138
Website

[SOLVED] Harddrive power management not working

# hdparm -B /dev/sdb

/dev/sdb:
 APM_level      = not supported

Drive is a WD Blue WD10EZEX,
NOT a WD Green.

I can spin down the drive with

hdparm -y /dev/sdb

Last edited by teateawhy (2016-05-31 21:17:15)

Offline

#2 2016-05-28 14:37:26

mich41
Member
Registered: 2012-06-22
Posts: 796

Re: [SOLVED] Harddrive power management not working

APM usually controls automatic head parking and WD Blues (at least the ones I had few years ago) don't have this feature.

Nothing unusual for performance oriented disks.

Offline

#3 2016-05-28 15:01:19

Ropid
Member
Registered: 2015-03-09
Posts: 1,069

Re: [SOLVED] Harddrive power management not working

Reading the documentation, it seems you are supposed to use "-S" if you want the drive to spin down when idle. It looks like this for me when I use it:

$ sudo hdparm -S24 /dev/sdc

/dev/sdc:
 setting standby to 24 (2 minutes)

$ sudo hdparm -S0 /dev/sdc

/dev/sdc:
 setting standby to 0 (off)

I tried setting it to 30 seconds, but nothing seems to happen. My drive seems to have ignored that standby setting. It's an older WD Red (a slow 5400 RPM drive for RAID in a NAS). That "hdparm -y" still works.

Offline

#4 2016-05-28 15:25:20

teateawhy
Member
From: GER
Registered: 2012-03-05
Posts: 1,138
Website

Re: [SOLVED] Harddrive power management not working

My drive seems to have ignored that standby setting.

Yes, my drive does ignore -S as well.

Offline

#5 2016-05-28 15:26:21

teateawhy
Member
From: GER
Registered: 2012-03-05
Posts: 1,138
Website

Re: [SOLVED] Harddrive power management not working

mich41 wrote:

APM usually controls automatic head parking and WD Blues (at least the ones I had few years ago) don't have this feature.

Nothing unusual for performance oriented disks.

APM can also control automatic spin down.

Offline

#6 2016-05-31 21:16:58

teateawhy
Member
From: GER
Registered: 2012-03-05
Posts: 1,138
Website

Re: [SOLVED] Harddrive power management not working

Made an icon on the desktop that runs "hdparm -y". Good enough.

Offline

Board footer

Powered by FluxBB