What reasons are there for choosing the case-insensitive version of HFS+ when formatting the primary drive partition? Would case-sensitive not always be the best choice?
|
|
Use the default (case-insensitive) unless you both a) know what you're doing and b) you absolutely have to. There are several programs (Norton Antivirus comes to mind) that won't work properly on a case-sensitive file system. HFS is, by default, case-insensitive but case-preserving (i.e. it doesn't care what you type for comparison purposes, but it will remember what you type). |
|||
|
|
|
One or other can break applications, case-insensitive is the default however. If you've been using case-insensitive without issues then there are no guarantees that a transition to case-sensitive will go well. Here's one example from the apple support pages:
|
||||
|
There are some significant applications that will not work correctly with case sensitive. And there's really no reason to do it. I'm assuming since you're asking that you really don't have a reason to do it. You're definitely better off not doing it unless you have a specific reason, and don't care that many applications don't work right with it. |
|||
|
|
|
There is a good reason to choose a case sensitive file system. If you are concerned by the quality and the security of the applications you run you might be interested by any early mechanism which may discriminate badly programmed applications. An application which at one time create a file named This dangerous application will most probably crash on a case sensitive file system. This dangerous application will not crash on a case insensitive file system. (Some applications will crash on both, but we are not highly motivated to sort out these ones.) Hence a case sensitive file system may be considered as a good tool to early detect and block poorly programmed applications. On the other hand, this level of programming quality control is far from sufficient to ensure that you don't have any other vulnerability. |
|||||||||
|