Opened 5 years ago
Last modified 5 years ago
#1293 closed enhancement
drivedb.h Fix for PLEXTOR PX-128M3 — at Initial Version
Reported by: | sterling pickens | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | Release 7.2 |
Component: | drivedb | Version: | 7.1 |
Keywords: | ssd | Cc: |
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