Opened 38 hours ago

Last modified 18 hours ago

#1929 new enhancement

Support for HP branded Intel SSD (VK000480GWTTA)

Reported by: David Owned by:
Priority: minor Milestone: undecided
Component: drivedb Version:
Keywords: ssd Cc: David

Description

A simple patch to add support for an HP branded Intel enterprise SSD. Tested with VK000480GWTTA on firmware 4IYRHPG7.

I didn't create a new entry like the "Dell Certified.." one below it. On older firmware the list of SMART attributes is limited, probably the same as the "Dell Certified Intel S4x00/D3-4x10 series SSDs". However, on newer firmware all attributes are present, so it didn't seem to make sense to duplicate.

--- /tmp/drivedb_old.h  2025-02-03 16:40:07.826619214 +0000
+++ /var/lib/smartmontools/drivedb/drivedb.h    2025-02-03 16:43:12.087840636 +0000
@@ -1741,7 +1741,8 @@
       // INTEL SSDSC2KB038T7/SCV10121, INTEL SSDSC2KG240G7/SCV10100,
       // INTEL SSDSC2KB480GZ/7CV10100, INTEL SSDSC2KB076T8/XCV10132,
       // SOLIDIGM SSDSC2KB960GZ/7CV10130
-    "(INTEL|SOLIDIGM) SSDSC(2K|KK)(B|G)(240G|480G|960G|019T|038T|076T)[78Z].?",
+    "(INTEL|SOLIDIGM) SSDSC(2K|KK)(B|G)(240G|480G|960G|019T|038T|076T)[78Z].?|"
+    "VK000(240G|480G|960G|019T|038T|076T)WTTA", // HP OEM Certified Intel drive
     "", "",
   //"-v 5,raw16(raw16),Reallocated_Sector_Ct "
   //"-v 9,raw24(raw8),Power_On_Hours "

Change History (2)

comment:1 by Christian Franke, 18 hours ago

Keywords: ssd added
Milestone: undecided

... Tested with VK000480GWTTA on firmware 4IYRHPG7.

Please provide a smartctl -x -a ... output of this drive.

comment:2 by Christian Franke, 18 hours ago

Summary: Support for HP branded Intel SSDSupport for HP branded Intel SSD (VK000480GWTTA)
Note: See TracTickets for help on using tickets.