Para agendar chkdsk
para a próxima reinicialização, a unidade a ser verificada deve estar bloqueada, por exemplo, pela configuração da unidade atual de um prompt de comando na mesma unidade. A abertura de arquivos na unidade não é suficiente. Além disso, a opção /x
deve ser não .
C:\Windows\system32>d:
D:\>chkdsk d: /f /r
The type of the file system is NTFS.
Cannot lock current drive.
Chkdsk cannot run because the volume is in use by another
process. Chkdsk may run if this volume is dismounted first.
ALL OPENED HANDLES TO THIS VOLUME WOULD THEN BE INVALID.
Would you like to force a dismount on this volume? (Y/N) n
Chkdsk cannot run because the volume is in use by another
process. Would you like to schedule this volume to be
checked the next time the system restarts? (Y/N) y
This volume will be checked the next time the system restarts.
D:\>
Se agendar uma verificação na unidade do sistema e em outra (s) unidade (s) simultaneamente, solicite a verificação da unidade do sistema por último, para que as verificações na (s) outra (s) unidade (s) sejam executadas apenas uma vez. p>
Obrigado a @Iain e @ peter-hahndorf.