PC Review


Reply
Thread Tools Rate Thread

cannot analyze and defrag the disk

 
 
Mike
Guest
Posts: n/a
 
      17th Dec 2010
Hi

I want to defrag d:. First I analyze it, but there is no any
action. However, when I analyze c disk, it will show I don't need to
defrag it.
This problem is a follow-on one in the following:
http://groups.google.com/group/micro...1c6135ccdd69f#

Please help me. Thank you in advance.

Mike
 
Reply With Quote
 
 
 
 
Tester
Guest
Posts: n/a
 
      17th Dec 2010
Have you tried to do it from the command prompt? To do this try this:

1) Start, run
2) Type cmd
3) in the black box type: defrag d: /a /f
4) Wait for a few minutes to tell you what is the status of your HD.

hth


Mike wrote:
> Hi
>
> I want to defrag d:. First I analyze it, but there is no any
> action. However, when I analyze c disk, it will show I don't need to
> defrag it.
> This problem is a follow-on one in the following:
> http://groups.google.com/group/micro...1c6135ccdd69f#
>
> Please help me. Thank you in advance.
>
> Mike

 
Reply With Quote
 
MyNews
Guest
Posts: n/a
 
      17th Dec 2010
Mike fill free to Cut and Paste here for some will not click a link!

More options Dec 16, 10:38 pm
Newsgroups: microsoft.public.windowsxp.help_and_support
From: Mike <sulfate...@gmail.com>
Date: Thu, 16 Dec 2010 19:38:47 -0800 (PST)
Local: Thurs, Dec 16 2010 10:38 pm
Subject: Re: continous reboot when checking disk
Forward | Print | Individual message | Show original | Report this message |
Find messages by this author
On Dec 17, 11:13 am, Mike <sulfate...@gmail.com> wrote:
> Hi
> When my PC with Windows XP reboots, it shows disk D: needs to be
> checked. Then it fails to successfully check. It reboots again. Then
> fail to successfully check D disk.
> I skip the disk check, when it shows on blue screen. Then I use
> "cmd". I type chkdsk d:. It reboots again.
> How to fix it? It seems my data on D: disk are still there and
> ok. But it feels very werid.
> Thank you very much for help in advance.
> Mike

When I reboot my pc with Windows XP in safe mode hitting F8, it
cannot reboot. If it runs on normal mode, and it fails on disk
checking D: disk.
Mike

Is C: and D: on the same HDD?


 
Reply With Quote
 
Jose
Guest
Posts: n/a
 
      17th Dec 2010
On Dec 16, 10:23*pm, Mike <sulfate...@gmail.com> wrote:
> Hi
>
> * I want to defrag d:. *First I analyze it, but there is no any
> action. *However, when I analyze c disk, it will show I don't need to
> defrag it.
> This problem is a follow-on one in the following:http://groups.google.com/group/micro...xp.help_and_su...
>
> Please help me. *Thank you in advance.
>
> Mike


When chkdsk runs automatically on a reboot, the results are shown in
the Event Viewer Application log. You need to look there after check
disk has run and XP has finished loading for the results and for any
problems.

To see the Event Viewer logs, click Start, Settings, Control Panel,
Administrative Tools, Event Viewer.

A shortcut to Event Viewer is to click Start, Run and in the box
enter:

%SystemRoot%\system32\eventvwr.msc

Click OK to launch the Event Viewer.

Look in the Application log for an event sourced by Winlogon,
something like:

Event Type: Information
Event Source: Winlogon
Event Category: None
Event ID: 1001
Description:

Checking file system on C:

The type of the file system is NTFS.

A disk check has been scheduled.

Windows will now check the disk.
39070048 KB total disk space.
25151976 KB in 78653 files.
48256 KB in 10264 indexes.
0 KB in bad sectors.
237080 KB in use by the system.
65536 KB occupied by the log file.
13632736 KB available on disk.

Windows has finished checking your disk.

If you see any errors - even errors that are corrected, run chkdsk /r
again until you see no errors. You should have no errors.

When XP boots, it will run chkdsk on a volume for two reasons.

