Luu Tuyen@lemmy.world to linuxmemes@lemmy.world · 3 months agoRemember: GNU/Linux and other UNIX systems can make files that are case-sensitive, Windows can't make files that are case-sensitivelemmy.worldimagemessage-square42fedilinkarrow-up16arrow-down10
arrow-up16arrow-down1imageRemember: GNU/Linux and other UNIX systems can make files that are case-sensitive, Windows can't make files that are case-sensitivelemmy.worldLuu Tuyen@lemmy.world to linuxmemes@lemmy.world · 3 months agomessage-square42fedilink
minus-squarefadhl3y@lemmy.worldlinkfedilinkEnglisharrow-up0·3 months agoStrictly 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.
minus-squarefatalicus@lemmy.worldlinkfedilinkarrow-up0·3 months agoTechnically 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>
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.
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>