NTFS分区崩溃chkdsk

不幸的是我在一台机器上有几个硬复位,似乎已经损坏了NTFS分区。 O / S是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). 

任何build议,而不是从备份重新格式化/还原来修复分区?

您需要先检查SMART。

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

WMIC

diskdrive获取状态

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

如果硬盘健康状况不好,您需要更改它。 如果硬盘运行正常,您可以尝试使用修复

chkdsk / f D:chkdsk / r D: