Opened 13 months ago

Last modified 4 weeks ago

#1712 new patch

Please add Samsung HD161HJ to the database

Reported by: Cmdr_Zod Owned by:
Priority: minor Milestone: unscheduled
Component: drivedb Version: 7.2
Keywords: hdd Cc:

Description

According to the data sheet from Seagate, the Spinpoint S166 was also available in other capacities:
HD161HJ (My drive, 160GB, 8M Cache)
HD120HJ (120GB, 8M Cache)
HD082GJ (80GB, 8M Cache)
HD081GJ (80GB, 2M Cache)
HD042GJ (40GB, 8M Cache)
HD041GJ (40GB, 2M Cache)

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

Attachments (2)

smartctl-SAMSUNG-HD161HJ.txt (10.6 KB ) - added by Cmdr_Zod 13 months ago.
smartctl-SAMSUNG-HD082GJ.txt (17.7 KB ) - added by Cmdr_Zod 13 months ago.

Download all attachments as: .zip

Change History (5)

by Cmdr_Zod, 13 months ago

comment:1 by Christian Franke, 13 months ago

Keywords: hdd added; HDD removed
Milestone: unscheduled

Very old drives from ~2008.

comment:2 by Cmdr_Zod, 13 months ago

I also have access to a HD082GJ, please find attached the output of "smartctl -x /dev/sdX".

I tried to add this myself to the drivedb.h, assuming there is no special handling for Samsung specific bugs needed, the following patch should do the trick:

--- drivedb.h.5440      2023-03-01 20:11:31.326122729 +0100
+++ drivedb.h   2023-04-15 17:17:04.220973927 +0200
@@ -2745,6 +2745,10 @@
     "SAMSUNG HD(162|200|250)HJ",
     "", "", ""
   },
+  { "SAMSUNG SpinPoint S166", // tested with HD161HJ/JF100-19, HD082GJ/GE100-07
+    "SAMSUNG HD(041G|042G|081G|082G|120H|161H)J",
+    "", "", ""
+  },
   { "SAMSUNG SpinPoint T133", // tested with HD300LJ/ZT100-12, HD400LJ/ZZ100-14, HD401LJ/ZZ100-15
     "SAMSUNG HD(250KD|(30[01]|320|40[01])L[DJ])",
     "", "", ""

by Cmdr_Zod, 13 months ago

comment:3 by Cmdr_Zod, 4 weeks ago

Type: enhancementpatch
Note: See TracTickets for help on using tickets.