Hacker News new | ask | show | jobs
by Spivak 2246 days ago
Save yourself the headache and just make your project directories case sensitive.

fsutil.exe file setCaseSensitiveInfo "C:\path\to\dir" enable

1 comments

can't do on osx without reformat if i'm recalling correctly
APFS filesystem has volumes that share shape with Macintosh HD. You can create a separate encrypted case sensitive volume called Development
that's like using a nuke to hammer a nail.
It really isn’t. APFS has excellent support for logical volumes, and it’s barely any harder than creating a new folder.

(Each volume can also use an extra encryption layer if you want, which can be super useful.)