我正在尝试在旧的 Win Server 2008 上运行自定义备份,我想替换 C:\ 硬盘。我运行备份并选择“不同选项”,然后选择“自定义”,然后选择“裸机”,它会自动选择:
Bare Metal Recovery
System State
System Reserved
Local Disk C:
我有一个第二个驱动器,一旦我在那里获得了新的 C:\ 驱动器,我就会重新连接它。备份运行,但最终在项目列表中出现两个错误:
System Reserved Completed.
C: Backup completed with warnings.
Bare metal recovery Backup failed to complete.
System state Completed.
在错误选项卡中显示:
4096 bytes could not be read due to the presence of bad clusters on your hard disk, and so have not been backed up. Run CHKDSK /R on the hard disk, and then retry the backup.
运行的最佳或推荐方法是什么CHKDSK /R
?只需打开 CMD 并运行命令,然后在下次重启时进行扫描?我不能丢失驱动器,直到我获得一个像样的备份...我有 C:\ 内容,但它也是我办公室的备份 DC。
答案1
Whats the best or recommended way to run the CHKDSK /R ? Just open CMD and run the command and have it scan on the next reboot?
是的。