Hard drive errors (chkdsk hanging...)

l123456 Posted messages 16 Status Membre -  
 Black08 -
Hello, I haven't used the "how it works" forum to ask a question myself for a while, but I'm at my wits' end: I need your help. :)

Summary of the situation: my brother tells me that his PC won't start, that he has a virus or something. In fact, when he turns on his PC, he gets a black screen instead of the Windows boot (the BIOS works, by the way ^^). Without further ado, I tell him that it's not a big deal and that I would reinstall Windows for him. When I got to the file extraction stage, the installation crashed with an error message saying that the configuration could not be saved or something like that.
From there, I rebooted from the installation DVD and went to the menu to access the command prompt. I then ran a classic "chkdsk /f" to check, but it kindly told me: "unable to lock the current drive. Windows cannot run a check [...] 50" (I'm not sure about the end, but I do know it gets stuck at step 2/3).

I then burned the Knoopix live CD, a Linux distribution that serves, among other things, for this (file backup + error repair...), I launched it and in the GParted utility, I see a nice "Warning /!\\" icon, so I checked the information and the software clearly indicates that some "sectors" are corrupted and that I needed to boot into Windows and then use "chkdsk". Out of curiosity, I started formatting (in NTFS) the hard drive and there: no more error icon.

I celebrated victory a little too soon because once I went back to do my "chkdsk /f /r": it got stuck again.
I thought I had won again by installing Windows because the file extraction got stuck at... 83%.

I don't really know what to try anymore, any ideas?

Thanks in advance ;)

Laurent.

4 réponses

jojodu03 Posted messages 6 Status Membre 58
 
If you see this message: "unable to lock the current drive" when running chkdsk, it may also be because you launched the command prompt from a CD or DVD, so you are trying to run chkdsk on that CD if you forget to specify the drive letter:
chkdsk /f/r
will yield nothing
while
chkdsk c: /f/r 
will work perfectly...

And yes, it happens even to the best!!!...
66
Bill Gates
 
Thank you!
0
Jijo
 
Finally, a clear answer.
0
Black08
 
Simple and clear. You are great.
0