CHKDSK 发生未指定的错误 (766f6c756d652e63 470)

rcs*_*rcs 6 bad-sectors chkdsk lenovo-laptop

我的联想笔记本电脑有问题,有时它可以启动到 Windows,而且大多数情况下它只是挂在联想徽标上。我尝试从 USB 启动并做了一个chkdsk /b /v /f /scan c:,结果如下: 在此处输入图片说明

驱动器上似乎有一些坏扇区。

我尝试使用 OneKey Recovery 进行系统还原,有时它可以工作,有时甚至不加载恢复屏幕,导致我无法还原 Windows。当我能够恢复时,安装 Windows 后,它就会挂在那里。

  1. 这个未指明的错误是什么意思?
  2. 除了更换硬盘之外,我还能做些什么吗?
  3. 除了硬盘还有其他问题吗?

小智 2

我也遇到过类似的问题。我的是:

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.