Custom Query (1434 matches)
Results (190 - 192 of 1434)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#545 | fixed | Crucial MX200 SSDs drivedb.h regexp | ||
Description |
I believe I may have found a glitch with the regexp used to identify Crucial's MX200 line of SSDs. According to the information on Crucial's website and what my MX200 identifies itself with, the regexp probably needs to be corrected. The regexp should have 250|500|1000 instead of 256|512|1024. |
|||
#546 | fixed | JMicron JMS566 bridge | ||
Description |
I have a 2.5 external case(1) with a JMS566 bridge that isn't recognized by smartctl. It seems to work with "-d sat", which is different from the other JMS566 bridge listed in drivedb.h. Attached is the output of lsusb and an attempt at providing a patch to add this bridge into drivedb.h. Let me know if any other information is needed. (1) Cheap noname USB3 external case bought on ebay. |
|||
#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. |