Opened 9 years ago
Closed 9 years ago
#319 closed defect (worksforme)
SMART attribute differences between Windows and Linux
Reported by: | dave_lawrence | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | drivedb | Version: | 6.2 |
Keywords: | Cc: |
Description
Intel SSD S3500
SMART attributes are different on Windows and Linux.
Notable, '175'
Linux:
175 Program_Fail_Count_Chip 0x0033 100 100 010 Pre-fail Always - 4295033464
Windows:
175 Power_Loss_Cap_Test 0x0033 100 100 --- Pre-fail Always - 623 (1 53)
In fact 175 is a bit field containing
Last test result (microseconds)
Minutes since last test
Total number of tests
which is returned by the Intel SSD toolbox
Full outputs attached
Attachments (3)
Change History (5)
Changed 9 years ago by
Attachment: | smartmon-linux.txt added |
---|
Changed 9 years ago by
Attachment: | smartmon-win.txt added |
---|
Changed 9 years ago by
comment:1 Changed 9 years ago by
Component: | all → smartctl |
---|
comment:2 Changed 9 years ago by
Component: | smartctl → drivedb |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
The drivedb.h versions on these two systems differ. The entry for S3500 was added in r3848.
On the Windows system the model family is known:
On the Linux system it is unknown. The default attribute interpretation is used:
Please run
/usr/sbin/update-smart-drivedb
.