Why Does My New PC Keep Scanning and Repairing Drive C?

0
5
Asked By TechieTommy42 On

I recently built a new PC less than two months ago, and I'm concerned because it keeps performing a scan and repair on Drive C every time I boot up. I've run CHKDSK with the /f and /r options, but I'm still seeing the issue. The PC itself seems to run fine, but I want to make sure there isn't any underlying damage. I've also tried DISM and SFC scannow, but they didn't resolve anything. Here's some output I got from running CHKDSK: It indicates that the file system is NTFS and mentions some corruption. Can anyone help clarify what might be going on?

3 Answers

Answered By FixItFrankie89 On

It sounds like there might be some corrupted files that your system can't fix because CHKDSK needs to be run in admin mode. Make sure to right-click on Command Prompt and select 'Run as Administrator' before typing your CHKDSK command. That should allow it to make the necessary repairs, as it's currently trying and failing in read-only mode.

Answered By HDguru77 On

Try using the command `CHKDSK C: /F /V /X` and remember to reboot afterward. The `/X` option helps unmount the drive if it's in use, which is likely what's causing you to see that message about the drive being locked. Just be careful with the instructions as sometimes entering them incorrectly can lead to these issues persisting.

Answered By FixItFrankie89 On

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.