I ran a chkdsk and it stated it was correcting the upercase file. Out of complete curiosity I Googled it but couldn't find any info. Anyone know what this file is?

link|improve this question

feedback

1 Answer

up vote 4 down vote accepted

It stores a mapping between lower-case letters and upper-case letters (so as to provide case-insensitivity). Details here: http://blogs.msdn.com/b/michkap/archive/2005/01/16/353873.aspx

And this one may apply more specifically to you: http://blogs.msdn.com/b/michkap/archive/2007/12/27/6875879.aspx, and links to this MSKB article: Error message when you run Chkdsk.exe on a Windows XP-based or on a Windows Server 2003-based computer: “Correcting errors in the uppercase file”

link|improve this answer
Perfect :) I figured it was something like that, but it's nice to quench my curiosity. – Jeff F. Mar 21 '11 at 17:45
feedback

Your Answer

 
or
required, but never shown

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