Custom Query (1438 matches)
Results (379 - 381 of 1438)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#597 | fixed | Add Crucial BX100 to the database | ||
Description |
As the description implies, Crucial's BX100 SSDs are not yet on the database, the attached patch adds the needed information to the database. The names for the attributes have been gathered from/checked against Storage Executive (SE) running on windows. I've tried to keep the naming consistent with similar names already present on the database. The attributes that are commented have the name as shown in SE, the ones not commented have the names already present in the database, with the name from SE on the right as a comment. All attributes also have the units reported by SE. Feel free to slice and dice the patch to keep the names consistent with the rest of the database or remove the comments to make the patch cleaner. |
|||
#598 | worksforme | Windows hangs after smartd is started | ||
Description |
Hello, 6.4.1 blocks the T3600 DELL PC (over the keyboard response) when the service starts, when the auto -d option is specified in the smartd.conf If the debug (smartd -d) below smartd 6.4 2015-06-04 r4109 [x86_64-w64-mingw32-win7-sp1] (sf-6.4-1) Copyright (C) 2002-15, Bruce Allen, Christian Franke, www.smartmontools.org Opened configuration file C:/Program Files/SmartMon.old/smartd.conf Configuration file C:/Program Files/SmartMon.old/smartd.conf was parsed, found DEVICESCAN, scanning devices Device: /dev/sda [SAT], opened Device: /dev/sda [SAT], WDC WD5000AAKX-75U6AA0, S/N:WD-WCC2EU802806, WWN:5-0014ee-2b29c36c5, FW:19.01H19, 500 GB Device: /dev/sda [SAT], found in smartd database: Western Digital Blue Device: /dev/sda [SAT], not capable of SMART Health Status check CHECK POWER MODE: incomplete response, ATA output registers missing Device: /dev/sda [SAT], no ATA CHECK POWER STATUS support, ignoring -n Directive Device: /dev/sda [SAT], is SMART capable. Adding to "monitor" list. Device: /dev/sdb [SAT], opened Device: /dev/sdb [SAT], WDC WD5000AAKX-75U6AA0, S/N:WD-WCC2EU614318, WWN:5-0014ee-207f17163, FW:19.01H19, 500 GB Device: /dev/sdb [SAT], found in smartd database: Western Digital Blue Device: /dev/sdb [SAT], not capable of SMART Health Status check CHECK POWER MODE: incomplete response, ATA output registers missing Device: /dev/sdb [SAT], no ATA CHECK POWER STATUS support, ignoring -n Directive Device: /dev/sdb [SAT], is SMART capable. Adding to "monitor" list. Device: /dev/csmi0,0, opened Device: /dev/csmi0,0, packet devices [this device CD/DVD] not SMART capable Unable to register ATA device /dev/csmi0,0 at line 1 of file C:/Program Files/SmartMon.old/smartd.conf Device: /dev/csmi1,0, opened Device: /dev/csmi1,0, not ATA, no IDENTIFY DEVICE Structure Unable to register ATA device /dev/csmi1,0 at line 1 of file C:/Program Files/SmartMon.old/smartd.conf Device: /dev/csmi1,1, opened Device: /dev/csmi1,1, WDC WD5000AAKX-75U6AA0, S/N:WD-WCC2EU614318, WWN:5-0014ee-207f17163, FW:19.01H19, 500 GB Device: /dev/csmi1,1, found in smartd database: Western Digital Blue Device: /dev/csmi1,1, is SMART capable. Adding to "monitor" list. Monitoring 3 ATA and 0 SCSI devices Device: /dev/sda [SAT], opened ATA device After this line is completely blocked windows, windows of a sudden stop is needed to stop :( If the ATA option is indicated in the smartd.conf, the drives are not recognized (it has no windows blocking) |
|||
#602 | fixed | Add support for Trascend SSD420 | ||
Description |
It's based os TS6500 like the SSD370, so I guess it's only to change the regular expression in drivedb.h: Change "TS((16|32|64|128|256|512)G|1T)(SSD|MSA)370" with "TS((16|32|64|128|256|512)G|1T)(SSD|MSA)(370|420)" Here is the Datasheet, that includes the supported attributes and more. http://www.transcend-info.com/products/images/modelpic/686/SSD420_V1.1_Datasheet.pdf I seems easy, but I don't know the tool, I just wan't to tell you it in case ... |