Custom Query (1384 matches)
Results (34 - 36 of 1384)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#43 | fixed | 3ware Support broken since 3ware 9.5.x Release on Windows | ||
Description |
I have been using smartmontools / smartctl.exe since the initial 3ware Driver Release for my 9650SE-8LPML controller. For all 9.4.x Codeset releases this worked fine to fetch S.M.A.R.T. data from the disks attached to the RAID controller and also to perform self-tests. Now, since the 9.5.x Codesets from 3ware, something seems to have changed there. smartctl.exe now does not seem to be able to fetch data correctly anymore. I have been using the device /dev/tw_cli/c0/px to access the drives, since i do not seem to have /dev/twa0, /dev/twe0 or the "-d 3ware" option on Windows. Currently I am using Windows XP Professional x64 Edition, but the problem is reproducable in a normal 32-Bit WinXP Pro too. For instance, when I do a simple "smartctl.exe -i /dev/tw_cli/c0/p0", what I get is this: smartctl 5.39 2009-12-09 r2995 [i686-pc-mingw32-2003(64)-sp2] (sf-win32-5.39-1) Copyright (C) 2002-9 by Bruce Allen, http://smartmontools.sourceforge.net START OF INFORMATION SECTIONDevice Model: Hitachi HUA722020ALA330 Serial Number: JK1131YAGBG0WV Firmware Version: JKAOA20N User Capacity: 2.000.398.934.016 bytes Device is: Not in smartctl database [for details use: -P showall] ATA Version is: 3 ATA Standard is: Exact ATA specification draft version not indicated Local Time is: Tue Jan 26 10:28:34 2010 WEST SMART support is: Available - device has SMART capability. SMART support is: Enabled Error SMART Values Read failed: Function not implemented Smartctl: SMART Read Values failed. Error SMART Thresholds Read failed: Function not implemented Smartctl: SMART Read Thresholds failed. Or, "smartctl.exe -H /dev/tw_cli/c0/p0" gives: smartctl 5.39 2009-12-09 r2995 [i686-pc-mingw32-2003(64)-sp2] (sf-win32-5.39-1) Copyright (C) 2002-9 by Bruce Allen, http://smartmontools.sourceforge.net Error SMART Values Read failed: Function not implemented Smartctl: SMART Read Values failed. Error SMART Thresholds Read failed: Function not implemented Smartctl: SMART Read Thresholds failed. START OF READ SMART DATA SECTIONSMART overall-health self-assessment test result: PASSED It seems the way tw_cli reports data has changed or something, I do not know. Also I do not know if it is ok NOT to have "/dev/twex" under Windows, but it is definitely not there. So, "/dev/tw_cli/cx/px" was the only thing that worked for me, but now it seems to be broken. Since 3ware will probably not care about SmartMonTools not being able to read their S.M.A.R.T. data, maybe the SmartMonTools Devs can do something for 5.39.1 or 5.40 there (probably 5.39.1 rather than 5.40, since this is more like a small fix?). |
|||
#44 | fixed | Read USB ID table from a file | ||
Description |
The table which maps a USB ID to corresponding '-d type' option is hard coded in the source. It should be possible to read this info from a file. This is already implemented for the drive database. |
|||
#45 | fixed | Add smartd '--capabilities' option | ||
Description |
Debian and Fedora version of smartd provide a '-C, --capabilities' option. If libcap-ng is available and this option is specified, smartd drops unnecessary POSIX capabilities. Debian patch: http://patch-tracker.debian.org/patch/series/view/smartmontools/5.39-3/62_lowcap.patch But the current version of the above patch introduces a regression, see ticket #41 and http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=564876. This should be fixed before we apply this patch. |