Ruslan Sivak wrote:
We have an application that was build on a windows platform that expects a case insensitive file system. Is there a way to set one up in CentOS? NTFS should work, I think, but I feel uneasy using that under Linux.
NTFS is not whats case insensitive, its WINDOWS thats case insensitive.
you'll need to fix that application to either use all monocase names or to be self-consistent enough to run properly on a case sensitive system.