Custom Query (1383 matches)
Results (100 - 102 of 1383)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1275 | invalid | INTEL SSDSC2BF180A5L: Self-tests always abort immediately | ||
Description |
Hi, I have been using an INTEL SSDSC2BF180A5L for years with no problems, but both long and short self-tests don't work - they always immediately abort: Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error # 1 Short offline Aborted by host 00% 14239 - # 2 Short offline Aborted by host 00% 14233 - # 3 Short offline Aborted by host 00% 14232 - # 4 Extended offline Aborted by host 00% 14232 - # 5 Extended offline Aborted by host 00% 14232 - This happens within seconds of ordering the test. |
|||
#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 |