I have problems booting my Windows XP SP2 in any mode.

So, I ran the installation CD in the repair mode and entered the repair console. There, I ran the chkdsk command and found errors on my C drive.

I tried running chkdsk /f to fix the errors, but in vain. The command prompt says that only /p and /r options are applicable.

Now, what do I do to repair the file system?

link|improve this question
feedback

migrated from stackoverflow.com Aug 22 '11 at 14:17

This question came from our site for professional and enthusiast programmers.

2 Answers

up vote 0 down vote accepted

Chkdsk /r is probably your best choice, it checks everything and tries to repair bad blocks. To be honest though you're probably going to need a new hard drive but there's no harm in trying.

link|improve this answer
feedback

Do exactly what you did but change the command to chkdsk c:\ /r which will try to repair the bad sectors.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.