I scheduled a 'chkdsk /f /r c:' for my C drive under Windows 8.1. When I next booted the check disk started running, reached 13%, then never got beyond that point. I can leave it running for hours and the screen shows 13% completion and the check disk never completes. This has the effect of hanging the Windows 8.1 boot also. How can I solve this problem ?
📎 AI Summary:
The thread discusses a problem where a scheduled 'chkdsk /f /r c:' on a Windows 8.1 system gets stuck at 13% during startup, preventing Windows from booting properly. The original poster is seeking solutions, but a responder advises cancelling the check disk via keyboard during countdown and suggests running 'sfc /scannow' afterwards; however, the poster clarifies the check runs automatically without a prompt. Another contributor advises against using the combined switches '/f /r' and recommends specifying only one, also emphasizing the importance of knowing the hard drive type for diagnostics. Overall, the discussion centers on troubleshooting a stuck chkdsk process with helpful suggestions and clarifications.
The thread discusses a problem where a scheduled 'chkdsk /f /r c:' on a Windows 8.1 system gets stuck at 13% during startup, preventing Windows from booting properly. The original poster is seeking solutions, but a responder advises cancelling the check disk via keyboard during countdown and suggests running 'sfc /scannow' afterwards; however, the poster clarifies the check runs automatically without a prompt. Another contributor advises against using the combined switches '/f /r' and recommends specifying only one, also emphasizing the importance of knowing the hard drive type for diagnostics. Overall, the discussion centers on troubleshooting a stuck chkdsk process with helpful suggestions and clarifications.
Solution
Do not use the command 'chkdsk /f /r c:' .
Use either chkdsk /f c: or chkdsk /r c: Don't combine both those switches together.
On modern disk drives, chkdsk /r c: implies the "/f" switch anyway, so it's an uneccessary duplication. Check out this link to explain the switches:
Command Line Check Disk Options, Switches, Parameters
It would also be helpful to know the Make/Model of the hard drive you are attempting to run this command on. And whether it's a HDD, SSHD, or SSD drive type. Once you know that information you can run further manufacturer drive diagnostics by visiting this link:
Link Removed
When asking for help with this particular command which...
Use either chkdsk /f c: or chkdsk /r c: Don't combine both those switches together.
On modern disk drives, chkdsk /r c: implies the "/f" switch anyway, so it's an uneccessary duplication. Check out this link to explain the switches:Command Line Check Disk Options, Switches, Parameters
It would also be helpful to know the Make/Model of the hard drive you are attempting to run this command on. And whether it's a HDD, SSHD, or SSD drive type. Once you know that information you can run further manufacturer drive diagnostics by visiting this link:
Link Removed
When asking for help with this particular command which...
Member details
- Joined
- Jul 4, 2015
- Messages
- 8,995
Reboot, and when the chkdsk is counting down to begin press any key to cancel it. Boot into Windows and from an elevated command prompt run sfc /scannow. Hopefully that will resolve some of the issues and then try running a chkdsk again.
Member details
- Joined
- Jan 28, 2013
- Messages
- 2,423
Do not use the command 'chkdsk /f /r c:' .
Use either chkdsk /f c: or chkdsk /r c: Don't combine both those switches together.
On modern disk drives, chkdsk /r c: implies the "/f" switch anyway, so it's an uneccessary duplication. Check out this link to explain the switches:
Command Line Check Disk Options, Switches, Parameters
It would also be helpful to know the Make/Model of the hard drive you are attempting to run this command on. And whether it's a HDD, SSHD, or SSD drive type. Once you know that information you can run further manufacturer drive diagnostics by visiting this link:
Link Removed
When asking for help with this particular command which relates to hard drive repair, it's really helpful for us to know which type of hard drive you are attempting to fix.
Thanks and good luck!
<<<BIGBEARJEDI>>>
Use either chkdsk /f c: or chkdsk /r c: Don't combine both those switches together.
On modern disk drives, chkdsk /r c: implies the "/f" switch anyway, so it's an uneccessary duplication. Check out this link to explain the switches:Command Line Check Disk Options, Switches, Parameters
It would also be helpful to know the Make/Model of the hard drive you are attempting to run this command on. And whether it's a HDD, SSHD, or SSD drive type. Once you know that information you can run further manufacturer drive diagnostics by visiting this link:
Link Removed
When asking for help with this particular command which relates to hard drive repair, it's really helpful for us to know which type of hard drive you are attempting to fix.
Thanks and good luck!

<<<BIGBEARJEDI>>>
