Opened 13 years ago

Closed 13 years ago

#130 closed enhancement (fixed)

Add support for Samsung Story Station 3.0 2TB Drive

Reported by: Steven Ellis Owned by: Christian Franke
Priority: minor Milestone: Release 5.41
Component: drivedb Version: 5.40
Keywords: Cc:

Description

Drive works with the "-d sat" option.

smartctl -a -d sat /dev/sdb
smartctl 5.40 2010-10-16 r3189 [x86_64-redhat-linux-gnu] (local build)
Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net

=== START OF INFORMATION SECTION ===
Device Model:     SAMSUNG HD203WI
Serial Number:    S27KJ1ZZ600470
Firmware Version: 1AN10003
User Capacity:    2,000,398,934,016 bytes
Device is:        Not in smartctl database [for details use: -P showall]
ATA Version is:   8
ATA Standard is:  ATA-8-ACS revision 6
Local Time is:    Mon Dec 20 17:03:10 2010 NZDT
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

Drive HD203WI is an EcoGreen F3

The following needs to be added to drivedb.h

  { "USB: Samsung Story Station; ",
    "0x04e8:0x6054",
    "",
    "",
    "-d sat"
  },

Change History (3)

comment:1 by Steven Ellis, 13 years ago

Sorry actual entry should be

  { "USB: Samsung Story Station 3.0; ",
    "0x04e8:0x6054",
    "",
    "",
    "-d sat"
  },

comment:2 by Christian Franke, 13 years ago

Milestone: Release 5.40.1Release 5.41
Owner: changed from somebody to Christian Franke
Status: newaccepted
Type: defectenhancement

comment:3 by Christian Franke, 13 years ago

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