Custom Query (1383 matches)
Results (145 - 147 of 1383)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#222 | fixed | scterc set for megaraid | ||
Description |
Please enable scterc set for megaraid. |
|||
#223 | fixed | Seagate USB bridge 0bc2:3332 | ||
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 SECTIONModel 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:~# |
|||
#225 | fixed | [bug] Bitwise OR should be bitwise AND | ||
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. |