PC Review


Reply
Thread Tools Rate Thread

Disk Checking during boot up

 
 
Roy
Guest
Posts: n/a
 
      24th Sep 2009
Hello group
Occasionally in the past I experienced my PC doing some sort of disk
checking which can dramatically slow down the boot up processs
It looks like this:

One of your disk needs to be checked for the consistency
The file system is NTFS...etc
I would like to know why is this happening and is there a tweak to
prevent this from happening?
TIA
Roy
 
Reply With Quote
 
 
 
 
Pegasus [MVP]
Guest
Posts: n/a
 
      24th Sep 2009

"Roy" <(E-Mail Removed)> wrote in message
news:95bb867a-83d3-4dd3-bc37-(E-Mail Removed)...
> Hello group
> Occasionally in the past I experienced my PC doing some sort of disk
> checking which can dramatically slow down the boot up processs
> It looks like this:
>
> One of your disk needs to be checked for the consistency
> The file system is NTFS...etc
> I would like to know why is this happening and is there a tweak to
> prevent this from happening?
> TIA
> Roy


This happens almost always when you switch off your PC by pulling the plug
instead of shutting it down in an orderly fashion.


 
Reply With Quote
 
BillW50
Guest
Posts: n/a
 
      24th Sep 2009
In news:%(E-Mail Removed),
Pegasus [MVP] typed on Thu, 24 Sep 2009 22:34:24 +0200:
> "Roy" <(E-Mail Removed)> wrote in message
> news:95bb867a-83d3-4dd3-bc37-(E-Mail Removed)...
>> Hello group
>> Occasionally in the past I experienced my PC doing some sort of disk
>> checking which can dramatically slow down the boot up processs
>> It looks like this:
>>
>> One of your disk needs to be checked for the consistency
>> The file system is NTFS...etc
>> I would like to know why is this happening and is there a tweak to
>> prevent this from happening?
>> TIA
>> Roy

>
> This happens almost always when you switch off your PC by pulling the
> plug instead of shutting it down in an orderly fashion.


Yeah but sometimes it happens and there is nothing wrong. I have one
Windows 2000 machine that wants to check any flash drive in the USB port
at boot and there is nothing ever wrong with it. There is a registry
hack which to turn it off which I don't remember. But I also use HD
Sentinel that has one feature is that you can disable disk check at
boot. It does lots of other things too. And no you don't have to
register it. Only if you want to buy the extra features.

http://www.hdsentinel.com

--
Bill
Windows XP SP2 (5.1.2600)
Asus EEE PC 702G8 ~ 2GB RAM ~ 16GB-SDHC


 
Reply With Quote
 
Kelly
Guest
Posts: n/a
 
      25th Sep 2009

Ditto on the USB (Fat32) - but on XP.

--

All the Best,
Kelly (MS-MVP/DTS&XP)

Taskbar Repair Tool Plus!
http://www.kellys-korner-xp.com/taskbarplus!.htm


"BillW50" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> In news:%(E-Mail Removed),
> Pegasus [MVP] typed on Thu, 24 Sep 2009 22:34:24 +0200:
>> "Roy" <(E-Mail Removed)> wrote in message
>> news:95bb867a-83d3-4dd3-bc37-(E-Mail Removed)...
>>> Hello group
>>> Occasionally in the past I experienced my PC doing some sort of disk
>>> checking which can dramatically slow down the boot up processs
>>> It looks like this:
>>>
>>> One of your disk needs to be checked for the consistency
>>> The file system is NTFS...etc
>>> I would like to know why is this happening and is there a tweak to
>>> prevent this from happening?
>>> TIA
>>> Roy

>>
>> This happens almost always when you switch off your PC by pulling the
>> plug instead of shutting it down in an orderly fashion.

>
> Yeah but sometimes it happens and there is nothing wrong. I have one
> Windows 2000 machine that wants to check any flash drive in the USB port
> at boot and there is nothing ever wrong with it. There is a registry hack
> which to turn it off which I don't remember. But I also use HD Sentinel
> that has one feature is that you can disable disk check at boot. It does
> lots of other things too. And no you don't have to register it. Only if
> you want to buy the extra features.
>
> http://www.hdsentinel.com
>
> --
> Bill
> Windows XP SP2 (5.1.2600)
> Asus EEE PC 702G8 ~ 2GB RAM ~ 16GB-SDHC
>


 
Reply With Quote
 
Jose
Guest
Posts: n/a
 
      25th Sep 2009
On Sep 24, 4:08*pm, Roy <royba...@gmail.com> wrote:
> Hello group
> Occasionally *in the past I experienced my PC doing some sort of disk
> checking which can dramatically slow down the boot up processs
> It looks like this:
>
> One of your disk needs to be checked for the consistency
> The file system is NTFS...etc
> I would like to know why is this happening and is there a tweak to
> prevent this from happening?
> TIA
> Roy


XP will want to run chkdsk on any drive that the autocheck program
finds dirty (as far as it is concerned) when the system boots.
Normally it checks all your drives (*). Assuming NTFS...

To find out the status of the dirty bit from a command prompt, query
the dirty bit for the appropriate drive:

fsutil dirty query c:

The drive is DIRTY or it is not DIRTY.

You cannot clear the dirty bit from a command prompt, but you can tell
autocheck to exclude it from being checked if you are really, really
sure you want the dirty bit of the drive not to be checked.

Let's say you don't ever want to check your D drive.

Navigate to here:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager

Change the BootExecute value from:

