PC Review


Reply
Thread Tools Rate Thread

Chkdisk wont run

 
 
=?Utf-8?B?RWQgQWxsZW4=?=
Guest
Posts: n/a
 
      29th Apr 2006
I scheduled Chkdisk to run when I restarted the system, it never ran. Now
when I boot the system I get a message that says among other things "Cannot
open volume for direct access) Then says "disk scan complete" and continues
the start up normaly. This occurs on my system running Win 2K Professional
@Version 5.00.2195 SP 4. Any help will be appreciated.
--
Ed Allen
 
Reply With Quote
 
 
 
 
Dave Patrick
Guest
Posts: n/a
 
      29th Apr 2006
If you get an error something to the effect "cannot open volume for direct
access" There is some system/boot start device that is reading/writing to
the drive before chkdsk can get a lock on the drive. Some anti-virus
applications do this.

After backup 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 2000
Setup CD or the Windows 2000 Setup floppy disks. If you do not have Setup
floppy disks and your computer cannot start from the Windows 2000 Setup CD,
use another Windows 2000-based computer to create the Setup floppy disks. At
the "Welcome to Setup" screen. Press F10 or R to repair a Windows 2000
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, %windir% or %systemroot%


--

Regards,

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

"Ed Allen" wrote:
|I scheduled Chkdisk to run when I restarted the system, it never ran. Now
| when I boot the system I get a message that says among other things
"Cannot
| open volume for direct access) Then says "disk scan complete" and
continues
| the start up normaly. This occurs on my system running Win 2K
Professional
| @Version 5.00.2195 SP 4. Any help will be appreciated.
| --
| Ed Allen


 
Reply With Quote
 
=?Utf-8?B?RWQgQWxsZW4=?=
Guest
Posts: n/a
 
      29th Apr 2006
I now have three questions,
1. Will this remove the error message on startup and allow chkdisk to run
normaly from Win 2K ?
2. What do you mean by "after backup" ?
3. How can I find the administrative password on my system?

--
Ed Allen


"Dave Patrick" wrote:

> If you get an error something to the effect "cannot open volume for direct
> access" There is some system/boot start device that is reading/writing to
> the drive before chkdsk can get a lock on the drive. Some anti-virus
> applications do this.
>
> After backup 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 2000
> Setup CD or the Windows 2000 Setup floppy disks. If you do not have Setup
> floppy disks and your computer cannot start from the Windows 2000 Setup CD,
> use another Windows 2000-based computer to create the Setup floppy disks. At
> the "Welcome to Setup" screen. Press F10 or R to repair a Windows 2000
> 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, %windir% or %systemroot%
>
>
> --
>
> Regards,
>
> Dave Patrick ....Please no email replies - reply in newsgroup.
> Microsoft Certified Professional
> Microsoft MVP [Windows]
> http://www.microsoft.com/protect
>
> "Ed Allen" wrote:
> |I scheduled Chkdisk to run when I restarted the system, it never ran. Now
> | when I boot the system I get a message that says among other things
> "Cannot
> | open volume for direct access) Then says "disk scan complete" and
> continues
> | the start up normaly. This occurs on my system running Win 2K
> Professional
> | @Version 5.00.2195 SP 4. Any help will be appreciated.
> | --
> | Ed Allen
>
>
>

 
Reply With Quote
 
Dan Seur
Guest
Posts: n/a
 
      29th Apr 2006
It sounds as though you are trying to execute chkdsk against the system
partition, with the /f and/or the /r parameter present.

