Opened 2 years ago

Last modified 2 years ago

#1545 new enhancement

Request to support Intel SSD S4520/S4620 Series

Reported by: evan5050 Owned by:
Priority: minor Milestone: unscheduled
Component: drivedb Version: 7.2
Keywords: ssd Cc: samm@…, yi.wan@…

Description (last modified by Christian Franke)

I noticed that the Changeset r5252 has flaws to extend Intel regexp to support Intel SSD S4520/S4620 Series. Please use following patch:

  { "Intel S4520/S4620/S4510/S4610/S4500/S4600 Series SSDs", 
    // INTEL SSDSCKKB480G801
    // INTEL SSDSC2KB076TZ01
    // INTEL SSDSC2KG960G701
    "INTEL SSDSC(2K|KK)(B|G)(240G|480G|960G|019T|038T|076T)(7|8|Z).?",
    "", "",
  //"-v 5,raw16(raw16),Reallocated_Sector_Ct "
  //"-v 9,raw24(raw8),Power_On_Hours "
  //"-v 12,raw48,Power_Cycle_Count "
    "-v 170,raw48,Available_Reservd_Space "
    "-v 171,raw48,Program_Fail_Count "
    "-v 172,raw48,Erase_Fail_Count "
    "-v 174,raw48,Unsafe_Shutdown_Count "
    "-v 175,raw16(raw16),Power_Loss_Cap_Test "
    "-v 183,raw48,SATA_Downshift_Count "
    "-v 184,raw48,End-to-End_Error_Count "
    "-v 187,raw48,Uncorrectable_Error_Cnt "
    "-v 190,tempminmax,Drive_Temperature "
    "-v 192,raw48,Unsafe_Shutdown_Count "
    "-v 197,raw48,Pending_Sector_Count "
    "-v 199,raw48,CRC_Error_Count "
    "-v 225,raw48,Host_Writes_32MiB "
    "-v 226,raw48,Workld_Media_Wear_Indic " // Timed Workload Media Wear Indicator (percent*1024)
    "-v 227,raw48,Workld_Host_Reads_Perc "  // Timed Workload Host Reads Percentage
    "-v 228,raw48,Workload_Minutes " // 226,227,228 can be reset by 'smartctl -t vendor,0x40'
  //"-v 232,raw48,Available_Reservd_Space "
  //"-v 233,raw48,Media_Wearout_Indicator "
    "-v 234,raw24/raw32:04321,Thermal_Throttle_Status "
    "-v 235,raw16(raw16),Power_Loss_Cap_Test "
    "-v 241,raw48,Host_Writes_32MiB "
    "-v 242,raw48,Host_Reads_32MiB "
    "-v 243,raw48,NAND_Writes_32MiB"
  },

Attachments (2)

drivedb.h (225.2 KB ) - added by evan5050 2 years ago.
smartctl-Intel-S4520.txt (15.6 KB ) - added by evan5050 2 years ago.
Intel SSD S4520 Series

Download all attachments as: .zip

Change History (5)

by evan5050, 2 years ago

Attachment: drivedb.h added

comment:1 by Christian Franke, 2 years ago

Description: modified (diff)

comment:2 by Christian Franke, 2 years ago

Cc: franke@… removed
Component: alldrivedb
Keywords: sdd added; Intel SSD S4520 / S4620 Series removed
Milestone: Release 7.3undecided
Priority: criticalminor
Summary: Request to support Intel SSD S4520/S4620 Series, additional changes on top of Changeset 5252Request to support Intel SSD S4520/S4620 Series
Type: patchenhancement

Please provide a sample smartctl -x output for each of the added series (S4520 and S4620).

The new entry includes unwanted comment changes:

-  { "Intel S4510/S4610/S4500/S4600 Series SSDs", // INTEL SSDSC2KB480G7/SCV10100,
-      // INTEL SSDSC2KB960G7/SCV10100, INTEL SSDSC2KB038T7/SCV10100,
-      // INTEL SSDSC2KB038T7/SCV10121, INTEL SSDSC2KG240G7/SCV10100
-      // INTEL SSDSC2KB480GZ/7CV10100
-    "INTEL SSDSC(2K|KK)(B|G)(240G|480G|960G|019T|038T)(7|8|Z).?",
+  { "Intel S4520/S4620/S4510/S4610/S4500/S4600 Series SSDs",
+    // INTEL SSDSCKKB480G801
+    // INTEL SSDSC2KB076TZ01
+       // INTEL SSDSC2KG960G701
+    "INTEL SSDSC(2K|KK)(B|G)(240G|480G|960G|019T|038T|076T)(7|8|Z).?",

PS: In future submissions please

  • do not set a milestone,
  • provide patches as .patch files (output of svn diff, diff -u, ...),
  • always include sample smartctl -x outputs.

by evan5050, 2 years ago

Attachment: smartctl-Intel-S4520.txt added

Intel SSD S4520 Series

comment:3 by Christian Franke, 2 years ago

Keywords: ssd added; sdd removed
Milestone: undecidedunscheduled

Partially fixed in r5252.

Note: See TracTickets for help on using tickets.