From: crio on
everytime i turn on my comp..i get a message saying the volume is dirty
something about NTFS and chkdsk...how do i stop this thing from coming up all
the time???im using windows xp MCE
From: Galen on
In news:FE7A3633-E4E3-4245-BC98-CF6A40034FE9(a)microsoft.com,
crio <crio(a)discussions.microsoft.com> had this to say:

My reply is at the bottom of your sent message:

> everytime i turn on my comp..i get a message saying the volume is
> dirty something about NTFS and chkdsk...how do i stop this thing from
> coming up all the time???im using windows xp MCE

Try this:

Start button
Run
Type "cmd" without the quotes
Press Enter
In the next window type "chkntfs /d" note the space and don't use the quotes
Press Enter

Galen
--

"You know that a conjurer gets no credit when once he has explained his
trick; and if I show you too much of my method of working, you will
come to the conclusion that I am a very ordinary individual after all."

Sherlock Holmes


From: Dave Patrick on
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.

When Autochk runs against a volume at boot time it records its output to a
file called Bootex.log in the root of the volume being checked. The Winlogon
service then moves the contents of each Bootex.log file to the Application
Event log. One event log message for each volume checked is recorded. So
check the application event log for details.

You can also run
chkdsk /r
from the recovery console command line. (/r implies /f and /p)

To start the Recovery Console, start the computer from the Windows XP
CD-Rom. At the "Welcome to Setup" screen. Press F10 or R to repair a Windows
XP installation, and then press C to use the Recovery Console. The Recovery
Console then prompts you for the administrator password. If you do not have
the correct password, Recovery Console does not allow access to the
computer. If an incorrect password is entered three times, the Recovery
Console quits and restarts the computer. Note If the registry is corrupted
or missing or no valid installations are found, the Recovery Console starts
in the root of the startup volume without requiring a password. You cannot
access any folders, but you can carry out commands such as chkdsk, fixboot,
and fixmbr for limited disk repairs. Once the password has been validated,
you have full access to the Recovery Console, but limited access to the hard
disk. You can only access the following folders on your computer: drive
root, %systemroot% or %windir%


--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

"crio" wrote:
| everytime i turn on my comp..i get a message saying the volume is dirty
| something about NTFS and chkdsk...how do i stop this thing from coming up
all
| the time???im using windows xp MCE