Welcome to WinForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

CHKDSK does not work

 
   Windows XP (Home) -> XP Perform Maintain RSS
Next:  Address toolbar missing from selection  
Author Message
mozgermi

External


Since: Dec 27, 2006
Posts: 2



(Msg. 1) Posted: Wed Dec 27, 2006 4:03 am
Post subject: CHKDSK does not work
Archived from groups: microsoft>public>windowsxp>perform_maintain (more info?)

chkdsk has been set to check boot drive c: with /f flag
It does not perform any chkdsk when rebooted and directly boots XP
Installed Win XP recovery console which does not work either. It also boots
directly normal Win XP
I have been trying to find answers on msdn, ms support, google...

1. Tried to clear the flag in registry (did not work)
2. tried other MS fs utils to clear the flag (did not work)

I know that there are some minor problems with my boot drive and would love
to chkdsk to correct it before it becomes a major issue.

Thanks.

 >> Stay informed about: CHKDSK does not work 
Back to top
Login to vote
gcjc1

External


Since: Jan 30, 2005
Posts: 1363



(Msg. 2) Posted: Thu Dec 28, 2006 1:00 am
Post subject: Re: CHKDSK does not work [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Please look in the System and Application logs in Event Viewer for
Warning and Error Reports and post copies here.

You can access Event Viewer by selecting Start, Control Panel,
Administrative Tools, and Event Viewer. When researching the meaning
of the error, information regarding Event ID, Source and Description
are important.

HOW TO: View and Manage Event Logs in Event Viewer in Windows XP
http://support.microsoft.com/kb/308427/en-us

Part of the Description of the error will include a link, which you
should double click for further information. You can copy using copy
and paste. Often the link will, however, say there is no further
information.
http://go.microsoft.com/fw.link/events.asp
(Please note the hyperlink above is for illustration purposes only)

A tip for posting copies of Error Reports! Run Event Viewer and double
click on the error you want to copy. In the window, which appears is a
button resembling two pages. Click the button and close Event Viewer.
Now start your message (email) and do a paste into the body of the
message. This will paste the info from the Event Viewer Error Report.
Make sure this is the first paste after exiting from Event Viewer.

--

Hope this helps.

Gerry
~~~~
FCA
Stourport, England
Enquire, plan and execute
~~~~~~~~~~~~~~~~~~~



mozgermi wrote:
> chkdsk has been set to check boot drive c: with /f flag
> It does not perform any chkdsk when rebooted and directly boots XP
> Installed Win XP recovery console which does not work either. It
> also
> boots directly normal Win XP
> I have been trying to find answers on msdn, ms support, google...
>
> 1. Tried to clear the flag in registry (did not work)
> 2. tried other MS fs utils to clear the flag (did not work)
>
> I know that there are some minor problems with my boot drive and
> would love to chkdsk to correct it before it becomes a major issue.
>
> Thanks.

 >> Stay informed about: CHKDSK does not work 
Back to top
Login to vote
mozgermi

External


Since: Dec 27, 2006
Posts: 2



(Msg. 3) Posted: Thu Dec 28, 2006 1:13 pm
Post subject: Re: CHKDSK does not work [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks Gary,

There are no Errors regarding to chkdsk or anything else for that matter.
Couple of DHCP warnings & that's all.

Regards,
Murat Ozgermi

"Gerry Cornell" wrote:

> Please look in the System and Application logs in Event Viewer for
> Warning and Error Reports and post copies here.
>
> You can access Event Viewer by selecting Start, Control Panel,
> Administrative Tools, and Event Viewer. When researching the meaning
> of the error, information regarding Event ID, Source and Description
> are important.
>
> HOW TO: View and Manage Event Logs in Event Viewer in Windows XP
> http://support.microsoft.com/kb/308427/en-us
>
> Part of the Description of the error will include a link, which you
> should double click for further information. You can copy using copy
> and paste. Often the link will, however, say there is no further
> information.
> http://go.microsoft.com/fw.link/events.asp
> (Please note the hyperlink above is for illustration purposes only)
>
> A tip for posting copies of Error Reports! Run Event Viewer and double
> click on the error you want to copy. In the window, which appears is a
> button resembling two pages. Click the button and close Event Viewer.
> Now start your message (email) and do a paste into the body of the
> message. This will paste the info from the Event Viewer Error Report.
> Make sure this is the first paste after exiting from Event Viewer.
>
> --
>
> Hope this helps.
>
> Gerry
> ~~~~
> FCA
> Stourport, England
> Enquire, plan and execute
> ~~~~~~~~~~~~~~~~~~~
>
>
>
> mozgermi wrote:
> > chkdsk has been set to check boot drive c: with /f flag
> > It does not perform any chkdsk when rebooted and directly boots XP
> > Installed Win XP recovery console which does not work either. It
> > also
> > boots directly normal Win XP
> > I have been trying to find answers on msdn, ms support, google...
> >
> > 1. Tried to clear the flag in registry (did not work)
> > 2. tried other MS fs utils to clear the flag (did not work)
> >
> > I know that there are some minor problems with my boot drive and
> > would love to chkdsk to correct it before it becomes a major issue.
> >
> > Thanks.
>
>
 >> Stay informed about: CHKDSK does not work 
Back to top
Login to vote
TaurArian [MS-MVP]

External


Since: Jan 06, 2006
Posts: 345



(Msg. 4) Posted: Fri Dec 29, 2006 8:55 am
Post subject: Re: CHKDSK does not work [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

To manually check the state of your HD, at the Command Prompt type :
fsutil dirty query c:
The response should be Volume - c: is NOT Dirty


Manually running the chkdsk command to check for problems.
1: Click Start, select Run
2: In the box, type cmd
3: Click Ok
4: Run chkdsk by typing in the following:
chkdsk c:
or
chkdsk c: /f /r

NOTE: The /f command automatically fixes any errors encountered, the /r command
locates bad sectors and recovers readable information.
A reboot is normally required for chkdsk to run correctly.
Restart the computer, chkdsk will run automatically.

--

==================================
TaurArian [MS-MVP] 2005-2007 - Australia
==================================
http://www.dts-l.org/goodpost.htm
Need more help? http://support.microsoft.com/?scid=ph;en-us;6527
Get Safe online: http://www.getsafeonline.org/
(Links to web pages and MSKB Articles are posted for the purposes of keeping the
information current)


"mozgermi" <mozgermi.RemoveThis@discussions.microsoft.com> wrote in message
news:2A6CC8C8-ABA0-4EF4-B7A5-BCDB33FDB416@microsoft.com...
| Thanks Gary,
|
| There are no Errors regarding to chkdsk or anything else for that matter.
| Couple of DHCP warnings & that's all.
|
| Regards,
| Murat Ozgermi
|
| "Gerry Cornell" wrote:
|
| > Please look in the System and Application logs in Event Viewer for
| > Warning and Error Reports and post copies here.
| >
| > You can access Event Viewer by selecting Start, Control Panel,
| > Administrative Tools, and Event Viewer. When researching the meaning
| > of the error, information regarding Event ID, Source and Description
| > are important.
| >
| > HOW TO: View and Manage Event Logs in Event Viewer in Windows XP
| > http://support.microsoft.com/kb/308427/en-us
| >
| > Part of the Description of the error will include a link, which you
| > should double click for further information. You can copy using copy
| > and paste. Often the link will, however, say there is no further
| > information.
| > http://go.microsoft.com/fw.link/events.asp
| > (Please note the hyperlink above is for illustration purposes only)
| >
| > A tip for posting copies of Error Reports! Run Event Viewer and double
| > click on the error you want to copy. In the window, which appears is a
| > button resembling two pages. Click the button and close Event Viewer.
| > Now start your message (email) and do a paste into the body of the
| > message. This will paste the info from the Event Viewer Error Report.
| > Make sure this is the first paste after exiting from Event Viewer.
| >
| > --
| >
| > Hope this helps.
| >
| > Gerry
| > ~~~~
| > FCA
| > Stourport, England
| > Enquire, plan and execute
| > ~~~~~~~~~~~~~~~~~~~
| >
| >
| >
| > mozgermi wrote:
| > > chkdsk has been set to check boot drive c: with /f flag
| > > It does not perform any chkdsk when rebooted and directly boots XP
| > > Installed Win XP recovery console which does not work either. It
| > > also
| > > boots directly normal Win XP
| > > I have been trying to find answers on msdn, ms support, google...
| > >
| > > 1. Tried to clear the flag in registry (did not work)
| > > 2. tried other MS fs utils to clear the flag (did not work)
| > >
| > > I know that there are some minor problems with my boot drive and
| > > would love to chkdsk to correct it before it becomes a major issue.
| > >
| > > Thanks.
| >
| >
 >> Stay informed about: CHKDSK does not work 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
CHKDSK simply doesn't work AGAIN - I've seen this about 10 times in the past with CHKDSK and it still plagues me. CHKDSK as per usual fails me :( chkdsk some errors found use /f chkdsk /f sorry disk can't be locked on next re-boot (Sure I understand that) reboot, chkdsk runs "fixe...

chkdsk - Every time I reboot chkdsk always wants to run even after letting check my hard drive. When I try to run the defragmentor tool, message informs than chkdsk is scheduled to run at next reboot, therefore Iam unable to defrag. This is also the same unde...

chkdsk - I'm an old Win 98 user and ran Scandisk/Defrag about twice a year. How do I run Chkdsk on this XP system, it's not listed in system tools like Scandisk is?

CHKDSK - I run chkdsk at reboot as I'm using XP Pro which has a NTSF file system: C:\WINDOWS\system32\cmd.exe /k chkdsk C:/f. After it runs, it displays statistics related to the operation, but the display lasts less than 2 seconds. I'm unable to read the..

CHKDSK - Only recently have been unable to use CHKDSK or Norton disk doctor to do 5 stage file check upon restart. I uninstalled a few app's, thinking they may be hanging it up, but still does not work. On reboot, CHKDSK aborts, displaying msg " cannot ope...
   Windows XP (Home) -> XP Perform Maintain All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum

Categories:
  Windows XP
 Windows Vista!
 Win 2000/NT/98/ME


[ Contact us | Terms of Service/Privacy Policy ]