
每次我啟動電腦時,XP 都會檢查我的備份分割區(NTFS)是否有錯誤,這真的很煩人,因為我的電腦已經很舊了(5 年以上),而且我不會像以前那樣保留它。
有什麼方法可以停用磁碟檢查或解決問題嗎?
答案1
從命令列嘗試此操作(我假設驅動器 C;根據需要進行調整):
chkntfs /x c:
/X Excludes a drive from the default boot-time check. Excluded
drives are not accumulated between command invocations.
使用它來查看驅動器是否需要檢查或配置為在下次啟動時檢查:
chkntfs c: