Custom Query (1560 matches)
Results (463 - 465 of 1560)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #162 | fixed | SMART Status command failed error | ||
| Description |
Hi, Ive installed a brand new Seagate 2TB Green drive on my unRAID server, saw the temperature for the drive for a few moments, then got a message in unMENU that drive failed SMART test. Currently running preclear cycles on this drive. Now at end of 2nd running of preclear, all normal there to this point. I ran SMART commands via Putty to see this new drive's results. Got the following response: SMART Status command failed. Is this new drive defective, or is smartmontools not working well w this particular drive? Text file of Telnet screen readout attached. thanks, Ramon |
|||
| #730 | fixed | Added an option for IntelliProp RAID controllers for choosing the drive to send some ATA commands to. | ||
| Description |
Added an option that would allow the choice of selecting which drive to send certain commands to behind an IntelliProp RAID controller. The commands this mainly works for are SMART, GPL Read Log, and GPL Write Log commands. Since smartctl uses these commands, this routing functionality would be necessary to be able to send smartctl commands to each individual drive behind an IntelliProp RAID controller. |
|||
| #1164 | invalid | Incorrect value in SMART attribute 190 when using JSON output | ||
| Description |
Hi, I am using the new -j option to output the smartctl data as JSON and I noticed that the parameter 190 (Airflow_Temperature_Cel) raw value is incorrect when the output is JSON. If I ran this: smartctl -a /dev/ada0 I get ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 190 Airflow_Temperature_Cel 0x0022 058 043 045 Old_age Always In_the_past 42 (Min/Max 23/42 #102) but I run it with the -j option I get this: {
"id": 190,
"name": "Airflow_Temperature_Cel",
"value": 58,
"worst": 43,
"thresh": 45,
"when_failed": "past",
"flags": {
"value": 34,
"string": "-O---K ",
"prefailure": false,
"updated_online": true,
"performance": false,
"error_rate": false,
"event_count": false,
"auto_keep": true
},
"raw": {
"value": 438792814634,
"string": "42 (Min/Max 23/42 #102)"
}
The raw value being 438792814634 but the expected raw value is 42. I am running version 7.1 svn_revision 4891. Thanks |
|||
