Technology Questions

Go Back   Technology Questions > Software Questions > Operating System Questions > Windows XP

Windows XP Discuss the Microsoft Windows XP Operating System

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 01-04-2007, 07:11 AM
Vijay
Newsgroup Contributor
 
Posts: n/a
Chkdsk Runs Each Time i Start my Computer

Chkdsk Runs Each Time i Start my Computer, I have 2 hard disk 40 gb and
200gb. Every time i start Computer it automatically runs chkdsk even if the
computer is properly shut down.It only runs chkdsk on 40 gb disk and all the
data in it or accessible so it does'nt sound like it's corrupt
It's a WINXP-SP2 with all the latest updates, any guesses ?

Vijay
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 01-04-2007, 07:11 AM
  #2 (permalink)  
Old 01-04-2007, 07:11 AM
Vijay
Newsgroup Contributor
 
Posts: n/a
Re: Chkdsk Runs Each Time i Start my Computer

k just now went through newsgroup and tried chkntfs I: it gave "I: is dirty
"
what's happened, total capacity is 37.2 GB and Used Space 20.9 gigs and 16.2
gigs.

--
Vijay



"Vijay" <Vijay@discussions.microsoft.com> wrote in message
news:BAE91AF6-2891-4FCF-95FC-81E4C5E53C60@microsoft.com...
> Chkdsk Runs Each Time i Start my Computer, I have 2 hard disk 40 gb and
> 200gb. Every time i start Computer it automatically runs chkdsk even if
> the
> computer is properly shut down.It only runs chkdsk on 40 gb disk and all
> the
> data in it or accessible so it does'nt sound like it's corrupt
> It's a WINXP-SP2 with all the latest updates, any guesses ?
>
> Vijay


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3 (permalink)  
Old 01-04-2007, 07:11 AM
Touch Base
Newsgroup Contributor
 
Posts: n/a
Re: Chkdsk Runs Each Time i Start my Computer


"Vijay" <Vijay@discussions.microsoft.com> wrote in message
news:BAE91AF6-2891-4FCF-95FC-81E4C5E53C60@microsoft.com...
| Chkdsk Runs Each Time i Start my Computer, I have 2 hard disk 40 gb and
| 200gb. Every time i start Computer it automatically runs chkdsk even if
the
| computer is properly shut down.It only runs chkdsk on 40 gb disk and all
the
| data in it or accessible so it does'nt sound like it's corrupt
| It's a WINXP-SP2 with all the latest updates, any guesses ?
|
| Vijay

================================================== ============

Archived data:

Check Disk runs on every boot.

Open a command prompt...
Start | Run | Type: cmd | Click OK |
Type or paste the following line:

chkntfs /d

Hit the Enter key.

Chkntfs displays or modifies the checking of disk at boot time.

The /d switch restores the machine to the default behavior; all drives are
checked at boot time and chkdsk is run on those that are dirty.

Autochk.exe is a version of Chkdsk that runs only before Windows XP
starts. Autochk runs in the following situations:

Autochk runs if you try to run Chkdsk on the boot volume.
Autochk runs if Chkdsk cannot gain exclusive use of the volume.
Autochk runs if the volume is flagged as dirty.

This can happen if the drive's dirty bit is set.
When a drive's dirty bit is set, autochk automatically
checks the volume for errors the next time the computer is restarted.

This will report whether the dirty bit is set.

Start | Run | Type: cmd | Click OK |
Type or paste the following line:

fsutil dirty query C:

Hit the Enter key.

Volume C: is not dirty
Volume C: is dirty

[[If a volume's dirty bit is set, this indicates that the file system may be
in an inconsistent state. The dirty bit can be set because the volume is
online and has outstanding changes, because changes were made to the volume
and the computer shutdown before the changes were committed to disk, or
because corruption was detected on the volume. If the dirty bit is set when
the computer restarts, chkdsk runs to verify the consistency of the volume.

Every time Windows XP starts, Autochk.exe is called by the Kernel to scan
all volumes to check if the volume dirty bit is set. If the dirty bit is
set, autochk performs an immediate chkdsk /f on that volume. Chkdsk /f
verifies file system integrity and attempts to fix any problems with the
volume.]]
-----

