Opened 5 weeks ago

Last modified 4 weeks ago

#1929 new enhancement

Support for HP branded Intel SSD (VK000480GWTTA) — at Version 6

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

Description (last modified by David)

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 "

(see attachments for updated patch)

Change History (8)

comment:1 by Christian Franke, 5 weeks 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, 5 weeks ago

Summary: Support for HP branded Intel SSDSupport for HP branded Intel SSD (VK000480GWTTA)

by David, 4 weeks ago

Attachment: smart-log.txt added

Output from smartctl -a -x /dev/<drive>

comment:3 by David, 4 weeks ago

Added as attachment.

comment:4 by Christian Franke, 4 weeks ago

Milestone: undecidedunscheduled

by David, 4 weeks ago

Attachment: hp_VK000480GWTTA.patch added

comment:5 by David, 4 weeks ago

Patch uploaded as an attachment, with fixed model numbers for different sized disks. These are based on the HP website and firmware update tool - see https://edeca.net/post/2025-02-09-updating-hp-enterprise-ssd-firmware-on-debian/ for documentation of how I pulled this together.

comment:6 by David, 4 weeks ago

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