From dfbec5b8284c9c34fd35d72a65377e9d4500e35b Mon Sep 17 00:00:00 2001 From: chrfranke <chrfranke@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Tue, 9 Oct 2018 17:58:22 +0000 Subject: [PATCH] drivedb.h: - Crucial/Micron BX/MX1/2/3/500, M5/600, 1100 SSDs: Rename, BX500 (#1095) - Seagate Samsung SpinPoint F4 EG (AF) (#1090) - Seagate Momentus 5400.6: Add '-F xerrorlba' (#1094) - USB: JMicron JM562 (0x152d:0x0562) (IDENTIFY only, see #966) - USB: VIA VL715 (0x2109:0x0715) (#1098) git-svn-id: https://svn.code.sf.net/p/smartmontools/code/trunk@4802 4ea69e1a-61f1-4043-bf83-b5c94c648137 --- smartmontools/ChangeLog | 10 ++++++++++ smartmontools/drivedb.h | 23 +++++++++++++++++++++-- 2 files changed, 31 insertions(+), 2 deletions(-) diff --git a/smartmontools/ChangeLog b/smartmontools/ChangeLog index f2d8f46d6..bfb96abe5 100644 --- a/smartmontools/ChangeLog +++ b/smartmontools/ChangeLog @@ -1,5 +1,15 @@ $Id$ +2018-10-09 Christian Franke <franke@computer.org> + + drivedb.h: + - Crucial/Micron BX/MX1/2/3/500, M5/600, 1100 SSDs: Rename, + BX500 (#1095) + - Seagate Samsung SpinPoint F4 EG (AF) (#1090) + - Seagate Momentus 5400.6: Add '-F xerrorlba' (#1094) + - USB: JMicron JM562 (0x152d:0x0562) (IDENTIFY only, see #966) + - USB: VIA VL715 (0x2109:0x0715) (#1098) + 2018-10-09 Anthony D'Atri <anthony.datri@gmail.com> drivedb.h: (#1096) diff --git a/smartmontools/drivedb.h b/smartmontools/drivedb.h index b1ee3df57..249d15540 100644 --- a/smartmontools/drivedb.h +++ b/smartmontools/drivedb.h @@ -284,7 +284,7 @@ const drive_settings builtin_knowndrives[] = { "-v 202,raw48,Perc_Rated_Life_Used " "-v 206,raw48,Write_Error_Rate" }, - { "Crucial/Micron BX300, MX1/2/3/500, M5/600, 1100 SSDs", + { "Crucial/Micron BX/MX1/2/3/500, M5/600, 1100 SSDs", "Crucial_CT(128|256|512)MX100SSD1|"// Marvell 88SS9189, tested with Crucial_CT256MX100SSD1/MU01 "Crucial_CT(200|250|256|500|512|1000|1024)MX200SSD[1346]|" // Marvell 88SS9189, tested with // Crucial_CT500MX200SSD1/MU01, Crucial_CT1024MX200SSD1/MU01, Crucial_CT250MX200SSD3/MU01, @@ -299,6 +299,7 @@ const drive_settings builtin_knowndrives[] = { // Crucial_CT1024M550SSD1/MU01, Crucial_CT128M550SSD4/MU02 "CT(120|240|480)BX300SSD1|" // Silicon Motion SM2258, same attributes as Marvell-based Crucial SSDs, // tested with CT240BX300SSD1/M2CR010 + "CT(120|240|480|960)BX500SSD1|" // Silicon Motion SM2258XT, tested with CT120BX500SSD1/M6CR013 "CT(250|500|1000|2000)MX500SSD1|" // Silicon Motion SM2258, tested with CT250MX500SSD1/M3CR010 // CT500MX500SSD1/M3CR010, CT1000MX500SSD1/M3CR010, CT2000MX500SSD1/M3CR010 "Micron_M500_MTFDDA[KTV](120|240|480|960)MAV|"// tested with Micron_M500_MTFDDAK960MAV/MU05 @@ -2153,6 +2154,11 @@ const drive_settings builtin_knowndrives[] = { "https://www.smartmontools.org/wiki/SamsungF4EGBadBlocks", "" }, + { "Seagate Samsung SpinPoint F4 EG (AF)", // later sold as Barracuda Green, + // tested with ST2000DL004 HD204UI/1AQ10001 + "ST2000DL004 HD204UI", + "", "", "" + }, { "SAMSUNG SpinPoint S250", // tested with HD200HJ/KF100-06 "SAMSUNG HD(162|200|250)HJ", "", "", "" @@ -3198,7 +3204,8 @@ const drive_settings builtin_knowndrives[] = { }, { "Seagate Momentus 5400.6", "ST9(80313|160(301|314)|(12|25)0315|250317|(320|500)325|500327|640320)ASG?", - "", "", "" + "", "", + "-F xerrorlba" // ST9500325AS/0002SDM1 (ticket #1094) }, { "Seagate Momentus 5400.7", "ST9(160316|(250|320)310|(500|640)320)AS", @@ -4861,6 +4868,12 @@ const drive_settings builtin_knowndrives[] = { "", "-d sat" }, + { "USB: ; JMicron JM562", // USB2/3+eSATA->2xSATA, USB2/3->3xSATA (RAID0/1) + "0x152d:0x0562", + "", // 0x0106, Fantec QB-X2US3R (ticket #966) + "", // only ATA IDENTIFY works, SMART commands don't work + "-d sat" + }, { "USB: ; JMicron", // USB2/3->2xSATA "0x152d:0x0565", "", // 0x9114, Akasa DuoDock X (ticket #607) @@ -5116,6 +5129,12 @@ const drive_settings builtin_knowndrives[] = { "", // 0x0507, Intenso 2,5" Memory Case 2TB USB3 "-d sat" }, + { "USB: ; VIA VL715", // USB2/3->SATA + "0x2109:0x0715", + "", // 0x0336 + "", + "-d sat" + }, // 0x2537 (?) { "USB: ; ", // USB 3.0 "0x2537:0x106[68]", // 0x1066: Orico 2599US3, 0x1068: Fantec ER-35U3 -- GitLab