check disk consistenly
-
check disk consistenly
Hey guys ! everytime i turn on my notebook , check disk system "C" appears and always stops 'round 55% , so i have to turon off my notebook and so on ; someone knows how to stop it ..?
Best Regards
-
You should have a certain amount of time to hit a key to cancel the boot up scan but you need to let it scan your hard drive. From my computer right click on C --> Properties --> Tools --> Check Now. Check both of the options and then hit start. This could take a while. Report back if there are any errors.
-
Tkx for your answer ! Actually i do have to stop the scan just turning off the cmp. but anyway if i let it scan it will stops consistenly at 55% more or less .
I'll try your advice and i'll tell you about it .
Tkx again ,
Best Regards , lx5
-
I tryed my Friend but when cmp. restart appears the same : Cheking File System on "C"
The Type of the File System is NTFS
Files Record Segments 111432, 111433 , 111434 , 111435 are Unreadable
CHKDSK is verifying Indexes ( Stage 2 of 3 ) 55% Complted ... and always there (55% ) the program Freeze ..? Even after I did exactly what you told me .
Tkx for your care .
Best Regards .
-
Start> Run> bring up a command prompt by typing in CMD and then type fsutil dirty query c:
This queries the drive, and more than likely it will tell you that it is dirty.
Next, type CHKNTFS /X C:
The X tells Windows to NOT check that particular drive (C) on the next reboot. At this time, manually reboot your computer, it should not do a Chkdsk and take you directly to Windows.
Once Windows has fully loaded, bring up another CMD prompt and now you want to do a Chkdsk manually by typing Chkdsk /f /r c:
This should take you through 5 stages of the scan and will unset that dirty bit.
Finally, type fsutil dirty query c: and Windows will confirm that the dirty bit is not set on that drive.