Sujet : Re: Case Insensitive File Systems -- Torvalds Hates Them
De : invalid (at) *nospam* invalid.invalid (Richard Kettlewell)
Groupes : comp.os.linux.misc comp.os.linux.advocacyDate : 10. May 2025, 09:38:26
Autres entêtes
Organisation : terraraq NNTP server
Message-ID : <wwvmsbkeu7x.fsf@LkoBDZeT.terraraq.uk>
References : 1 2 3 4 5 6 7 8 9 10 11 12
User-Agent : Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
The Natural Philosopher <
tnp@invalid.invalid> writes:
On 03/05/2025 13:09, Chris Ahlstrom wrote:
Lawrence D'Oliveiro wrote this post while blinking in Morse code:
ldo@theon:caseinsens-try> touch try.dat
ldo@theon:caseinsens-try> ls -l
total 0
-rw-r--r-- 1 ldo users 0 May 3 11:57 try.dat
ldo@theon:caseinsens-try> mv try.dat TRY.DAT
mv: 'try.dat' and 'TRY.DAT' are the same file
>
I guess Linux isn’t any better ...
It works on my Linux box (Debian Sid).
Heh heh:
And mine (Mint 22)
I would guess that you’re doing the test on a case-dependent filesystem?
With vfat and 9p (to NTFS, in WSL) the behavior is as Lawrence
describes.
-- https://www.greenend.org.uk/rjk/