This will also report whether the dirty bit is set.

Start | Run | Type: cmd | Click OK |
Type or paste the following line:

chkntfs c:

Hit the Enter key.

C: is not dirty.
-----

If this is not the problem.....

Go here:
http://www.kellys-korner-xp.com/xp_tweaks.htm

Read the instructions at the top of the page.
Scroll down to:
82. Disable or Enable Check Disk Upon Boot
Click on Disable.
-----

Additional information...
Chkdsk.exe or Autochk.exe starts when you try to shut down or restart your
computer
http://support.microsoft.com/kb/831426

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

================================================== ===========

--
Touch Base
Post back here on the result- good or bad



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #4 (permalink)  
Old 01-04-2007, 07:11 AM
Vijay
Newsgroup Contributor
 
Posts: n/a
Re: Chkdsk Runs Each Time i Start my Computer

hey thanks,

chkntfs /f I: once and chkntfs /c I: restarted Computer and it worked
thanks again.

--
Vijay



"Touch Base" <bobthehelper_******.com> wrote in message
news:uQIsg5zLHHA.2232@TK2MSFTNGP02.phx.gbl...
>
> "Vijay" <Vijay@discussions.microsoft.com> wrote in message
> news:BAE91AF6-2891-4FCF-95FC-81E4C5E53C60@microsoft.com...
> | Chkdsk Runs Each Time i Start my Computer, I have 2 hard disk 40 gb and
> | 200gb. Every time i start Computer it automatically runs chkdsk even if
> the
> | computer is properly shut down.It only runs chkdsk on 40 gb disk and all
> the
> | data in it or accessible so it does'nt sound like it's corrupt
> | It's a WINXP-SP2 with all the latest updates, any guesses ?
> |
> | Vijay
>
> ================================================== ============
>
> Archived data:
>
> Check Disk runs on every boot.
>
> Open a command prompt...
> Start | Run | Type: cmd | Click OK |
> Type or paste the following line:
>
> chkntfs /d
>
> Hit the Enter key.
>
> Chkntfs displays or modifies the checking of disk at boot time.
>
> The /d switch restores the machine to the default behavior; all drives are
> checked at boot time and chkdsk is run on those that are dirty.
>
> Autochk.exe is a version of Chkdsk that runs only before Windows XP
> starts. Autochk runs in the following situations:
>
> Autochk runs if you try to run Chkdsk on the boot volume.
> Autochk runs if Chkdsk cannot gain exclusive use of the volume.
> Autochk runs if the volume is flagged as dirty.
>
> This can happen if the drive's dirty bit is set.
> When a drive's dirty bit is set, autochk automatically
> checks the volume for errors the next time the computer is restarted.
>
> This will report whether the dirty bit is set.
>
> Start | Run | Type: cmd | Click OK |
> Type or paste the following line:
>
> fsutil dirty query C:
>
> Hit the Enter key.
>
> Volume C: is not dirty
> Volume C: is dirty
>
> [[If a volume's dirty bit is set, this indicates that the file system may
> be
> in an inconsistent state. The dirty bit can be set because the volume is
> online and has outstanding changes, because changes were made to the
> volume
> and the computer shutdown before the changes were committed to disk, or
> because corruption was detected on the volume. If the dirty bit is set
> when
> the computer restarts, chkdsk runs to verify the consistency of the
> volume.
>
> Every time Windows XP starts, Autochk.exe is called by the Kernel to scan
> all volumes to check if the volume dirty bit is set. If the dirty bit is
> set, autochk performs an immediate chkdsk /f on that volume. Chkdsk /f
> verifies file system integrity and attempts to fix any problems with the
> volume.]]
> -----
>
> This will also report whether the dirty bit is set.
>
> Start | Run | Type: cmd | Click OK |
> Type or paste the following line:
>
> chkntfs c:
>
> Hit the Enter key.
>
> C: is not dirty.
> -----
>
> If this is not the problem.....
>
> Go here:
> http://www.kellys-korner-xp.com/xp_tweaks.htm
>
> Read the instructions at the top of the page.
> Scroll down to:
> 82. Disable or Enable Check Disk Upon Boot
> Click on Disable.
> -----
>
> Additional information...
> Chkdsk.exe or Autochk.exe starts when you try to shut down or restart your
> computer
> http://support.microsoft.com/kb/831426
>
> --
> Hope this helps. Let us know.
>
> Wes
> MS-MVP Windows Shell/User
>
> ================================================== ===========
>
> --
> Touch Base
> Post back here on the result- good or bad
>
>
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #5 (permalink)  
Old 01-04-2007, 07:11 AM
Vijay
Newsgroup Contributor
 
