Opened 11 years ago
Closed 11 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)
by , 11 years ago
Attachment: | smartmon-linux.txt added |
---|
by , 11 years ago
Attachment: | smartmon-win.txt added |
---|
by , 11 years ago
comment:1 by , 11 years ago
Component: | all → smartctl |
---|
comment:2 by , 11 years ago
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
.