This cannot be done. The OS, once fully loaded and running, will never
give chkdsk exclusive read/write access to its own partition (usually
C. To do so would be suicidal.

You can probably schedule chkdsk with no parameters to be run right away
after the OS has fully booted.

There is a process called autochk.exe that is designed to be run during
the OS boot process. You'll find it in your \system32 directory. Try
that. It's the process that is scheduled by chkdsk.exe if, when you try
[chkdsk C: /f] and you get the message "Can't do that, you want to run
chkdsk at next boot?", you answer "Yes."

I believe you'd have to run autochk at system shutdown, for it to
execute where it needs to (very early) in the system load sequence. It
actually has to run before the OS is given control by the loader. If
this can be done, I guess you'd have to shut down with a batch program
involving both autochk.exe and shutdown.exe.

There are a couple of things I'm uncertain about; some other poster may
find things to correct. I'd check Google for more info, too.

Hope this helps, Ed.

Ed Allen wrote:
> I scheduled Chkdisk to run when I restarted the system, it never ran. Now
> when I boot the system I get a message that says among other things "Cannot
> open volume for direct access) Then says "disk scan complete" and continues
> the start up normaly. This occurs on my system running Win 2K Professional
> @Version 5.00.2195 SP 4. Any help will be appreciated.




---
avast! Antivirus: Outbound message clean.
Virus Database (VPS): 0617-3, 04/28/2006
Tested on: 4/29/2006 4:53:49 PM
avast! - copyright (c) 1988-2006 ALWIL Software.
http://www.avast.com



 
Reply With Quote
 
Dave Patrick
Guest
Posts: n/a
 
      29th Apr 2006
"Ed Allen" wrote:
|I now have three questions,
| 1. Will this remove the error message on startup and allow chkdisk to run
| normaly from Win 2K ?
* Normaly yes.

| 2. What do you mean by "after backup" ?
* Always best to have on hand backups for anything you cannot afford to
lose. When chkdsk runs any damage found will be repaired possibly at the
expense of any data on the drive. You must suspect something's wrong else
you wouldn't be asking about this.

| 3. How can I find the administrative password on my system?
* Ask the administrator or the person you got the machine from. (blank if
the installer didn't specify one)



--

Regards,

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


 
Reply With Quote
 
=?Utf-8?B?RWQgQWxsZW4=?=
Guest
Posts: n/a
 
      29th Apr 2006
Dave, I did as you suggested and ran chkdsk thru to completion. Upon
reboot, error message still comes up. It realy doesnt hurt anything but I
have a program that runs in MS DOS and defrags the boot programs. I would
like to clean this up would fixboot help? Thanks for all your responses
today and in the past.
--
Ed Allen


"Dave Patrick" wrote:

> "Ed Allen" wrote:
> |I now have three questions,
> | 1. Will this remove the error message on startup and allow chkdisk to run
> | normaly from Win 2K ?
> * Normaly yes.
>
> | 2. What do you mean by "after backup" ?
> * Always best to have on hand backups for anything you cannot afford to
> lose. When chkdsk runs any damage found will be repaired possibly at the
> expense of any data on the drive. You must suspect something's wrong else
> you wouldn't be asking about this.
>
> | 3. How can I find the administrative password on my system?
> * Ask the administrator or the person you got the machine from. (blank if
> the installer didn't specify one)
>
>
>
> --
>
> Regards,
>
> Dave Patrick ....Please no email replies - reply in newsgroup.
> Microsoft Certified Professional
> Microsoft MVP [Windows]
> http://www.microsoft.com/protect
>
>
>

 
Reply With Quote
 
Dave Patrick
Guest
Posts: n/a
 
      29th Apr 2006
No, it wouldn't. Does it always fix something? (check the application Event
Log) If so the drive and or controller may have failed. I'd download and run
a disk diagnostic utility from the drive manufacturer's web site. If not
then these articles may help you.

http://support.microsoft.com/?kbid=218461
http://support.microsoft.com/?kbid=160963



--

Regards,

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

"Ed Allen" wrote:
| Dave, I did as you suggested and ran chkdsk thru to completion. Upon
| reboot, error message still comes up. It realy doesnt hurt anything but I
| have a program that runs in MS DOS and defrags the boot programs. I would
| like to clean this up would fixboot help? Thanks for all your responses
| today and in the past.
| --
| Ed Allen


 
Reply With Quote
 
=?Utf-8?B?RWQgQWxsZW4=?=
Guest
Posts: n/a
 
      30th Apr 2006
David, I ran a complete chkdsk /r as you suggested with no errors detected.
I believe that the disk is OK. I am able to run a defrag on it without
problems. A few days ago I believe that a defrag utility PerfectDisk
scheduled a boot record defrag that runs opon boot. That same day I
scheduled a Check disk run via Disk Properties --Tools --- Check disk for
errors. When I booted the system the next day the error message appeared and
has since. I would like to correct the problem somehow. There must be a
switch in the boot program that signals that a check disk should run. ????
Do you have any further suggestions?
--
Ed Allen


"Dave Patrick" wrote:

> No, it wouldn't. Does it always fix something? (check the application Event
> Log) If so the drive and or controller may have failed. I'd download and run
> a disk diagnostic utility from the drive manufacturer's web site. If not
> then these articles may help you.
>
> http://support.microsoft.com/?kbid=218461
> http://support.microsoft.com/?kbid=160963
>
>
>
> --
>
> Regards,
>
> Dave Patrick ....Please no email replies - reply in newsgroup.
> Microsoft Certified Professional
> Microsoft MVP [Windows]
> http://www.microsoft.com/protect
>
> "Ed Allen" wrote:
> | Dave, I did as you suggested and ran chkdsk thru to completion. Upon
> | reboot, error message still comes up. It realy doesnt hurt anything but I
> | have a program that runs in MS DOS and defrags the boot programs. I would
> | like to clean this up would fixboot help? Thanks for all your responses
> | today and in the past.
> | --
> | Ed Allen
>
>
>

 
Reply With Quote
 
