Tell me more ×
Ask Different is a question and answer site for power users of Apple hardware and software. It's 100% free, no registration required.

I have installed snow leopard on a macbook ans selected case-sensitive file system when partitioning the disk, presuming that it's a standard thing and I'd rather have this system behaving as close as possible to *nix shell.

Although when trying to install Photoshop CS5 recently I got an error message saying that case-sensitive file system cannot be used for installation. Apparently reason is some issues in Apple installer system, which Adobe developers cannot find their way around.

So it looks like I will have to convert the case-sensitive FS to a case-insensitive one.

Are there any tools capable of doing that? Doesn't have to run under macos, anything will do, really (bootable CDs etc)

share|improve this question
See apple.stackexchange.com/questions/46322/… for a list of programs with HSFX issues and (possible) fixes. – mankoff Oct 15 '12 at 9:23

3 Answers

up vote 3 down vote accepted

iPartition claims to be able to do this, although I haven't tried it (and it costs money).

share|improve this answer
1  
Excellent, thanks! I was able to convert the file system to case-insensitive one with that tool. Had to make a bootable DVD (need to have the original MacOS installation DVD for that) – Art Jun 1 '11 at 10:59

There is a FUSE solution called ciopfs (case insensitive on purpose file system).

I quote:

ciopfs is a stackable or overlay linux userspace file system (implemented with fuse) which mounts a normal directory on a regular file system in case insensitive fashion.

This may be what you're looking for.

share|improve this answer

I don't believe its possible to convert your file system once this is selected. The reason you can't convert is because of the possibility of file name duplicates. All you can do is clone the drive to an external HFS+ that isn't case sensitive and then format your internal drive. And clone it back to the internal.

I would recommend using Carbon Copy Cloner for its ease of use and the fact its free.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.