check disk options

G

Guest

I'm getting the blue screen 'IRQL_NOT_LESS_OR_EQUAL error when I log off each
time. When I run "chkdsk", it only goes through 3 stages and the check is
over in less than a minute. Is there a more comprehensive check I can run,
similar to the old scandisk?

For the record, I've disconnected my external hard drive and all recently
loaded drivers, plus uninstalled norton antivirus software to no avail to try
and rid the blue screen error...
 
S

Shenan Stanley

vic said:
I'm getting the blue screen 'IRQL_NOT_LESS_OR_EQUAL error when I
log off each time. When I run "chkdsk", it only goes through 3
stages and the check is over in less than a minute. Is there a
more comprehensive check I can run, similar to the old scandisk?

For the record, I've disconnected my external hard drive and all
recently loaded drivers, plus uninstalled norton antivirus software
to no avail to try and rid the blue screen error...

The error you are getting is more likely related to a hardware driver...

Visit each manufacturer's web page for EACH of the hardware components
connected to your machine. Particularly the motherbaord, video, sound and
network cards. Download the drivers direct from the manufacturer for your
particular device/OS and install it.
 
F

Frank Saunders, MS-MVP OE/WM

vic said:
I'm getting the blue screen 'IRQL_NOT_LESS_OR_EQUAL error when I log off
each
time. When I run "chkdsk", it only goes through 3 stages and the check is
over in less than a minute. Is there a more comprehensive check I can
run,
similar to the old scandisk?

For the record, I've disconnected my external hard drive and all recently
loaded drivers, plus uninstalled norton antivirus software to no avail to
try
and rid the blue screen error...

IRQL_NOT_LESS_OR_EQUAL:
http://msdn.microsoft.com/library/en-us/w2kmsgs/6077.asp
http://support.microsoft.com/kb/314063
http://support.microsoft.com/kb/316208
 
W

Wesley Vogel

When I run "chkdsk", it only goes through 3 stages and the
check is over in less than a minute. Is there a more comprehensive check
I can run, similar to the old scandisk?

You are not rebooting and/or running chkdsk in read-only mode. Read-only
(chkdsk.exe with no switched) only runs three stages. To get the five
stages you have to use the f and/or r switches and reboot so that
autochk.exe can lock the drive.

<quote>
In read-only mode, CHKDSK quits before it completes all three phases if it
encounters errors in earlier phases, and CHKDSK is prone to falsely
reporting errors. For example, CHKDSK may report disk corruption if NTFS
happens to modify areas of a disk while CHKDSK is examining the disk. For
correct verification, a volume must be static, and the only way to guarantee
a static state is to lock the volume. CHKDSK locks the volume only if you
specify the /F switch (or the /R switch, which implies /F). You may need to
run CHKDSK more than once to get CHKDSK to complete all its passes
in read-only mode.
<quote>
From...
An Explanation of the New C and I Switches That Are Available to Use with
Chkdsk.exe
http://support.microsoft.com/kb/314835

Scandisk has been retired. Use Error Checking (chkdsk.exe) in XP.
1. In My Computer or Windows Explorer, right-click the drive you want to
check and then click Properties.
2. On the Tools tab, click Check Now.
3. Check both boxes:

* Automatically fix file system errors
Runs Chkdsk by using the /f parameter.
[[Specifies whether Windows repairs file-system errors found during disk
checking. All files must be closed for this program to run. If the drive is
currently in use, a message asks if you want to reschedule
the disk checking for the next time you restart your computer. Your drive is
not available to run other tasks while the disk is being checked.]]

* Scan for and attempt recovery of bad sectors
Runs Chkdsk by using the /r parameter.
[[Specifies whether Windows repairs file-system errors found during disk
checking, locates bad sectors, and recovers readable information. All files
must be closed for this program to run. If the drive is currently in use, a
message asks if you want to reschedule the disk checking for the next time
you restart your computer. Your drive is not available to run other tasks
while the disk is being checked. If you select this option, you do not need
to select Automatically fix file system errors. Windows fixes any errors on
the disk.]]

A message will popup.

[[The disk check could not be performed because the disk check utility needs
exclusive access to some Windows files on the disk. These files can be
accessed only by restarting Windows. Do you want to schedule this disk check
to occur the next time you restart the computer?]]

Click YES.

Then reboot.

For a look at the chkdsk log.

Open the Event Viewer...
Start | Run | Type: eventvwr | Click OK |
Look in Application | Listed as Information |
Event ID: 1001
Source: Winlogon
[[Description: This includes file system type; drive letter or GUID, and
volume name or serial number to help determine what volume Chkdsk ran
against. Also included is whether Chkdsk ran because a user scheduled it or
because the dirty bit was set.]]

[[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.]]

[[This file states whether Chkdsk encountered any errors and, if so,
whether they were fixed.]]

Chkdsk
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/chkdsk.mspx?mfr=true

See...
Understanding what CHKDSK does
here...
An explanation of the new /C and /I Switches that are available to use with
Chkdsk.exe
http://support.microsoft.com/kb/314835

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top