-f Force checking even if the file system seems clean.
-c This option causes e2fsck to use badblocks(8) program to do
a read-only scan of the device in order to find any bad blocks.
If any bad blocks are found, they are added to the bad block
inode to prevent them from being allocated to a file or direc‐
tory. If this option is specified twice, then the bad block scan
will be done using a non-destructive read-write test.
-k When combined with the -c option, any existing bad blocks in the
bad blocks list are preserved, and any new bad blocks found by
running badblocks(8) will be added to the existing bad blocks
list.
-y Assume an answer of `yes' to all questions; allows e2fsck to be
used non-interactively. This option may not be specified at the
same time as the -n or -p options.
、
Disks
和屏幕截图看起来不太有希望fdisk
...gparted
fsck
首先检查您的文件系统。
terminal
按Ctrl+ Alt+打开一个窗口Tsudo fdisk -l
sudo fsck -f /dev/sdXX
,替换sdXX
为您之前找到的数字fsck
如果有错误,请重复该命令reboot
坏块
注意:不要中止坏块扫描!
注意:请勿对 SSD 进行坏块
注意:首先备份您的重要文件!
注意:这将需要几个小时
注意:您可能有待处理的 HDD 故障
以“试用 Ubuntu”模式启动到 Ubuntu Live DVD/USB。
在
terminal
...sudo fdisk -l
# 识别所有“Linux 文件系统”分区sudo e2fsck -fcky /dev/sdXX
# 只读测试或者sudo e2fsck -fccky /dev/sdXX
# 无损读/写测试(推荐)-k 很重要,因为它保存了以前的坏块表,并将任何新的坏块添加到该表中。如果没有 -k,您将丢失所有先前的坏块信息。
-fccky 参数...
更新#1:
硬盘有缺陷。代替它。它可能仍在保修期内。与希捷核实。
结论:硬盘损坏(无用且无法修复)。因此,如果有人遇到类似问题,请检查评论中提到的任何解决方案是否适合您或在论坛上提出新问题。