Custom Query (1365 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (211 - 213 of 1365)

Ticket Resolution Summary Owner Reporter
#223 fixed Seagate USB bridge 0bc2:3332 Christian Franke compukid128
Description

Please recognize this drive automatically.

root@galaxy:~# lsusb -d 0bc2:3332 Bus 001 Device 003: ID 0bc2:3332 Seagate RSS LLC root@galaxy:~# smartctl -i /dev/sdc smartctl 5.41 2011-06-09 r3365 [x86_64-linux-3.0.0-17-generic] (local build) Copyright (C) 2002-11 by Bruce Allen, http://smartmontools.sourceforge.net

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

Use smartctl -h to get a usage summary

root@galaxy:~# smartctl -i -d sat /dev/sdc smartctl 5.41 2011-06-09 r3365 [x86_64-linux-3.0.0-17-generic] (local build) Copyright (C) 2002-11 by Bruce Allen, http://smartmontools.sourceforge.net

START OF INFORMATION SECTION

Model Family: Seagate Barracuda (SATA 3Gb/s, 4K Sectors) Device Model: ST2000DM001-9YN164 Serial Number: W2400P5S LU WWN Device Id: 5 000c50 03d8f2948 Firmware Version: CC98 User Capacity: 2,000,398,934,016 bytes [2.00 TB] Sector Sizes: 512 bytes logical, 4096 bytes physical Device is: In smartctl database [for details use: -P show] ATA Version is: 8 ATA Standard is: ATA-8-ACS revision 4 Local Time is: Sat Mar 31 20:16:39 2012 CEST SMART support is: Available - device has SMART capability. SMART support is: Enabled

root@galaxy:~#

#224 worksforme Update Seagate links Christian Franke devurandom
Description

smartd logs the following into syslog: --- see the following Seagate web pages:_ http://seagate.custkb.com/seagate/crm/selfservice/search.jsp?DocId=207931_ http://seagate.custkb.com/seagate/crm/selfservice/search.jsp?DocId=207951_ http://seagate.custkb.com/seagate/crm/selfservice/search.jsp?DocId=207957_ ---

These links are no longer valid.

They should instead be: http://knowledge.seagate.com/articles/en_US/FAQ/207931en http://knowledge.seagate.com/articles/en_US/FAQ/207951en http://knowledge.seagate.com/articles/en_US/FAQ/207957en

Note that the numbers stayed the same, so similar links might be applicable for other Seagate links as well.

#225 fixed [bug] Bitwise OR should be bitwise AND Doug Gilbert fjahanmir
Description

In os_linux.cpp, function sg_io_cmnd_io, the bitwise OR with SG_INFO_CHECK should be a bitwise AND -- SG_INFO_CHECK is a mask used to check if that particular bit is set.

Patch attached to fix the bug.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.