Opened 8 years ago

Closed 8 years ago

#720 closed enhancement (fixed)

Recognize Seagate FreeAgent GoFlex USB 3.0 interface (0bc2:5030)

Reported by: jankkhvej Owned by: Christian Franke
Priority: minor Milestone: Release 6.6
Component: drivedb Version: 6.5
Keywords: Cc: jankkhvej@…

Description

Tried to get SMART info via my USB3/SATA bridge from Seagate, but it didn't work, unless I specify -d sat. Would you please add support for the following:

$ sudo smartctl -i /dev/sdb
smartctl 6.5 2016-01-24 r4214 [x86_64-linux-4.4.0-31-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

/dev/sdb: Unknown USB bridge [0x0bc2:0x5030 (0x100)]
Please specify device type with the -d option.

Use smartctl -h to get a usage summary

$ lsusb | grep 5030
Bus 004 Device 002: ID 0bc2:5030 Seagate RSS LLC FreeAgent GoFlex Upgrade Cable STAE104

$ sudo smartctl -d sat -i /dev/sdb
smartctl 6.5 2016-01-24 r4214 [x86_64-linux-4.4.0-31-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:     SAMSUNG SpinPoint M8 (AF)
Device Model:     SAMSUNG HN-M500MBB
Serial Number:    S2RSJ9BBA98431
LU WWN Device Id: 5 0024e9 20654860c
Firmware Version: 2AR10001
User Capacity:    500,107,862,016 bytes [500 GB]
Sector Sizes:     512 bytes logical, 4096 bytes physical
Rotation Rate:    5400 rpm
Form Factor:      2.5 inches
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   ATA8-ACS T13/1699-D revision 6
SATA Version is:  SATA 3.0, 3.0 Gb/s (current: 3.0 Gb/s)
Local Time is:    Sat Jul 30 12:34:59 2016 CEST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

Both -d sat,12 and -d sat,16 works fine. But -d sat,auto can't get SMART data.

Thanks for the excellent tool!

Change History (3)

comment:1 by Christian Franke, 8 years ago

Milestone: Release 6.6

comment:2 by Christian Franke, 8 years ago

Owner: set to Christian Franke
Status: newaccepted

comment:3 by Christian Franke, 8 years ago

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