Dave Patrick
Guest
Posts: n/a
 
      30th Apr 2006
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.

Also take a look at the Reg_Multi_Sz value of;
'BootExecute'
found at;
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager


--

Regards,

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

"Ed Allen" wrote:
| David, I ran a complete chkdsk /r as you suggested with no errors
detected.
| I believe that the disk is OK. I am able to run a defrag on it without
| problems. A few days ago I believe that a defrag utility PerfectDisk
| scheduled a boot record defrag that runs opon boot. That same day I
| scheduled a Check disk run via Disk Properties --Tools --- Check disk for
| errors. When I booted the system the next day the error message appeared
and
| has since. I would like to correct the problem somehow. There must be a
| switch in the boot program that signals that a check disk should run.
????
| Do you have any further suggestions?
| --
| Ed Allen


 
Reply With Quote
 
=?Utf-8?B?RWQgQWxsZW4=?=
Guest
Posts: n/a
 
      30th Apr 2006
I have found the value set in the above referenced registry entry it is
"autocheck autochk /r \??\C PDBoot.exe autocheck a..." What does that mean
and can this be reset? Is this what is causing the error message at boot
time?
--
Ed Allen


"Dave Patrick" wrote:

> 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.
>
> Also take a look at the Reg_Multi_Sz value of;
> 'BootExecute'
> found at;
> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager
>
>
> --
>
> Regards,
>
> Dave Patrick ....Please no email replies - reply in newsgroup.
> Microsoft Certified Professional
> Microsoft MVP [Windows]
> http://www.microsoft.com/protect
>
> "Ed Allen" wrote:
> | David, I ran a complete chkdsk /r as you suggested with no errors
> detected.
> | I believe that the disk is OK. I am able to run a defrag on it without
> | problems. A few days ago I believe that a defrag utility PerfectDisk
> | scheduled a boot record defrag that runs opon boot. That same day I
> | scheduled a Check disk run via Disk Properties --Tools --- Check disk for
> | errors. When I booted the system the next day the error message appeared
> and
> | has since. I would like to correct the problem somehow. There must be a
> | switch in the boot program that signals that a check disk should run.
> ????
> | Do you have any further suggestions?
> | --
> | Ed Allen
>
>
>

 
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
ChkDisk =?Utf-8?B?RHIgQWxvayBNb2RpIE1E?= Windows XP Basics 6 30th Nov 2005 02:16 PM
chkdisk Ronnie Windows XP Performance 1 13th Sep 2004 03:06 PM
Chkdisk will not run Steve Windows XP Basics 7 31st May 2004 04:19 AM
CHKDISK itzGman Windows XP Hardware 1 15th Dec 2003 09:15 PM
chkdisk Windows XP Performance 1 22nd Oct 2003 08:51 AM


Features
 

Advertising
 

Newsgroups
 


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