1. If chkdsk has been scheduled to run by some human
2. If the volume has been marked "dirty" (usually from a power
failure)

You can check the dirty bit on your volumes from a command prompt.
Click Start, Run and in the box enter:

cmd

Click OK to open a Command Prompt window.

To query the dirty bit on drive C, type:

fsutil dirty query C:

Sample output:
Volume C: is dirty
Volume C: is not dirty

To set the dirty bit on drive C, type:

fsutil dirty set C:

You cannot clear the dirty bit on a volume using fsutil. Only
successfully running chkdsk /r can clear the dirty bit on a volume.

If you try to defrag a volume that where the dirty bit is set, you
will see a message like this:

Disk Defragmenter has detected that Chkdsk is scheduled to run on this
volume: (C

Please run Chkdsk /f.

You can remove any pending manually scheduled chkdsk operations (set
the registry back to the default) by using this command:

chkntfs /d

If the dirty bit is still set, chkdsk will run anyway on the next
reboot (that is what it is supposed to do).

Running chkntfs /d will not clear the dirty bi on a volume. Only
successfully running chkdsk /r will clear the dirty bit on a volume.

You can also tell XP to ignore the dirty bit on any volume during a
reboot, but if the dirty bit is set, it is set for a reason so it
would be better to do something about it like running cjkdsk /r on the
volume and see if that will straighten things out.

Sometimes it is more informative to run chkdsk from the XP Recovery
Console so you can watch it run and see what is happening or might be
complaining about right before your eyes.

Do you have a genuine bootable XP installation CD from which you can
boot Recovery Console or do you need to make a bootable XP Recovery
Console CD (no XP media required).
 
Reply With Quote
 
Paul
Guest
Posts: n/a
 
      17th Dec 2010
Mike wrote:
> Hi
>
> I want to defrag d:. First I analyze it, but there is no any
> action. However, when I analyze c disk, it will show I don't need to
> defrag it.
> This problem is a follow-on one in the following:
> http://groups.google.com/group/micro...1c6135ccdd69f#
>
> Please help me. Thank you in advance.
>
> Mike


http://www.techimo.com/forum/technic...k-problem.html

Paul
 
Reply With Quote
 
glee
Guest
Posts: n/a
 
      17th Dec 2010


"Mike" <(E-Mail Removed)> wrote in message
news:860cb2e4-fb8b-4683-ba37-(E-Mail Removed)...
> Hi
>
> I want to defrag d:. First I analyze it, but there is no any
> action. However, when I analyze c disk, it will show I don't need to
> defrag it.
> This problem is a follow-on one in the following:
> http://groups.google.com/group/micro...1c6135ccdd69f#
>
> Please help me. Thank you in advance.


Mike,

In the future, do not start two different threads in two different
groups about the same issue. You have a thread going in
help_and_support about the failure to complete chkdsk, and are at the
same time posting (but not replying) here about the defrag failure of
the same drive. They are related and you must resolve the chkdsk issue
first....the issue in the other thread. I've posted to you in that
thread, as well as others.
--
Glen Ventura
MS MVP Oct. 2002 - Sept. 2009
CompTIA A+
http://dts-l.net/

 
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
XP Disk Defragmenter Analyze Keeps Recommending to Defrag...? =?Utf-8?B?U3VzYW4=?= Windows XP General 4 29th Apr 2006 08:47 PM
How to Reset Analyze In Disk Defragmenter To Interpret Defrag Correctly?? Susan@null.invalid Windows XP General 3 20th Jan 2006 02:06 AM
Disk Management in XP-Home: Cannot Analyze or Defrag =?Utf-8?B?S2V2aW4=?= Windows XP Help 7 24th Nov 2005 05:14 PM
Analyze always says I need to defrag =?Utf-8?B?dHdpc3RlZGZhdGU=?= Windows XP General 1 6th Oct 2005 06:01 PM
defrag analyze =?Utf-8?B?YmVsZGVyYXo=?= Windows XP General 5 19th Oct 2004 01:55 AM


Features
 

Advertising
 

Newsgroups
 


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