Search : in
By :

Windows XP Pro CHKDSK Hangs

Last answer on Oct 31, 2009 1:16:30 pm GMT JAS, on Oct 27, 2008 3:32:53 pm GMT 
 Report this message to moderators

Hello,

Yesterday, I attempted to run the chkdsk utility. The message I got was that it will start at my next reboot, I said OK.

I rebooted and the chkdsk started just fine, ran through steps 1 through 96% of 5 and stopped, which is the verifying free space step. So, I rebooted by turning off my computer and turning back on because during the chkdsk process, my keyboard is disabled. Again, chkdsk started running and again stopped on step 5 with only 4% left to go. The system isn't running at that point, no flashing lights, but I still gave it a few hours to work itself out. Finally called Dell support and the only suggestion that guy had for me was a system restore. I didn't trust his advice because he didn't know Windows well enough to use that suggestion. I restarted by PC at least 8 times trying to get the last 4% of step 5, verifying free space.

Here's the real aggravating part. It will start and hang every time I restart my PC. I can't use my keyboard to stop it and move on.

I have recently run the defrag, it was just fine. From the utility menu pre boot, I checked the hard drive and it passed.

I was prompted to run these programs because I recently upgraded to Adobe Lightroom 2 and Photoshop CS4. Those programs shut down due to system errors all the time so I thought it might help to clear up any performance issues.

It would be great if someone has experienced this and worked it out would be kind enough to help.

Configuration: Windows XP Pro SP 2
Firefox 3.0.3

Best answers for « Windows XP Pro CHKDSK Hangs » in :
[Windows] XP Pro or XP Home? Show[Windows] XP Pro or XP Home? Myth Reality Explanations Conclusion Myth Version XP Pro better than the Home (more reliable, more stable, faster ...)? Reality That is absolutely false! Explanations XP Home and XP Pro have exactly...
Lock your Windows XP session ShowLock your Windows XP session Method 1: Shortcut Method 2: Using DOS Method 3: Create a .bat file There are several ways available to be able to lock your Windows XP (including Home Edition and XP Pro) Method 1: Shortcut 1....
Using visual styles (themes) on Windows XP ShowUsing visual styles (themes) on Windows XP A theme in principle includes a visual style (the appearance of windows, the taskbar and menus), desktop icons, wallpaper, the mouse, and a screen saver. If Microsoft has provided the...
Download Windows XP SP3 Service Pack ShowThe service pack 3 of Windows XP (XP SP3) is a major update for Windows XP which has more than 1000 corrective softwares with numerous corrections for security problems as well as some supplementary features. The new features of the Service Pack...
Download RyanVM's Windows XP Post-SP2 Update Pack ShowThe Xp version of Windows has undergone multiple improvements since its appearance, especially in the different service packs, which are called SP1, SP2 and SP3. Besides these major evolutions, every service pack also possesses their face-lift. Of...

1

rubrami281, on Oct 27, 2008 4:29:42 pm GMT
  • +5

I'd take on Dell's suggestion if your still having problems with your chkdisc. Run a system's restore point back to the day before your program problems started. Don't worry about the programs you recently installed or upgraded. You can always get them back. A word of advise.......try not to reboot your PC as constant as you do because you can cause it to crash...............Good Luck!!!!!!!!!!

Reply to rubrami281

2

tipz, on Feb 3, 2009 12:14:25 am GMT
  • +3

Hi i just had the same problem, what did u do in the end to fix it?

Reply to tipz

3

Jo Ann, on Feb 3, 2009 3:11:06 pm GMT
  • +2

Sorry you're having the same problem. If you are unable to get out of the chkdsk, as I was, the only thing I could do was reinstall the operating system. I'm sorry I don't have better news for you. I saved everything on my hard drive to a new drive then reinstalled windows scratch. That's the last thing I wanted to do because that involves reinstalling all of the programs and losing all of the personal settings for the programs. Good luck.

Reply to Jo Ann

4

Abhi, on Jun 17, 2009 7:35:06 pm BST

Hi ,
Solution No: 01
The major problem that why CHKDSK fails to run properly after rebooting because it is not able to get a lock on that volume , you might get a message saying the "Unable to lock volume (somehting like that)" ,
this is a known issue and it happens only when some other application gets a lock on that volume and doesnt allow CHKDSK to take a lock on the same .
This kind of activity is generally shown by AntiVirus , AntiSpyware and Firewall Programms ,
So instead of formatting your whole system , you will just try to uninstall any such kind of application and try running CHKDSK

Solution No: 02
You can modify the BOOT.ini file with the /SAFEBOOT option and parallely make the necessary changes in the
BOOT.INI tab of MSCONFIG utility to let ur system load the minimal number of Drivers when it reboots and you can also specify the list of drivers,So next time on rebooting if you are Lucky :) , u wont get a LOCK conflict and the CHKDSK would run fine ( cause it would be able to get a lock on that volume)

Hope this helps
***********************************
~Abhi

Reply to Abhi

5

 konglungen, on Oct 31, 2009 1:16:30 pm GMT

I also have trouble with chkdsk on an usb-drive.
I know that there is something wrong with it, so I try to use chkdsk to repair it.

I do as follows:
start -> run -> cmd
(dos- window)
chkdsk G: /X /F /R

G: the usb-disk
/X = dismounting volume, only chkdsk have access
/F = repair if errors
/R = Repair bad sectors, make readable info (NTFS)

This seems to be working for me, ... it is still not finished 500GB takes a while, but I can work on as normal doing other things that does not involve the g-disk.

If it is your systemdisk that is your problem, then you should hit F8 at startup, choose start from the promt and give the chkdsk command.
If that does not help, download the disk utilities for your spesific disk from the producer and do a health check.
(WinDLG from WESTERN DIGITAL seems to be working well on disks from other producers as well if you cannot find anything useful from your own producer.)

Reply to konglungen