Linux: Case-INSENSITIVE Filesystem
        Posted  
        
            by Quandary
        on Server Fault
        
        See other posts from Server Fault
        
            or by Quandary
        
        
        
        Published on 2010-03-23T12:17:33Z
        Indexed on 
            2010/03/23
            12:23 UTC
        
        
        Read the original article
        Hit count: 592
        
What methods are there to make the Linux filesystem case-INSENSITIVE ?
I have asp.net applications developed on Windows, but there are always issues with capitalization/spelling on mono when putting it on Linux.
One way is to mount a localhost SMB share to /var/www. Are there any others ?
© Server Fault or respective owner