For future reference, seeing the OS X GUI tools aren’t too clear about this, here’s how to create a case-sensitive 5 GB volume using command line tools:
hdiutil create -megabytes 5000 -fs "Case-sensitive Journaled HFS+" -volname SomeName ~/SomeFileName
For encrypted volumes, add:
-encryption -stdinpass
Advertisement