macosfilesystemshfs

Mac OS X and Testing Applications on Case Sensitive File Systems


I have two MacBook Pros, but they shipped with a case-insensitive file systems. I would like to test a few of my utilities on a case-sensitive file system. Is there anyway to turn case-sensitivity on per application? Perhaps there is another solution that does not require a re-format of the hard drive?

I also read Technical Note TN2096: Debugging Case-Sensitivity Bugs in Applications. But it does not detail how to set up a test environment.


Solution

  • There is no way to "turn on case-sensitivity" for a single application. The filesystem structure on your volume is what's case-sensitive or not.

    You can use Disk Utility to set this up, in a couple of different ways:

    I'm sure there are more tricky ways, but those should get you started.