Well for one, occasional 'file not found' errors when programs (or shortcuts) 
check whether a file exists if the case is wrong.

And you can expect more problems too.  Windows systems are case insensitive, so 
there's nothing stopping a program referring to one of it's files as "file", 
"File" and "FILE".  They'll all refer to the same thing.  Under a case 
sensitive system however, those are three separate files, and there's no way to 
know what kinds of problems that could cause.

Suffice to say that while you might get away with running ZFS and CIFS in case 
sensitive mode for a bit, sooner or later it's going to go horribly wrong.
-- 
This message posted from opensolaris.org
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to