Opened 7 years ago

Last modified 5 years ago

#767 closed enhancement

Please add WD Blue PC SSD to the DB — at Version 2

Reported by: Attila Fazekas Owned by:
Priority: minor Milestone: Release 6.6
Component: drivedb Version: 6.5
Keywords: Cc:

Description (last modified by Christian Franke)

The related smart data was published in the WDSSDDashboardSetup.zip downloadable from
https://support.wdc.com/downloads.aspx?p=279 .

.rsrc/BIN/41 .rsrc/BIN/42 xml files contains the SSD related attribute names and IDs.

I added the following entry to my drivedb.h .

  { "WD Blue PC SSD",
    "WDC WDS...[TG]1B0[AB].*",
    "", "", // all extra attribute is raw48 until otherwise proven
    "-v 165,raw48,Block_Erase_Count "
    "-v 166,raw48,Minimum_PE_Cycles "
    "-v 167,raw48,Max_Bad_Blocks_per_Die "
    "-v 168,raw48,Maximum_PE_Cycles "
    "-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 "
    "-v 174,raw48,Unexpected_Power_Loss "
    "-v 230,raw48,Media_Wearout_Indicator "
    "-v 234,raw48,NAND_GB_Written_SLC "  //233 NAND GB Written TLC
    "-v 241,raw48,Total_GB_Written "
    "-v 242,raw48,Total_GB_Read "
    "-v 244,raw48,Temp_Throttle_Status "
  },

It seams to be working on my:

=== START OF INFORMATION SECTION ===
Model Family:     WD Blue PC SSD
Device Model:     WDC WDS100T1B0A-00H9H0
Serial Number:    163966421753
LU WWN Device Id: 5 001b44 4a64c7f6f
Firmware Version: X41000WD
User Capacity:    1,000,204,886,016 bytes [1.00 TB]
Sector Size:      512 bytes logical/physical
Rotation Rate:    Solid State Device
Form Factor:      2.5 inches
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   ACS-2 T13/2015-D revision 3
SATA Version is:  SATA 3.2, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is:    Thu Nov 17 07:26:20 2016 CET
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

I narrowed the regexp to the https://www.wdc.com/products/solid-state-drives/wd-blue-ssd.html , but IMHO it could be added to all "WDC WDS.*" at the moment.

Change History (3)

by Attila Fazekas, 7 years ago

Attachment: wd_blue.patch added

comment:1 by Attila Fazekas, 7 years ago

Type: defectenhancement

comment:2 by Christian Franke, 7 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.