Custom Query (1452 matches)
Results (103 - 105 of 1452)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#502 | fixed | Missing variable quoting in update-smart-drivedb | ||
Description |
The update-smart-drivedb script (using version 6.3) does not quote the $SMARTCTL variable correctly in line 125 so when the path to smartctl contains whitespace execution will fail. Currently line 125 reads: if $SMARTCTL -B "$DEST.new" -P showall >/dev/null; then :; else |
|||
#841 | fixed | Add JMS578 | ||
Description |
JMS578 is a JMicron USB3 to SATA bridge (UAS, TRIM, SAT capable) used on 'Orange Pi NAS Expansion board' and 'FriendlyELEC NAS Expansion bay'. It needs '-d sat' to be queried. Adding the following to drivedb.h fixed it: { "USB: ; JMicron JMS578", // USB->SATA "0x152d:0x0578", "", // 0x0100 "", "-d sat" }, References: https://pastebin.com/rkhmJDED |
|||
#869 | fixed | Transcend TS120GMTS420 | ||
Description |
Transcend TS120GMTS420 is a M.2 2242 SATA SSD not yet supported. 'Smartctl -x' output made on a SATA controller here https://pastebin.com/hxkTJxcp (first task, not even mounted the drive at this point -- bash history: http://sprunge.us/WbOK) and hours later behind a JMS578 there https://pastebin.com/LHUhv5UG https://www.smartmontools.org/attachment/ticket/761/Transcend.pdf seems to *not* properly describe the attributes since 148-151 are missing for example. Observations wrt known attributes: 9 interpreted as Power_On_Hours seems to be wrong (still 0 after 2 hours operation) 194 interpreted as Temperature_Celsius matches thumb test Observations wrt unknown attributes between the two smartctl executions: 148 increased from 9 to 315 149 increased from 1 to 14 150 remained 0 151 increased from 0 to 9 160 remained 0 161 remained 69 163 remained 5 164 increased from 0 to 1012 165 increased from 0 to 5 166 remained 0 167 increased from 0 to 2 169 remained 100 245 increased from 0 to 8096 |