Posts: n/a
Re: Chkdsk Runs Each Time i Start my Computer

hey thanks,

chkntfs /f I: once and chkntfs /c I: restarted Computer and it worked
thanks again.

--
Vijay



"Touch Base" <bobthehelper_******.com> wrote in message
news:uQIsg5zLHHA.2232@TK2MSFTNGP02.phx.gbl...
>
> "Vijay" <Vijay@discussions.microsoft.com> wrote in message
> news:BAE91AF6-2891-4FCF-95FC-81E4C5E53C60@microsoft.com...
> | Chkdsk Runs Each Time i Start my Computer, I have 2 hard disk 40 gb and
> | 200gb. Every time i start Computer it automatically runs chkdsk even if
> the
> | computer is properly shut down.It only runs chkdsk on 40 gb disk and all
> the
> | data in it or accessible so it does'nt sound like it's corrupt
> | It's a WINXP-SP2 with all the latest updates, any guesses ?
> |
> | Vijay
>
> ================================================== ============
>
> Archived data:
>
> Check Disk runs on every boot.
>
> Open a command prompt...
> Start | Run | Type: cmd | Click OK |
> Type or paste the following line:
>
> chkntfs /d
>
> Hit the Enter key.
>
> Chkntfs displays or modifies the checking of disk at boot time.
>
> The /d switch restores the machine to the default behavior; all drives are
> checked at boot time and chkdsk is run on those that are dirty.
>
> Autochk.exe is a version of Chkdsk that runs only before Windows XP
> starts. Autochk runs in the following situations:
>
> Autochk runs if you try to run Chkdsk on the boot volume.
> Autochk runs if Chkdsk cannot gain exclusive use of the volume.
> Autochk runs if the volume is flagged as dirty.
>
> This can happen if the drive's dirty bit is set.
> When a drive's dirty bit is set, autochk automatically
> checks the volume for errors the next time the computer is restarted.
>
> This will report whether the dirty bit is set.
>
> Start | Run | Type: cmd | Click OK |
> Type or paste the following line:
>
> fsutil dirty query C:
>
> Hit the Enter key.
>
> Volume C: is not dirty
> Volume C: is dirty
>
> [[If a volume's dirty bit is set, this indicates that the file system may
> be
> in an inconsistent state. The dirty bit can be set because the volume is
> online and has outstanding changes, because changes were made to the
> volume
> and the computer shutdown before the changes were committed to disk, or
> because corruption was detected on the volume. If the dirty bit is set
> when
> the computer restarts, chkdsk runs to verify the consistency of the
> volume.
>
> Every time Windows XP starts, Autochk.exe is called by the Kernel to scan
> all volumes to check if the volume dirty bit is set. If the dirty bit is
> set, autochk performs an immediate chkdsk /f on that volume. Chkdsk /f
> verifies file system integrity and attempts to fix any problems with the
> volume.]]
> -----
>
> This will also report whether the dirty bit is set.
>
> Start | Run | Type: cmd | Click OK |
> Type or paste the following line:
>
> chkntfs c:
>
> Hit the Enter key.
>
> C: is not dirty.
> -----
>
> If this is not the problem.....
>
> Go here:
> http://www.kellys-korner-xp.com/xp_tweaks.htm
>
> Read the instructions at the top of the page.
> Scroll down to:
> 82. Disable or Enable Check Disk Upon Boot
> Click on Disable.
> -----
>
> Additional information...
> Chkdsk.exe or Autochk.exe starts when you try to shut down or restart your
> computer
> http://support.microsoft.com/kb/831426
>
> --
> Hope this helps. Let us know.
>
> Wes
> MS-MVP Windows Shell/User
>
> ================================================== ===========
>
> --
> Touch Base
> Post back here on the result- good or bad
>
>
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #6 (permalink)  
Old 01-04-2007, 07:11 AM
Vijay
Newsgroup Contributor
 
