NTFS 分区导致 chkdsk 崩溃

NTFS 分区导致 chkdsk 崩溃

不幸的是,我在一台机器上进行了几次硬重置,似乎损坏了 NTFS 分区。操作系统是 Windows 2012R2。

C:\Users\Administrator>chkdsk d:
The type of the file system is NTFS.
Volume label is XXXXXXX.

WARNING!  F parameter not specified.
Running CHKDSK in read-only mode.

Stage 1: Examining basic file system structure ...
  18085632 file records processed.
File verification completed.
  5195 large file records processed.
  0 bad file records processed.

Stage 2: Examining file name linkage ...
  18240430 index entries processed.
Index verification completed.
CHKDSK is scanning unindexed files for reconnect to their original directory.
  1 unindexed files scanned.
An unspecified error occurred (6672732e637878 56f).

除了重新格式化/从备份恢复来修复分区之外还有其他建议吗?

答案1

您需要先检查 SMART。

在命令提示符窗口中,键入以下命令,每输入一条命令后按 Enter:

西米克

磁盘驱动器获取状态

或者您可以使用 CrystalDiskInfo http://crystalmark.info/download/index-e.html

如果硬盘健康状况不正常,则需要更换硬盘。如果硬盘健康状况正常,您可以尝试使用以下方法进行修复

chkdsk /f D:chkdsk /r D:

相关内容