Custom Query (1531 matches)
Results (169 - 171 of 1531)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1762 | fixed | Add Intenso Top 2TB (Intenso SSD SATAIII FW:W0825A0) | ||
| Description |
https://www.intenso.de/en/products/solid-state-drives/2%2C5-SSD-Top |
|||
| #1850 | fixed | Ignore individual NVME temperature sensors | ||
| Description |
I have a Kingston Fury Renegade NVMe SSD, SMART/Health Information (NVMe Log 0x02) Critical Warning: 0x00 Temperature: 62 Celsius ... Temperature Sensor 2: 67 Celsius
and as nvme-pci-0100
Adapter: PCI adapter
Composite: +61.9°C (low = -20.1°C, high = +83.8°C)
(crit = +88.8°C)
Sensor 2: +66.8°C
The problem is, only
I track this drive with
This, however, now causes me to get the notification on every boot, because Jun 30 15:38:29 hostname smartd[18016]: Device: /dev/disk/by-id/nvme-KINGSTON_SFYRDK4000G_..., Temperature 67 Celsius reached critical limit of 65 Celsius (Min/Max 67/67)
Effectively making the whole So it seems like this behaviour, described in the man page, is messing with me:
Is there a way to instruct
If there isn't, could you consider this enhancement? It seems like a valid use case with no other solution. For now I'll have to pass |
|||
| #861 | fixed | Requesting Addition of Micron 5100 ECO, PRO, and MAX Models to drivedb.h | ||
| Description |
{ "Micron M500DC/M510DC/5100 Enterprise SSDs",
"Micron_M500DC_(EE|MT)FDDA[AK](120|240|480|800)MBB|" // tested with
// Micron_M500DC_EEFDDAA120MBB/129, Micron_M500DC_MTFDDAK800MBB/0129
"MICRON_M510DC_(EE|MT)FDDAK(120|240|480|800|960)MBP|" // tested with
// Micron_M510DC_MTFDDAK240MBP/0005
"Micron_5100_(EE|MT)FDDA[KV](240|480|960|1T9|3T8|7T6)T(BY|CB|CC)", // tested with Micron_5100_MTFDDAK1T9TBY/
"", "",
//"-v 1,raw48,Raw_Read_Error_Rate "
"-v 5,raw48,Reallocated_Block_Count "
//"-v 9,raw24(raw8),Power_On_Hours "
//"-v 12,raw48,Power_Cycle_Count "
"-v 170,raw48,Reserved_Block_Count "
"-v 171,raw48,Program_Fail_Count "
"-v 172,raw48,Erase_Fail_Count "
"-v 173,raw48,Ave_Block-Erase_Count "
"-v 174,raw48,Unexpect_Power_Loss_Ct "
//"-v 180,raw48,Unused_Rsvd_Blk_Cnt_Tot,SSD "
"-v 183,raw48,SATA_Interfac_Downshift "
"-v 184,raw48,Error_Correction_Count "
//"-v 187,raw48,Reported_Uncorrect "
"-v 188,raw48,Command_Timeouts "
//"-v 194,tempminmax,Temperature_Celsius "
"-v 195,raw48,Cumulativ_Corrected_ECC "
//"-v 197,raw48,Current_Pending_Sector "
//"-v 198,raw48,Offline_Uncorrectable "
//"-v 199,raw48,UDMA_CRC_Error_Count "
"-v 202,raw48,Percent_Lifetime_Remain "
"-v 206,raw48,Write_Error_Rate "
"-v 210,raw48,Success_RAIN_Recov_Cnt "
"-v 246,raw48,Host_Sectors_Written "
"-v 247,raw48,Host_Program_Page_Count "
"-v 248,raw48,Bckgnd_Program_Page_Cnt"
},
|
|||