Posts: n/a
Re: Chkdsk Runs Each Time i Start my Computer

hey thanks,

chkntfs /f I: once and chkntfs /c I: restarted Computer and it worked
thanks again.

--
Vijay



"Touch Base" <bobthehelper_******.com> wrote in message
news:uQIsg5zLHHA.2232@TK2MSFTNGP02.phx.gbl...
>
> "Vijay" <Vijay@discussions.microsoft.com> wrote in message
> news:BAE91AF6-2891-4FCF-95FC-81E4C5E53C60@microsoft.com...
> | Chkdsk Runs Each Time i Start my Computer, I have 2 hard disk 40 gb and
> | 200gb. Every time i start Computer it automatically runs chkdsk even if
> the
> | computer is properly shut down.It only runs chkdsk on 40 gb disk and all
> the
> | data in it or accessible so it does'nt sound like it's corrupt
> | It's a WINXP-SP2 with all the latest updates, any guesses ?
> |
> | Vijay
>
> ================================================== ============
>
> Archived data:
>
> Check Disk runs on every boot.
>
> Open a command prompt...
> Start | Run | Type: cmd | Click OK |
> Type or paste the following line:
>
> chkntfs /d
>
> Hit the Enter key.
>
> Chkntfs displays or modifies the checking of disk at boot time.
>
> The /d switch restores the machine to the default behavior; all drives are
> checked at boot time and chkdsk is run on those that are dirty.
>
> Autochk.exe is a version of Chkdsk that runs only before Windows XP
> starts. Autochk runs in the following situations:
>
> Autochk runs if you try to run Chkdsk on the boot volume.
> Autochk runs if Chkdsk cannot gain exclusive use of the volume.
> Autochk runs if the volume is flagged as dirty.
>
> This can happen if the drive's dirty bit is set.
> When a drive's dirty bit is set, autochk automatically
> checks the volume for errors the next time the computer is restarted.
>
> This will report whether the dirty bit is set.
>
> Start | Run | Type: cmd | Click OK |
> Type or paste the following line:
>
> fsutil dirty query C:
>
> Hit the Enter key.
>
> Volume C: is not dirty
> Volume C: is dirty
>
> [[If a volume's dirty bit is set, this indicates that the file system may
> be
> in an inconsistent state. The dirty bit can be set because the volume is
> online and has outstanding changes, because changes were made to the
> volume
> and the computer shutdown before the changes were committed to disk, or
> because corruption was detected on the volume. If the dirty bit is set
> when
> the computer restarts, chkdsk runs to verify the consistency of the
> volume.
>
> Every time Windows XP starts, Autochk.exe is called by the Kernel to scan
> all volumes to check if the volume dirty bit is set. If the dirty bit is
> set, autochk performs an immediate chkdsk /f on that volume. Chkdsk /f
> verifies file system integrity and attempts to fix any problems with the
> volume.]]
> -----
>
> This will also report whether the dirty bit is set.
>
> Start | Run | Type: cmd | Click OK |
> Type or paste the following line:
>
> chkntfs c:
>
> Hit the Enter key.
>
> C: is not dirty.
> -----
>
> If this is not the problem.....
>
> Go here:
> http://www.kellys-korner-xp.com/xp_tweaks.htm
>
> Read the instructions at the top of the page.
> Scroll down to:
> 82. Disable or Enable Check Disk Upon Boot
> Click on Disable.
> -----
>
> Additional information...
> Chkdsk.exe or Autochk.exe starts when you try to shut down or restart your
> computer
> http://support.microsoft.com/kb/831426
>
> --
> Hope this helps. Let us know.
>
> Wes
> MS-MVP Windows Shell/User
>
> ================================================== ===========
>
> --
> Touch Base
> Post back here on the result- good or bad
>
>
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #7 (permalink)  
Old 01-04-2007, 07:11 AM
Detlev Dreyer
Newsgroup Contributor
 
