NTFS 分区崩溃 chkdsk

Cod*_*ien 6 windows 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).
Run Code Online (Sandbox Code Playgroud)

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

小智 1

您需要先检查 SMART。

在命令提示符窗口中,键入以下命令,并在每个命令后按 Enter:

沃米克

磁盘驱动器获取状态

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

如果硬盘运行状况不佳,您需要更换它。如果硬盘健康状况良好,您可以尝试使用以下方法修复

chkdsk /f D:chkdsk /r D: