Opened 4 years ago

Closed 3 years ago

#1377 closed patch (fixed)

Please add Toshiba HDWL120 / L200 to the database

Reported by: Cmdr_Zod Owned by: Christian Franke
Priority: minor Milestone: Release 7.2
Component: drivedb Version: 6.6
Keywords: hdd Cc:

Description

This drive belongs the the L200 model line, actual model of my drive is HDWL120EZSTA.
This is an SMR-Drive with 128MB cache, I assume the models with 8MB Cache are CMR, if I understand
https://www.toshiba-storage.com/de/products/toshiba-internal-hard-drives-l200/
and
https://www.toshiba-storage.com/de/products/toshiba-internal-hard-drives-l200/?pdf
correctly

Please find attached the output of smartctl -q noserial -x /dev/sdX

Attachments (1)

smartctl-Toshiba-HDWL120.txt (11.2 KB ) - added by Cmdr_Zod 4 years ago.

Download all attachments as: .zip

Change History (6)

by Cmdr_Zod, 4 years ago

comment:1 by Cmdr_Zod, 4 years ago

I wrote a patch for the whole drive series, please have a look over it, I am not very experienced with the drivedb.h file and its syntax:

*** drivedb.h.5086      2020-10-13 17:29:51.937634198 +0200
--- drivedb.h   2020-10-13 17:47:52.477399879 +0200
***************
*** 3622,3627 ****
--- 3622,3635 ----
      "TOSHIBA HDWD1(30|20|10|05)",
      "", "", ""
    },
+   { "Toshiba L200 (CMR)", // 
+     "TOSHIBA HDW[JK]1(05|10)",
+     "", "", ""
+   },
+   { "Toshiba L200 (SMR)", // tested with TOSHIBA HDWL120
+     "TOSHIBA HDWL1[12]0",
+     "", "", ""
+   },
    { "Toshiba 1.8\" HDD",
      "TOSHIBA MK[23468]00[4-9]GA[HL]",
      "", "", ""

comment:2 by Christian Franke, 4 years ago

Milestone: Release 7.2
Type: enhancementpatch

Patch looks good, thanks. Splitting CMR/SMR makes sense (#1313).

comment:3 by Christian Franke, 4 years ago

Ticket #1228 (HWL110) has been marked as a duplicate of this ticket.

comment:4 by Christian Franke, 3 years ago

Owner: set to Christian Franke
Status: newaccepted

comment:5 by Christian Franke, 3 years ago

Resolution: fixed
Status: acceptedclosed
Note: See TracTickets for help on using tickets.