Posts: n/a
Re: Chkdsk Runs Each Time i Start my Computer

"Vijay" <Vijay@discussions.microsoft.com> wrote:

> Chkdsk Runs Each Time i Start my Computer, I have 2 hard disk 40 gb
> and 200gb. Every time i start Computer it automatically runs chkdsk
> even if the computer is properly shut down.It only runs chkdsk on 40 gb
> disk and all the data in it or accessible so it does'nt sound like it's
> corrupt It's a WINXP-SP2 with all the latest updates, any guesses ?


See if this article applies:

"Chkdsk Runs Each Time That You Start Your Computer"
http://support.microsoft.com/kb/316506

--
d-d
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #8 (permalink)  
Old 01-04-2007, 07:11 AM
Eric
Newsgroup Contributor
 
Posts: n/a
Re: Chkdsk Runs Each Time i Start my Computer

Does chkdsk finish properly?
If you run some kind of antivirus software on startup, chances are chkdsk
won't finish properly.
At least let it run until it restarts itself once.
You probably want to boot into safe mode and run it, then it will surely go
away.

"Vijay" <Vijay@discussions.microsoft.com> wrote in message
news:BAE91AF6-2891-4FCF-95FC-81E4C5E53C60@microsoft.com...
> Chkdsk Runs Each Time i Start my Computer, I have 2 hard disk 40 gb and
> 200gb. Every time i start Computer it automatically runs chkdsk even if
> the
> computer is properly shut down.It only runs chkdsk on 40 gb disk and all
> the
> data in it or accessible so it does'nt sound like it's corrupt
> It's a WINXP-SP2 with all the latest updates, any guesses ?
>
> Vijay



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #9 (permalink)  
Old 01-04-2007, 07:15 AM
Touch Base
Newsgroup Contributor
 
Posts: n/a
Re: Chkdsk Runs Each Time i Start my Computer


"Vijay" <Vijay@discussions.microsoft.com> wrote in message
news:BAE91AF6-2891-4FCF-95FC-81E4C5E53C60@microsoft.com...
| Chkdsk Runs Each Time i Start my Computer, I have 2 hard disk 40 gb and
| 200gb. Every time i start Computer it automatically runs chkdsk even if
the
| computer is properly shut down.It only runs chkdsk on 40 gb disk and all
the
| data in it or accessible so it does'nt sound like it's corrupt
| It's a WINXP-SP2 with all the latest updates, any guesses ?
|
| Vijay

Glad you got a result

--
Touch Base


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools

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 On


Similar Threads
Thread Thread Starter Forum Replies Last Post
chkdsk never runs brsfan Windows Vista 3 01-28-2008 08:40 PM
CHKDSK runs at startup John c Windows XP 2 10-12-2007 03:30 PM
Chkdsk runs twice? void.no.spam.com@gmail.com Windows XP 4 10-05-2007 11:20 PM
Windowsi Installer Runs Every Time I Start Program The Other Doug Microsoft Office 6 09-28-2007 05:30 PM
CHKDSK runs and (terminates abnormally) every time I start Vista. Hebbe Windows Vista 11 08-01-2007 02:30 PM


New To Technology Questions? Do You Need Help with Your Computer or Device? Do You Need Help with this site?

All times are GMT -8. The time now is 09:47 AM.


2003 - 2009 All Rights Reserved. Technology Questions

Search Engine Friendly URLs by vBSEO 3.3.0