大约 5 天前,我决定更改外部硬盘上的分区。分区已满,但有一些空间未被使用,所以我想将分区向左移动并扩展它们。它本来应该运行 17 个小时,但现在仍在运行:
它显示为 2 MB/s(即 170 GB/天),但这似乎是整个时间的平均值,开始时几乎是 40 MB/s。现在更像是 50 GB/天。
驱动器开始出现问题:
SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x002f 001 001 051 Pre-fail Always FAILING_NOW 398872
3 Spin_Up_Time 0x0027 172 171 021 Pre-fail Always - 4366
4 Start_Stop_Count 0x0032 100 100 000 Old_age Always - 457
5 Reallocated_Sector_Ct 0x0033 200 200 140 Pre-fail Always - 0
7 Seek_Error_Rate 0x002e 200 200 000 Old_age Always - 0
9 Power_On_Hours 0x0032 098 098 000 Old_age Always - 1697
10 Spin_Retry_Count 0x0032 100 100 000 Old_age Always - 0
11 Calibration_Retry_Count 0x0032 100 100 000 Old_age Always - 0
12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always - 444
192 Power-Off_Retract_Count 0x0032 200 200 000 Old_age Always - 83
193 Load_Cycle_Count 0x0032 199 199 000 Old_age Always - 5460
194 Temperature_Celsius 0x0022 108 102 000 Old_age Always - 39
196 Reallocated_Event_Count 0x0032 200 200 000 Old_age Always - 0
197 Current_Pending_Sector 0x0032 200 200 000 Old_age Always - 48
198 Offline_Uncorrectable 0x0030 200 200 000 Old_age Offline - 0
199 UDMA_CRC_Error_Count 0x0032 200 200 000 Old_age Always - 0
200 Multi_Zone_Error_Rate 0x0008 158 158 000 Old_age Offline - 17197
在我开始使用 gparted 之前,FAILING_NOW Raw_Read_Error_Rate 还没有这么高
是否可以在不丢失数据的情况下中止分区更改?由于存在所有这些读取错误,我不确定它实际上是在移动内容,而不仅仅是擦除内容。
无论如何,它正在更改 /dev/sda2 和 /dev/sda3,但尚未触及 /dev/sda3。因此,中止它的安全时间是它完成 /dev/sda2 后。
我可以从 /dev/ 目录中删除 /dev/sda3 链接吗?如果 gparted 再也找不到 /dev/sda3,它就无法处理它