Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > C HKDSK FREUENCY

Reply
Thread Tools Display Modes

C HKDSK FREUENCY

 
 
Mac
Guest
Posts: n/a

 
      06-19-2007
Not normal. 0% is normal, unless you have manually scheduled a CHKDSK.

"BIG BOY" <> wrote in message
news:...
> On my Vista computer on restart and or reboot, CHKDSK goes on 50% of the
> time.
> What is the normal ratio, if any ?
> Is excess frequency a sign of trouble ?


 
Reply With Quote
 
 
 
 
Rock
Guest
Posts: n/a

 
      06-19-2007
"BIG BOY" wrote
> On my Vista computer on restart and or reboot, CHKDSK goes on 50% of the
> time.
> What is the normal ratio, if any ?
> Is excess frequency a sign of trouble ?


It should not run on startup unless the drive is flagged as dirty, and
that's not normal. I have not had it run once on this installation since it
was first installed last November.

To check whether the dirty bit is set, from inside Vista open an elevated
command prompt. Go to Start, type in cmd, right click on it at the top
left, choose Run as Administrator. Then give the command:
chkntfs c: (subsitite for C: whatever the letter for whatever volume you
want to check).

If it's clean it will come back with a reply, "C: is not dirty".

I suggest you download a drive diagnostic utility from the hard drive
manufacturer's web site. That will create a bootable floppy or CD. Boot
from that to check the health of the drive. If that checks out, then look
for other causes.

--
Rock [MS-MVP User/Shell]

 
Reply With Quote
 
Chad Harris
Guest
Posts: n/a

 
      06-19-2007
It shouldn't run on start unless you have set it up to run and usually
that's once although you could set it up every time.

This is an explanation of how chkntfs works:
http://support.microsoft.com/kb/160963/EN-US/

I would run a chkdsk /R when you run it (it can be lower case).

There is a conflict with people who have a certain HP 5100C Scanner,
http://support.microsoft.com/kb/316506/en-us

and there is also this KB
http://support.microsoft.com/kb/831426/en-us

CH

"BIG BOY" <> wrote in message
news:...
> On my Vista computer on restart and or reboot, CHKDSK goes on 50% of the
> time.
> What is the normal ratio, if any ?
> Is excess frequency a sign of trouble ?


 
Reply With Quote
 
Chad Harris
Guest
Posts: n/a

 
      06-19-2007
Also BB--

From John Savill:

John Savill / January 9, 2000
Q. How can I stop chkdsk at boot time from checking volume x?

A. When NT boots it performs a check on all volumes to see if the dirty bit
is set, and if it is a full chkdsk /f is run. To stop NT performing this
dirty bit check you can exclude certain drives. The reason you may want to
do this is for some type of removable drive, e.g. Iomega drives:

Run the Registry Editor (Regedt32.exe). You must use Regedt32.exe and not
Regedit.exe
Goto HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Session Manager
Change the BootExecute value from:
autocheck autochk *
to:
autocheck autochk /k:x *
Where x is the drive letter, e.g. if you wanted to stop the check on drive
f: you would type autocheck autochk /k:f *. To stop the check on multiple
volumes just enter the drive names one after another, e.g. to stop the check
on e: and g: autocheck autochk /k:eg *, you do not retype the /k each time.

If you are using NT 4.0 with Service Pack 2 or above, you can also use the
CHKNTFS.EXE command which is also used to exclude drives from the check and
updates the registry for you. The usage to disable a drive is

chkntfs /x &lt;drive letter&gt;:
e.g. chkntfs /x f: would exclude the check of drive f:

To set the system back to checking all drives just type

chkntfs /d


CH
"BIG BOY" <> wrote in message
news:...
> On my Vista computer on restart and or reboot, CHKDSK goes on 50% of the
> time.
> What is the normal ratio, if any ?
> Is excess frequency a sign of trouble ?


 
Reply With Quote
 
BIG BOY
Guest
Posts: n/a

 
      06-20-2007
On my Vista computer on restart and or reboot, CHKDSK goes on 50% of the
time.
What is the normal ratio, if any ?
Is excess frequency a sign of trouble ?

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off




1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59