autocheck autochk *

to:

autocheck autochk /k:d *

Autocheck will never check the D drive again, so chkdsk will never run
on it.


 
Reply With Quote
 
Roy
Guest
Posts: n/a
 
      25th Sep 2009
On Sep 25, 4:34*am, "Pegasus [MVP]" <n...@microsoft.com> wrote:
> "Roy" <royba...@gmail.com> wrote in message
>
> news:95bb867a-83d3-4dd3-bc37-(E-Mail Removed)...
>
> > Hello group
> > Occasionally *in the past I experienced my PC doing some sort of disk
> > checking which can dramatically slow down the boot up processs
> > It looks like this:

>
> > One of your disk needs to be checked for the consistency
> > The file system is NTFS...etc
> > I would like to know why is this happening and is there a tweak to
> > prevent this from happening?
> > TIA
> > Roy

>
> This happens almost always when you switch off your PC by pulling the plug
> instead of shutting it down in an orderly fashion.


Well I seldom do that and there are times that the pc hangs up that I
have to press button, but when it rebooted it starts normally....
 
Reply With Quote
 
Roy
Guest
Posts: n/a
 
      25th Sep 2009
On Sep 25, 4:56*am, "BillW50" <Bill...@aol.kom> wrote:
> Innews:%(E-Mail Removed),
> Pegasus [MVP] typed on Thu, 24 Sep 2009 22:34:24 +0200:
>
>
>
>
>
> > "Roy" <royba...@gmail.com> wrote in message
> >news:95bb867a-83d3-4dd3-bc37-(E-Mail Removed)....
> >> Hello group
> >> Occasionally *in the past I experienced my PC doing some sort of disk
> >> checking which can dramatically slow down the boot up processs
> >> It looks like this:

>
> >> One of your disk needs to be checked for the consistency
> >> The file system is NTFS...etc
> >> I would like to know why is this happening and is there a tweak to
> >> prevent this from happening?
> >> TIA
> >> Roy

>
> > This happens almost always when you switch off your PC by pulling the
> > plug instead of shutting it down in an orderly fashion.

>
> Yeah but sometimes it happens and there is nothing wrong. I have one
> Windows 2000 machine that wants to check any flash drive in the USB port
> at boot and there is nothing ever wrong with it. There is a registry
> hack which to turn it off which I don't remember. But I also use HD
> Sentinel that has one feature is that you can disable disk check at
> boot. It does lots of other things too. And no you don't have to
> register it. Only if you want to buy the extra features.
>
> http://www.hdsentinel.com
>
> --
> Bill
> Windows XP SP2 (5.1.2600)
> Asus EEE PC 702G8 ~ 2GB RAM ~ 16GB-SDHC- Hide quoted text -
>
> - Show quoted text

Thanks for that information Bill!
Roy
 
Reply With Quote
 
BillW50
Guest
Posts: n/a
 
      25th Sep 2009
In
news:e94422f4-7550-47f3-a0e4-(E-Mail Removed),
Roy typed on Thu, 24 Sep 2009 21:28:00 -0700 (PDT):
> On Sep 25, 4:56 am, "BillW50" <Bill...@aol.kom> wrote:
>> Innews:%(E-Mail Removed),
>> Pegasus [MVP] typed on Thu, 24 Sep 2009 22:34:24 +0200:
>>> "Roy" <royba...@gmail.com> wrote in message
>>>

news:95bb867a-83d3-4dd3-bc37-(E-Mail Removed)...
>>>> Hello group
>>>> Occasionally in the past I experienced my PC doing some sort of
>>>> disk checking which can dramatically slow down the boot up processs
>>>> It looks like this:

>>
>>>> One of your disk needs to be checked for the consistency
>>>> The file system is NTFS...etc
>>>> I would like to know why is this happening and is there a tweak to
>>>> prevent this from happening?
>>>> TIA
>>>> Roy

>>
>>> This happens almost always when you switch off your PC by pulling
>>> the plug instead of shutting it down in an orderly fashion.

>>
>> Yeah but sometimes it happens and there is nothing wrong. I have one
>> Windows 2000 machine that wants to check any flash drive in the USB
>> port at boot and there is nothing ever wrong with it. There is a
>> registry hack which to turn it off which I don't remember. But I
>> also use HD Sentinel that has one feature is that you can disable
>> disk check at boot. It does lots of other things too. And no you
>> don't have to register it. Only if you want to buy the extra
>> features.
>>
>> http://www.hdsentinel.com

>
> Thanks for that information Bill!
> Roy


You are welcome Roy. Glad to help.

--
Bill
Windows 2000 SP4 (5.00.2195)
Asus EEE PC 701G4 ~ 2GB RAM ~ 16GB-SDHC


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Persistent Disk Checking during boot up Roy Computer Hardware 1 14th Aug 2010 09:24 AM
Is there some way to stop WinXP Disk Error Checking on boot? E-Double Windows XP General 3 22nd Jul 2008 02:50 PM
"disk boot failure" but disk is fine?! can only boot by inserting XP disk then ignoring it! mark_galeck_spam_magnet@yahoo.com Windows XP Help 2 22nd Feb 2007 08:46 PM
Force Disk Error Checking when computer will not boot Gregg Hill Windows XP General 5 22nd Jun 2004 01:28 AM
What does Check Disk (in DeviceManager/Disk Properties/tools/Error Checking Do ? Al Dykes Windows XP Hardware 1 21st Mar 2004 03:23 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:05 AM.