SMART data "Bad sectors" reports "-1" bad sectors
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gnome-disk-utility (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
What happened:
The "Bad sectors" and "Current Pending" report "-1", but smartctl reports this raw value at 4294967295.
What I expected to happen:
The reported raw value should be as reported by the disk (4294967295).
What seems to be the problem is that this raw value (pretty_value) is of uint64_t type in libatasmart/
smartctl output:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x000f 108 094 006 Pre-fail Always - 242254234
3 Spin_Up_Time 0x0003 094 093 000 Pre-fail Always - 0
4 Start_Stop_Count 0x0032 097 097 020 Old_age Always - 3596
5 Reallocated_
7 Seek_Error_Rate 0x000f 084 060 030 Pre-fail Always - 300356656
9 Power_On_Hours 0x0032 091 091 000 Old_age Always - 8720
10 Spin_Retry_Count 0x0013 100 100 034 Pre-fail Always - 0
12 Power_Cycle_Count 0x0032 097 097 020 Old_age Always - 3637
187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0
189 High_Fly_Writes 0x003a 001 001 000 Old_age Always - 11112
190 Airflow_
192 Power-Off_
193 Load_Cycle_Count 0x0032 001 001 000 Old_age Always - 289579
194 Temperature_Celsius 0x0022 043 054 000 Old_age Always - 43 (0 10 0 0)
195 Hardware_
197 Current_
198 Offline_
199 UDMA_CRC_
200 Multi_Zone_
202 Data_Address_
description: | updated |