Why is NTFS case sensitive?
Posted
by
Luke
on Super User
See other posts from Super User
or by Luke
Published on 2011-12-02T20:45:43Z
Indexed on
2012/12/01
11:10 UTC
Read the original article
Hit count: 310
I personally thought that NTFS was case insensitive, since you can type cmd, CMD, cMd or even CmD and still get the command prompt. However, why is it that during a CHKDSK x: /f /r
, sometimes it fixes capitalization in some files? If it didn't care about the case, it shouldn't matter about that, and CHKDSK shouldn't be checking if it's actually CMD or cmd. Am I right? Where does it actually matter in the file system?
© Super User or respective owner