Unsolved

This post is more than 5 years old

20 Posts

6665

January 30th, 2008 22:00

CHKDSK log - is there one?

When I run CHKDSK I would like to be able to review the information posted to the screen but within a second or two it disappears from the screen. Is there a log file for CHKDSK and, if so, where can I find it? Thanks in advance Bill

Message Edited by we54 on 01-30-2008 06:54 PM

2 Intern

 • 

1.3K Posts

January 30th, 2008 23:00

Look here: Control Panel>Administative Tools>Event Viewer. Check for the time you did the scan.

20 Posts

January 31st, 2008 01:00

Sorry Dave, nothing there.

2.9K Posts

January 31st, 2008 02:00

We54,
 
If you would like a log of the chkdsk command do this:
 
Click Start|Run.
Type cmd  then press Enter.
A command prompt window will open.
Type chkdsk >chkdsk.log  then press Enter.
 
 After you press Enter, you will not see anything but a blinking cursor.  What you are doing is "piping" the results of chkdsk to the chkdsk.log and not to the console (screen).  When chkdsk finishes, the command prompt will return.  You can then see the results of your chkdsk by either typing type chkdsk.log at the command prompt or by navigating to the C:\Documents and Settings\username folder and viewing the chkdsk.log with Notepad.
 
Note:  You cannot run chkdsk /f (fix) or chkdsk /r (recover) from a command prompt window.  If you type chkdsk /f or chkdsk /r, you will be informed that chkdsk cannot run because the volume is in use by another process.  You will be asked if you want to schedule the volume to be checked the next time the system starts.
 
Hope this info helps.
 
Tony


Message Edited by tgsmith on 01-30-2008 11:31 PM

2.7K Posts

January 31st, 2008 10:00

The log should be there
 
Event Viewer shows you the results under "System Events”
Winlogin event.

20 Posts

February 1st, 2008 13:00

Tony,

Thanks for the help. It worked just fine
I tried the other method of looking it up in the Event Viewer and could find nothing based on the time or Winlogin event.

Thanks again.
Bill
Message Edited by we54 on 02-01-2008 09:23 AM

2.9K Posts

February 1st, 2008 13:00

Bill,

 

You're welcome.  Piping chkdsk results to a chkdsk.log file isn't fancy, but it gets the job done.  Glad to help.

 

Good luck.

 

Tony

0 events found

No Events found!

Top