Opened 3 weeks ago

Last modified 3 weeks ago

#1887 new enhancement

"WD Red SA500 2.5 4TB" not in drivedb

Reported by: david Owned by:
Priority: minor Milestone: unscheduled
Component: drivedb Version: 7.4
Keywords: ssd Cc: david

Description

This SSD doesn't appear to be in the database yet.

From my quick testing it appears to be like the other "WD Blue / Red / Green SSDs".

I will attach smartctl -x -a output.

Attachments (1)

smartctl-xa.txt (16.1 KB ) - added by david 3 weeks ago.
smartctl -x -a

Download all attachments as: .zip

Change History (3)

by david, 3 weeks ago

Attachment: smartctl-xa.txt added

smartctl -x -a

comment:1 by david, 3 weeks ago

To expand, the minimal testing I mentioned was running smartctl with the lines from the "WD Blue / Red / Green SSDs" section in drivedb.h:

smartctl -a /dev/sdo                                            \
  "-v 165,raw48,Block_Erase_Count "                             \
  "-v 166,raw48,Minimum_PE_Cycles_TLC "                         \
  "-v 167,raw48,Max_Bad_Blocks_per_Die "                        \
  "-v 168,raw48,Maximum_PE_Cycles_TLC "                         \
  "-v 169,raw48,Total_Bad_Blocks "                              \
  "-v 170,raw48,Grown_Bad_Blocks "                              \
  "-v 171,raw48,Program_Fail_Count "                            \
  "-v 172,raw48,Erase_Fail_Count "                              \
  "-v 173,raw48,Average_PE_Cycles_TLC "                         \
  "-v 174,raw48,Unexpected_Power_Loss "                         \
  "-v 230,hex48,Media_Wearout_Indicator "                       \
  "-v 233,raw48,NAND_GB_Written_TLC "                           \
  "-v 234,raw48,NAND_GB_Written_SLC "                           \
  "-v 241,raw48,Host_Writes_GiB "                               \
  "-v 242,raw48,Host_Reads_GiB "                                \
  "-v 244,raw48,Temp_Throttle_Status "

This changed the SMART Attribute section to this:

SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  5 Reallocated_Sector_Ct   0x0032   100   100   000    Old_age   Always       -       0
  9 Power_On_Hours          0x0032   100   100   000    Old_age   Always       -       82
 12 Power_Cycle_Count       0x0032   100   100   000    Old_age   Always       -       2
165 Block_Erase_Count       0x0032   100   100   000    Old_age   Always       -       80
166 Minimum_PE_Cycles_TLC   0x0032   100   100   000    Old_age   Always       -       1
167 Max_Bad_Blocks_per_Die  0x0032   100   100   000    Old_age   Always       -       55
168 Maximum_PE_Cycles_TLC   0x0032   100   100   000    Old_age   Always       -       3
170 Grown_Bad_Blocks        0x0032   100   100   000    Old_age   Always       -       0
171 Program_Fail_Count      0x0032   100   100   000    Old_age   Always       -       0
172 Erase_Fail_Count        0x0032   100   100   000    Old_age   Always       -       0
173 Average_PE_Cycles_TLC   0x0032   100   100   000    Old_age   Always       -       1
174 Unexpected_Power_Loss   0x0032   100   100   000    Old_age   Always       -       1
187 Reported_Uncorrect      0x0032   100   100   000    Old_age   Always       -       0
188 Command_Timeout         0x0032   100   100   000    Old_age   Always       -       0
194 Temperature_Celsius     0x0032   100   100   000    Old_age   Always       -       37 (Min/Max 23/51)
199 UDMA_CRC_Error_Count    0x0032   100   100   000    Old_age   Always       -       0
230 Media_Wearout_Indicator 0x0032   100   100   000    Old_age   Always       -       0x000000000000
232 Available_Reservd_Space 0x0033   100   100   001    Pre-fail  Always       -       100
233 NAND_GB_Written_TLC     0x0032   100   100   000    Old_age   Always       -       7544
234 NAND_GB_Written_SLC     0x0032   100   100   000    Old_age   Always       -       1363
241 Host_Writes_GiB         0x0032   100   100   000    Old_age   Always       -       2157
242 Host_Reads_GiB          0x0032   100   100   000    Old_age   Always       -       53
244 Temp_Throttle_Status    0x0032   100   100   000    Old_age   Always       -       0

…which looked reasonable to me.

comment:2 by Christian Franke, 3 weeks ago

Keywords: ssd added
Milestone: unscheduled

BTW:

Serial Number:    ...
LU WWN Device Id: ...

You could use -q noserial option to suppress these lines.

Note: See TracTickets for help on using tickets.