Custom Query (1357 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (88 - 90 of 1357)

Ticket Resolution Summary Owner Reporter
#130 fixed Add support for Samsung Story Station 3.0 2TB Drive Christian Franke Steven Ellis
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"
  },
#131 fixed Recognize Seagate FreeAgent GoFlex USB interface (0bc2:5021) Christian Franke jmehnle
Description

I just bought a new Seagate FreeAgent GoFlex 1TB USB disk drive. smartmontools don't recognize it, although it seems to work nicely when the device type is explicitly specified:

$ sudo smartctl -i /dev/sdc
smartctl 5.40 2010-07-12 r3124 [x86_64-unknown-linux-gnu] (local build)
Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net

/dev/sdc: Unknown USB bridge [0x0bc2:0x5021 (0x148)]
Smartctl: please specify device type with the -d option.

Use smartctl -h to get a usage summary

$ lsusb | grep 5021
Bus 002 Device 036: ID 0bc2:5021 Seagate RSS LLC

$ sudo smartctl -i -d sat /dev/sdc
smartctl 5.40 2010-07-12 r3124 [x86_64-unknown-linux-gnu] (local build)
Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net

=== START OF INFORMATION SECTION ===
Device Model:     ST1000LM002-9VQ14L
Serial Number:    Z0506D9H
Firmware Version: CC94
User Capacity:    1,000,204,886,016 bytes
Device is:        Not in smartctl database [for details use: -P showall]
ATA Version is:   8
ATA Standard is:  ATA-8-ACS revision 4
Local Time is:    Tue Dec 21 00:14:48 2010 UTC
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
#132 fixed Samsung G2 Portable works with -d usbjmicron Christian Franke rnbw
Description

Samsung G2 Portable drive (04e8:6032) works fine with "-d usbjmicron" so please add this ID to the list.

lsusb -v:

...
Bus 002 Device 004: ID 04e8:6032 Samsung Electronics Co., Ltd
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  idVendor           0x04e8 Samsung Electronics Co., Ltd
  idProduct          0x6032
  bcdDevice            0.00
  iManufacturer           1 JMicron
  iProduct               11 Samsung G2 Portable
...
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.