Kevin said:
Since I'm unfamiliar with Vista, I don't know if this is normal or
typical, or whether there is something wrong with the Windows
installation, or if some software is interfering with it.
Hmmm, that sounds a bit strange.
How big is you hard drisk? And how much free disk space does it have? Is it
an IDE disk, SATA, SCSI, or maybe even RAID, or SAN?
What I'd try in this situation is to run defrag manually (as you did) but
using this procedure:
- boot the machine normally (safe mode was good to try, but obviously didn't
help).
- run a Command Prompt as Administrator (ie right click the Command Prompt
icon, choose Run as Administrator)
- run CHKDSK <volume> /F /X
- reboot, if necessary (if CHKDSK says reboot)
- let CHKDSK complete normally
- log in again
- run a Command Prompt as Administrator (ie right click the Command Prompt
icon, choose Run as Administrator)
- stop all unnecesary processes (anti-virus, backup agents, web servers, etc
etc)
- run this command "defrag <volume> -a -v"
This will turn on Verbose reporting, and will only do the Defrag analysis.
It will be interesting to see if Defrag cannot run at all; or if it can run,
and perform an analysis, but just cannot re-arrange anything on the disk.
If analysis completes successfully, next run defrag with the "-r" parameter,
to do a "partial" defrag - only fragments less than 64MB.
If it continues to fail at that point - geez, I dunno!! Look in the Event
Log, to see if any errors are being logged by the Logical Voliume Manager,
Defrag, or other disk related components. Try defragging other disks if you
have any) to see if the problem is in Defrag itself, or the particular drive
that you are trying to defrag.
In a worst case, back up your user data from the disk, reformat it, and
restore your data. That's how we used to "defrag" mainframe drives, in the
old days before defrag programs existed.
Othe folks may have extra ideas ... hope this helps a bit.