答案1
我也遇到过类似的问题。我的是:
CHKDSK is verifying files (stage 1 of 3)... 394752 file records processed. File verification completed. 12 large file records processed. 0 bad file records processed. 0 EA records processed. 0 reparse records processed. CHKDSK is verifying indexes (stage 2 of 3)... 67 percent complete. (430369 of 498700 index entries processed) An unspecified error occurred (696e647863686b2e e19).
我谷歌了整个网络,没有找到有用的信息。所以我开始手动检查驱动器。索引是 NTFS 中的目录,所以我开始检查它们的内容。我发现旧备份中包含名称中包含俄语字符的文件。非 Unicode 应用程序(如控制台和 Altap Salamander)无法显示这些字符,而只是显示“?”。当您进入包含此类文件的目录时,Unicode 就绪应用程序(如 Total Commander)会显示警告。所以我只是运行 Windows 资源管理器,然后删除了这个包含非英文字符文件名的旧备份。
之后,chkdsk 正常运行。也许这对某些人有帮助。
CHKDSK is verifying files (stage 1 of 3)... 394752 file records processed. File verification completed. 12 large file records processed. 0 bad file records processed. 0 EA records processed. 0 reparse records processed. CHKDSK is verifying indexes (stage 2 of 3)... 496480 index entries processed. Index verification completed. 0 unindexed files scanned. 0 unindexed files recovered. CHKDSK is verifying security descriptors (stage 3 of 3)... 394752 file SDs/SIDs processed. Security descriptor verification completed. 50865 data files processed. CHKDSK is verifying Usn Journal... 541649592 USN bytes processed. Usn Journal verification completed. Windows has checked the file system and found no problems.