Opened 4 years ago

Last modified 2 years ago

#1379 new patch

Add to drivedb: Novachips SCALAR-04T

Reported by: Andrei Ivanov Owned by:
Priority: minor Milestone: unscheduled
Component: drivedb Version: 7.1
Keywords: ssd Cc:

Description (last modified by Christian Franke)

Request to add Novachips SCALAR-04T to drivedb. Smartctl output attached.

SMART attributes pdf:
https://www.simms.co.uk/wp-content/uploads/2016/05/Novachips-2.5-SATA-Scalar-NS360-Spec__Industrial_3K-MLC_Ver.1.0.pdf

That's the patch we're using now:

--- smartmontools-7.1/drivedb.h.20200920        2020-09-20 15:45:41.000000000 +0000
+++ smartmontools-7.1/drivedb.h 2020-10-13 18:50:48.049599928 +0000
@@ -683,6 +683,38 @@
     "-v 248,raw48,Lifetime_Remaining% " //  later then 0409 FW.
     "-v 249,raw48,Spares_Remaining_Perc " //  later then 0409 FW.
   },
+  // https://www.simms.co.uk/wp-content/uploads/2016/05/Novachips-2.5-SATA-Scalar-NS360-Spec__Industrial_3K-MLC_Ver.1.0.pdf
+  //  - Table 15 on p.17
+  // Refs #10180#note-11
+  //
+  { "Novachips Scalar SSD",
+    "SCALAR-04T", // SCALAR-04T/NV.R1200
+    "", "",
+    "-v 1,raw48,Unknown_NS_Attribute " 
+    "-v 9,raw24(raw8),Power_On_Hours " 
+    "-v 12,raw48,Power_Cycle_Count " 
+    "-v 13,raw48,Unknown_NS_Attribute " 
+    "-v 181,raw48,Program_Failure_Blk_Ct " 
+    "-v 184,raw48,Initial_Bad_Block_Count " 
+    "-v 187,raw48,Read_Failure_Blk_Ct " 
+    "-v 190,raw48,Temperature_Celsius " 
+    "-v 199,raw48,SATA_CRC_Error_Count " 
+    "-v 200,raw48,Write_Commands_Tot_Ct " 
+    "-v 201,raw48,Read_Commands_Tot_Ct " 
+    "-v 202,raw48,Unknown_NS_Attribute " 
+    "-v 204,raw48,Unknown_NS_Attribute " 
+    "-v 209,raw48,Remaining_Lifetime_Perc " 
+    "-v 210,raw48,Erase_Count " 
+    "-v 213,raw48,Maximum_PE_Cycles_Ct " 
+    "-v 225,raw48,Unknown_NS_Attribute " 
+    "-v 226,raw48,Flush_Commands_Tot_Ct " 
+    "-v 227,raw48,Unknown_NS_Attribute " 
+    "-v 228,raw48,Unknown_NS_Attribute " 
+    "-v 229,raw48,Unknown_NS_Attribute " 
+    "-v 230,raw48,Spare_Block_Count " 
+    "-v 241,raw48,Unknown_NS_Attribute " 
+    "-v 242,raw48,Unknown_NS_Attribute" 
+  },
   { "Phison Driven SSDs", // see MKP_521_Phison_SMART_attribute.pdf
     "BP4 mSATA SSD|" // MyDigital BP4, tested with BP4 mSATA SSD/S8FM06.9
     "Corsair Force LE200 SSD|" // tested with Corsair Force LE200 SSD/SBFM10, .../SBFM60.9

Attachments (2)

smartctl-Novachips-SCALAR-04T.txt (5.4 KB ) - added by Andrei Ivanov 4 years ago.
smartmontools-7.1-drivedb_20201013.patch1.txt (1.8 KB ) - added by Andrei Ivanov 4 years ago.

Download all attachments as: .zip

Change History (8)

by Andrei Ivanov, 4 years ago

comment:1 by Andrei Ivanov, 4 years ago

Type: defectenhancement

comment:2 by Andrei Ivanov, 4 years ago

The actual patch is attached now (smartmontools-7.1-drivedb_20201013.patch1.txt).

comment:3 by Christian Franke, 3 years ago

Milestone: Release 7.2
Type: enhancementpatch

comment:4 by Christian Franke, 3 years ago

Description: modified (diff)

comment:5 by Christian Franke, 3 years ago

Milestone: Release 7.2Release 7.3

comment:6 by Christian Franke, 2 years ago

Milestone: Release 7.3unscheduled
Note: See TracTickets for help on using tickets.