[Smartmontools-database] Western Digital Blue 3D NAND drive

Sebastian Andrzej Siewior sebastian at breakpoint.cc
Fri Oct 11 21:35:23 CEST 2019


Hi,

I have a WDC Blue 3D NAND drive and there is an additional space in front of
the model name and therefore the current entry isn't matching.

|=== START OF INFORMATION SECTION ===
|Device Model:     WDC  WDS500G2B0A-00SM50
|Firmware Version: 401000WD

A tiny tweak:

--- a/drivedb.h	2019-10-11 21:28:17.821015346 +0200
+++ b/drivedb.h	2019-10-11 21:28:00.020528030 +0200
@@ -4151,7 +4151,7 @@
       // WDC WDS120G2G0A-00JH30/UE360000, WDC WDS240G2G0A-00JH30/UF300000,
       // WDC WDS500G2B0A-00SM50/X61130WD, WDC WDS200T2B0A-00SM50/X61130WD,
       // WDC WDS200T2B0A/X61190WD
-    "WDC WDS((120|240|250|480|500)G|[12]00T)(1B|2B|2G)0[AB](-.*)?", // *1B* = Blue, *2G* = Green, *2B* = Blue 3D NAND
+    "WDC  ?WDS((120|240|250|480|500)G|[12]00T)(1B|2B|2G)0[AB](-.*)?", // *1B* = Blue, *2G* = Green, *2B* = Blue 3D NAND
     "", "",
   //"-v 5,raw48,Reallocated_Sector_Ct " // Reassigned Block Count
   //"-v 9,raw48,Power_On_Hours "

helps.

Sebastian


More information about the Smartmontools-database mailing list