<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Jan 19, 2018, at 08:44, Jan Stary <<a href="mailto:hans@stare.cz" class="">hans@stare.cz</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">On Jan 19 06:48:37, <a href="mailto:rlhamil@smart.net" class="">rlhamil@smart.net</a> wrote:<br class=""><blockquote type="cite" class="">By default, macOS (like Windows with NTFS filesystem)<br class="">is case-preserving but NOT case-sensitive.<br class="">In other words, names that differ only by case<br class="">refer to the same file.<br class=""></blockquote><br class="">That's exactly what I was missing. Thanks.<br class=""><br class=""><blockquote type="cite" class="">For a case-preserving but case-insensitive filesystem,<br class="">the behavior was exactly as I'd expect.<br class=""></blockquote><br class="">My problem was I didn't know the FS is like that.<br class=""><br class=""><blockquote type="cite" class="">One can create either HFS+ or APFS filesystems to be case-sensitive,<br class=""></blockquote><br class="">I tend to leave the OS installation to its defaults,<br class="">unless needed otherwise (this might be the case though :-).<br class=""><br class=""><blockquote type="cite" class="">but for backwards compatibility with macOS's pre-Unix ancestors,<br class=""></blockquote><br class="">Huh. What are those?<br class=""><br class=""><blockquote type="cite" class="">that is obviously not the default.<br class=""></blockquote><br class="">More importantly (to me, anyway),<br class="">it _is_ the default on any other UNIX I have seen.<br class=""><br class=""><blockquote type="cite" class="">Ideally, all programs would refer consistently to file names,<br class="">so except for how a human types them in, it wouldn't matter. <br class=""></blockquote><br class="">"Ideally", the filename is exactly what I said it is.<br class=""><br class=""><blockquote type="cite" class="">But any exception would be broken on a case-sensitive filesystem;<br class=""></blockquote><br class="">What "exception"?<br class=""><br class="">"FILE" is "FILE". "file" is "file".<br class="">Nothing to do with each other.<br class=""></div></div></blockquote><div><br class=""></div><div>Well, no; the rules are whatever the filesystem says they are, not what you think they should be. :-)</div><div><br class=""></div><div>And it's still perfectly legitimate; As long as a case-sensitive filesystem is supported, that doesn't prevent it from being called Unix.</div><div><br class=""></div><div><a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap02.html" class="">http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap02.html</a></div><div><div>The system may provide non-standard extensions. These are features not required by POSIX.1-2008 and may include, but are not limited to:</div><div>[...]</div><div>Non-conforming file systems (for example, legacy file systems for which _POSIX_NO_TRUNC is false, <i class=""><b class="">case-insensitive file systems</b></i>, or network file systems)</div><div><br class=""></div><div>(emphasis mine)</div><div><br class=""></div><div>The problem though would be with non-conforming _applications_, which assume that "FILE", "File", and "file" are all the same file, and are not consistent about which they refer to it with.  Some applications have actually had different capitalization for a file embedded in different components of the application, as I recall.  It's also said that some of the Adobe apps may to this day have problems with being used on a case-sensitive filesystem.</div><div><br class=""></div><div>The advice I've seen is to leave the boot volume alone; but if you want additional or external drives to be case-sensitive, that's up to you.  Indeed, you might almost have to create a second boot volume, copy everything over, and "bless" it or whatever it takes to make it bootable, to get a case-sensitive boot volume.</div></div><br class=""><blockquote type="cite" class=""><div class=""><div class=""><br class=""><blockquote type="cite" class="">is it worth the risk of breakage to switch (I have seen some<br class="">in the past that would have broken)? Is it worth the inconvenience<br class="">of having to enter case correctly<br class="">(for those not already accustomed to doing that)?<br class=""></blockquote><br class="">Well, exactly. I find it a much bigger inconvenience<br class="">that the filename is _not_ what I said.<br class=""><br class="">No point in moaning about how thing are, I suppose.<br class="">I just didn't know till now. Thanks for the insight.<br class=""><br class=""><span class="Apple-tab-span" style="white-space:pre"> </span>Jan<br class=""><br class=""></div></div></blockquote></div><br class=""></body></html>