back up questions

Joined
May 14, 2015
Messages
1
Reaction score
0
Everyday my computer does a disk consistency check and then repeats itself. I can boot up windows 7 simply by hitting any key.

HD is 1 year old.

Is there anything to be concerned about?
 

Core

all ball, no chain
Moderator
Joined
Feb 13, 2009
Messages
1,175
Reaction score
272
Likely not.

Assuming the drive being checked is the C volume...

Open command prompt with admin privileges and run:
fsutil dirty query c:

IF it reports that the drive is "dirty", do the following:
1. chkntfs /x c:
2. Reboot.
3. Open command prompt with admin privileges.
4. chkdsk /f /r c:
5. fsutil dirty query c:

Step #4 may take hours.

Report results.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top