Custom Query (1386 matches)
Results (208 - 210 of 1386)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#854 | invalid | drivedb.h parser ignores lines with // comments | ||
Description |
Subj, even those where the comment is after non-commented-out data. See attached e-mail for an example (I'll send it to smartmontools-database shortly after I get this ticket's number to reference). |
|||
#1125 | wontfix | drivedb.h not up to date when smartmontools is downloaded | ||
Description |
When version 6.6 of smartmontools is downloaded from the sourceforge link, it does not include the latest version of the drivedb.h file, but an older version. This can cause confusion when smartctl reports that a drive is not contained in the database, even if it actually is in a later revision. I read the comment about the update executable not working anymore, and this is probably linked to that issue, but I thought i would bring it to someone's attention. Thanks! |
|||
#1293 | fixed | drivedb.h Fix for PLEXTOR PX-128M3 | ||
Description |
My SSD has an extra space "PLEXTOR PX-128M3" so it is not detected. this change to the regex fixes it: -"PLEXTOR PX-(64|128|256|512|768)M(3P?|5[MPS]|5Pro|6[MS])\\+?", +"PLEXTOR.*PX-(64|128|256|512|768)M(3P?|5[MPS]|5Pro|6[MS])\\+?", Maybe this is because I have firmware 1.00 === START OF INFORMATION SECTION === Model Family: Plextor M3/M5/M6 Series SSDs Device Model: PLEXTOR PX-128M3 Serial Number: 002150101377 LU WWN Device Id: 5 000000 000000000 Firmware Version: 1.00 User Capacity: 128,035,676,160 bytes [128 GB] Sector Size: 512 bytes logical/physical Rotation Rate: Solid State Device Device is: In smartctl database [for details use: -P show] ATA Version is: ATA8-ACS, ATA/ATAPI-7 T13/1532D revision 4a SATA Version is: SATA 3.0, 6.0 Gb/s Local Time is: Thu Jan 30 09:30:05 2020 MST SMART support is: Available - device has SMART capability. SMART support is: Enabled ... SMART Attributes Data Structure revision number: 1 Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 1 Raw_Read_Error_Rate 0x0003 100 100 070 Pre-fail Always - 0 5 Reallocated_Sector_Ct 0x0003 100 100 000 Pre-fail Always - 16384 (0 22) 9 Power_On_Hours 0x0002 100 100 000 Old_age Always - 72343 12 Power_Cycle_Count 0x0002 100 100 000 Old_age Always - 18 178 Used_Rsvd_Blk_Cnt_Chip 0x0003 100 100 000 Pre-fail Always - 88 187 Reported_Uncorrect 0x0002 100 100 000 Old_age Always - 178 192 Power-Off_Retract_Count 0x0003 100 100 000 Pre-fail Always - 19 Also it seems this SSD has Reallocated sectors and is failing ? thanks, sterling |