• fadhl3y@lemmy.worldEnglish
    17·
    11 months ago

    Strictly speaking, this is a limitation of the default filesystem, and not the core operating system. If you mount a NFS share that is case sensitive, it will still be case sensitive.

    • fatalicus@lemmy.world
      7·
      11 months ago

      Technically not a limit there either since you in windows on NTFS can set a flag on a folder to make it case sensitive

      fsutil.exe file queryCaseSensitiveInfo <path>
      
      • lengau@midwest.social
        4·
        11 months ago

        Can you apply this recursively to an entire drive? Say… C:\

        • fakeaustinfloyd@ttrpg.network
          1·
          11 months ago

          You could, but should pick a different drive than c (this will likely break a ton of stuff)