#767 closed enhancement (fixed)
Please add WD Blue PC SSD to the DB
Reported by: | Attila Fazekas | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | Release 6.6 |
Component: | drivedb | Version: | 6.5 |
Keywords: | Cc: |
Description (last modified by )
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.
Attachments (5)
Change History (15)
by , 8 years ago
Attachment: | wd_blue.patch added |
---|
comment:1 by , 8 years ago
Type: | defect → enhancement |
---|
comment:2 by , 8 years ago
Description: | modified (diff) |
---|
comment:3 by , 8 years ago
Component: | all → drivedb |
---|---|
Milestone: | → Release 6.6 |
Priority: | major → minor |
by , 8 years ago
Attachment: | smc-x-after-patch.txt added |
---|
smartctl -x /dev/sdf [after the db change]
comment:4 by , 8 years ago
230 Media_Wearout_Indicator -O--CK 100 100 --- - 47244640267 ... 233 Media_Wearout_Indicator -O--CK 100 100 --- - 835
It is possibly better to use raw16
(11, 0, 11
) or hex48
(0x000b0000000b
) format for attribute 230.
Attributes 230 and 233 have same name but different raw values.
comment:5 by , 8 years ago
The xml from WD names the 233 differently!
"233" is "NAND GB Written TLC"
"234" is "NAND GB Written SLC"
Both value is close to the
241 Total_GB_Written or Host_Total_GB_Written.
comment:6 by , 8 years ago
"It utilizes a SLC cache technology" (I just read in article, the spam protector prevents me to link it)
It explains why I have both TLC and SLC attribute on the same device.
The content of the 2 xml:
https://paste.fedoraproject.org/483672/47937596/
comment:7 by , 8 years ago
In the new patch I tried to match the db file style, and added some commented attribute.
I changed the 230 to hex48, the value does not changed today, it does not seams to be something frequently changing/counting.
Added the TLC suffix where it made sense.
Total_GB_Written replaced to 'Total_Host_GB_Written' to be more similar to the vendor's xml name.
by , 8 years ago
Attachment: | smartmontools_wds_blue_pc_ssd.2.patch added |
---|
by , 8 years ago
Attachment: | smartmontools_wds_blue_pc_ssd.patch added |
---|
smartmontools_wds_blue_pc_ssd.patch
Thanks.
Please provide a full
smartctl -x
output of this device as an attachment.