在Windows Server 2008 R2 C:驱动器上的chkdsk

我试图在旧的Win Server 2008上运行自定义备份,我想replaceC:\硬盘。 我运行备份,select“不同的选项”,然后“自定义”,然后我select“裸金属”,它会自动select:

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。

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?

是。