Filesystems and case-insensitivity
Filesystems and case-insensitivity
Posted Nov 29, 2018 15:23 UTC (Thu) by dgm (subscriber, #49227)In reply to: Filesystems and case-insensitivity by smurf
Parent article: Filesystems and case-insensitivity
Well, nobody was talking about case preservation, but now that you mention it, you have three options:
- 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.
- 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.