crap so its certainly HP laptops. so which laptops are safe from this?
SSD will fail at 40k power-on hours (2021)
71–80 of 276 posts
Re: SSD will fail at 40k power-on hours (2021)
#72Re: SSD will fail at 40k power-on hours (2021)
#73Check your power-on hours: $ sudo smartctl -a /dev/sda | grep -e Power_On_Hours -e ^ID ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 9 Power_On_Hours 0x0032 098 098 000 Old_age Always - 9743 Just looking at the raw value, it seems to be 9'743 hours in my case
Just FYI for anyone for whom this didn't work by default: I needed to use the --all flag with smartctl (and install smartmontools if you don't have it).
Re: SSD will fail at 40k power-on hours (2021)
#74Check your power-on hours: $ sudo smartctl -a /dev/sda | grep -e Power_On_Hours -e ^ID ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 9 Power_On_Hours 0x0032 098 098 000 Old_age Always - 9743 Just looking at the raw value, it seems to be 9'743 hours in my case
Re: SSD will fail at 40k power-on hours (2021)
#7540000 (or even 40960) seems an odd number to fail at. 64k or 32k would make the cause pretty obvious, but 40000 doesn't seem all that round in binary. Perhaps a 12-bit counter incrementing every 10h? This is puzzling. Of course, I am also entertaining the possibility that no one thought they would be in use for this long, which would certainly be evidence of planned obsolescence.
From a related issue with a different vendor: "The fault fixed by the Dell EMC firmware concerns an Assert function which had a bad check to validate the value of a circular buffer’s index value. Instead of checking the maximum value as N, it checked for N-1. The fix corrects the assert check to use the maximum value as N." https://www.anandtech.com/show/15673/dell-hpe-updates-for-40... Why the MAX value would be in…
The infamous Seagate firmware bug was due to the same thing.
Re: SSD will fail at 40k power-on hours (2021)
#76Earlier quoted context omitted.
Having a statement like that shows people that they are open to suggestions on improvements. Since a lot of people are not so open to suggestions, it makes sense to me to include this language. They added a little X button so you can close it easily.
Quoted post unavailable.
Re: SSD will fail at 40k power-on hours (2021)
#77Re: SSD will fail at 40k power-on hours (2021)
#78It's been over two years since this was first identified... since this apparently affected many makes and models of SSDs, it would be nice to know if my laptop could be affected and if there's anything I could do about it.
This will not affect your laptop, all of the models affected by this are enterprise SAS SSDs. Of course your SSD might have some other firmware bug that would eat your data, all you can do is search for the model number and see if the manufacturer has issued any notices/firmware updates.
That drive launched in 2011 though so there probably aren't that many still in active use which still haven't reached ~7 months of uptime.
Re: SSD will fail at 40k power-on hours (2021)
#79Check your power-on hours: $ sudo smartctl -a /dev/sda | grep -e Power_On_Hours -e ^ID ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 9 Power_On_Hours 0x0032 098 098 000 Old_age Always - 9743 Just looking at the raw value, it seems to be 9'743 hours in my case
Checked my Samsung 970 Evo 2TB and it says 487 even though it’s been on continuously for years.
Re: SSD will fail at 40k power-on hours (2021)
#80Had to rebuild from HDD backups, down for a week. I still have nightmares.