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 )
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 , 5 weeks ago
Keywords: | ssd added |
---|---|
Milestone: | → undecided |
comment:2 by , 5 weeks ago
Summary: | Support for HP branded Intel SSD → Support for HP branded Intel SSD (VK000480GWTTA) |
---|
comment:4 by , 4 weeks ago
Milestone: | undecided → unscheduled |
---|
by , 4 weeks ago
Attachment: | hp_VK000480GWTTA.patch added |
---|
comment:5 by , 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 , 4 weeks ago
Description: | modified (diff) |
---|
Please provide a
smartctl -x -a ...
output of this drive.