02-18-2014 12:42 AM
Hi there,
For a long time already, I've been noticing Intel SSD X25-M 120 GB (and possibly also 320) has got incorrect 'power on' count hours in S.M.A.R.T. report. I'm running my Montevina based ThinkPads (one X25-M, the second with 320) for many hours each day, yet the count kept suspiciously low.
The other day I had spare time and run following experiment:
-took a note about power on count at morning and let my machine run for all day and night long (no sleep/hibernation mode)
-took a note again next morningI've done this twice and records are following:
-first morning: 1144 hours
-second morning: 1144 hours-third morning: 1145 hours(see attached screenshots)
Obviously 1 of its "hour" is longer than regular day.
reporting tools: SSD Toolbox and CrystalDisk Info
According to your information (see https://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&DwnldID=18455 https://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&DwnldID=18455 ), my drive has got latest firmware.
Thank you,
KarelSolved! Go to Solution.
02-20-2014 11:54 AM
Thank you for posting.
DIPM is indeed related to Power-On Hours Count:
"The raw value reports the cumulative number of power-on hours over the life of the device.
The On/Off status of the Device Initiated Power Management (DIPM) feature will affect the number of hours reported.
02-18-2014 12:55 PM
hey kmoravec,
Interesting observations you've got there. Seeing that you are running on a laptop, I suspect there are other power saving modes which exist within the laptop that you may not have disabled. Have you checked Link Power Management (LPM) features such as HIPM or DIPM? My initial hypothesis is that the drive is entering some sort of power saving mode where the internal SSD controller stops counting clock cycles. Do you simply run the system idle? Perhaps running a continuous workload to ensure the drive stays "awake" would be the best method to test this. (Albeit at the cost of the longevity of your SSD)
or maybe you did find something wrong with the power on counter
-Psignosys
02-19-2014 02:25 AM
Hi Psignosys,
Let's see what Intel has got to say about it.
I didn't think of this at first, but even if the drive goes to power saving mode it isn't completely powered off and should be aware of current time. Also, I didn't observe this problem on SSD 510 (though it's got different error reported /message/196306# 196306 here), it reports power on hours correctly.
Cheers,
k.
02-20-2014 11:54 AM
Thank you for posting.
DIPM is indeed related to Power-On Hours Count:
"The raw value reports the cumulative number of power-on hours over the life of the device.
The On/Off status of the Device Initiated Power Management (DIPM) feature will affect the number of hours reported.
02-27-2014 12:41 AM
Hello Joe,
Thank you for pointing this out! I was aware of DIPS (every now and then I see on AnandTech people complaining that they don't enable DIPS when testing SSDs on power consumption), but didn't realize it's enabled by default. With DIPS disabled, 'power on hours' keep adding up normally indeed.
Enabled by default on mobile platform, that is (confirmed on Montevina and Calpella platforms). DIPS is disabled by default on desktop machine (at least on Denlow platform). I also noticed when SSD connected via SATA-to-USB bridge, DIPM wouldn't trigger even if it's enabled by operating system (possible feature/bug on my external drive IC).
I don't have my old machine with X25-M available anymore so I've confirmed your info on Denlow platform and Intel 320 model.
How to check DIPS statusRun Intel SSD Toolbox, Drive Summary, Drive Details:
word 79 (Serial ATA Features Enabled), bit 03 (Device Initiated Power Management Enabled😞 0 (disabled) or 1 (enabled)
How to control DIPS mode in Windows
It is possible to control DIMP (and HIMP) in power control section with following two entries in registry:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\0012ee47-9041-4b5d-9b77-535fba8b1442\0b2d69d7-a2a1-449c-9680-f91c70521c60]
"Attributes"=dword:00000002[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\0012ee47-9041-4b5d-9b77-535fba8b1442\dab60367-53fe-4fbc-825e-521d069d2456]
"Attributes"=dword:00000002New item would appear in 'hard disk' section which allows to control DIMP:
AHCI Link Power Management with options: Active, HIMP, HIMP + DIMP
Thanks,Karel