Filesystems and case-insensitivity
Filesystems and case-insensitivity
Posted Nov 29, 2018 12:20 UTC (Thu) by smurf (subscriber, #17840)In reply to: Filesystems and case-insensitivity by dgm
Parent article: Filesystems and case-insensitivity
Posted Nov 29, 2018 15:23 UTC (Thu)
by dgm (subscriber, #49227)
[Link]
Filesystems and case-insensitivity
- use the filesystem as case preserving (and give up case insensitivity)
- use the filesystem as canse-insensitive (and forget about case preservation)
- use xattrs
And all that, without touching a single line of kernel code.