Deutsch   English   Français   Italiano  
<vv3m8c$273hn$3@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail
From: Lawrence D'Oliveiro <ldo@nz.invalid>
Newsgroups: comp.os.linux.misc,comp.os.linux.advocacy
Subject: Re: Case Insensitive File Systems -- Torvalds Hates Them
Date: Fri, 2 May 2025 23:59:08 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 15
Message-ID: <vv3m8c$273hn$3@dont-email.me>
References: <pan$4068a$3910f4f1$8cbecede$9e42905e@linux.rocks>
	<20250428080014.0000347f@gmail.com> <m79tdsF2bf6U1@mid.individual.net>
	<20250428111242.00007426@gmail.com>
	<pan$c046d$e87ef491$a3427b7a$ac576dbc@linux.rocks>
	<20250429201119.736dc05c@blackbird.dehmel-lan.de>
	<pan$26cf9$ed710c82$1bdd3879$1503edcb@linux.rocks>
	<20250430210913.7e2f0782@blackbird.dehmel-lan.de>
	<6815278d$0$12946$426a34cc@news.free.fr>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Sat, 03 May 2025 01:59:08 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="30d4c8336280d13ab981d4dcdf2d0dd6";
	logging-data="2330167"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX19fhrkSJZUPq4oKmNZlU1un"
User-Agent: Pan/0.162 (Pokrosvk)
Cancel-Lock: sha1:8BSWo3I3HoZYHemmWyLzEBAVESU=
Bytes: 1950

On 02 May 2025 20:14:05 GMT, Stéphane CARPENTIER wrote:

> I remember trying to put a letter in uppercase in the name of an
> existing file. I had to rename the file differently to be able rename it
> back with the uppercase letter. That was very poorly handled by Windows.
> Don't know how it is now.

    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 ...