Custom Query (1357 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (94 - 96 of 1357)

Ticket Resolution Summary Owner Reporter
#1650 fixed Add in smart database missing HPE MK000960GZXRB disk Christian Franke algolia-infra-partners
Description

Hello,

Could you please add in smartctl database the following missing hard drive (find smartctl output attached).

Device model: MK000960GZXRB Hpe MK000960GZXRB 960GB 2.5 Inch SATA-6Gbps Mixed Use Solid State Drive https://www.serversupply.com/SSD%20W-TRAY/SATA-6GBPS/960GB/HPE/MK000960GZXRB_352718.htm

Best regards,

#1648 fixed Add WDC HC570/HC670 to drivedb.h David Okamoto
Description

Hi, I work at Western Digital and we have a pair of drive programs to add to drivedb.h. Sorry, but I don't have a smartctl attachment for HC670, but the model number has an 'S' (WUH vs WSH).

  { "Western Digital Ultrastar DC HC570", // tested with WUH722222ALE604
    "(WDC  ?)?WUH722222[AB]L[EN]6[0L]4",
    "", "",
    "-v 22,raw48,Helium_Level "
    "-v 71,raw16,Milli_Micro_Actuator "
    "-v 82,raw16,Head_Health_Score "
    "-v 90,hex48,NAND_Master"
  },
  { "Western Digital Ultrastar DC HC670", // WSH722626ALE604
    "(WDC  ?)?WSH722222[AB]L[EN]6[0L]4",
    "", "",
    "-v 22,raw48,Helium_Level "
    "-v 71,raw16,Milli_Micro_Actuator "
    "-v 82,raw16,Head_Health_Score "
    "-v 90,hex48,NAND_Master"
  }
#1647 fixed Intel DC S3700 Variant not matching Database (SSDSC2BA800G3E) Christian Franke brwainer
Description

I have acquired a used set of Intel DC S3700 that are not matching the database. The reason is that the model number has an "E" at the end. I have not found any evidence as to what this "E" suffix indicates (compared to, for example, an "R" suffix on Dell-branded drives). The drive labels on these are identical to my other drives without the E suffix. Matching Drive: SSDSC2BA800G3 Non-Matching Drive: SSDSC2BA800G3E

I propose changing https://www.smartmontools.org/browser/trunk/smartmontools/drivedb.h#L1486 from: "INTEL SSDSC(1N|2B)[ABPX]((080|100|120|150|160|200|240|300|400|480|600|800)[GH][3467][RT]?|(012|016)T[46])", to: "INTEL SSDSC(1N|2B)[ABPX]((080|100|120|150|160|200|240|300|400|480|600|800)[GH][3467][ERT]?|(012|016)T[46])", (add "E" to the existing "[RT]?")

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.