[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] Upper / Lowercase issue



On 08/27/2010 07:36 PM, Jean-Luc CECCOLI wrote:

>    As the second file was to be saved, after the first one had, I
>    could notice that the file selector behaved as if the directory
>    was empty - but it was not, since ther was already a file with

Didn't Alan fix this bug recently? "ramfs search bug" I think he called
it. Do you have a recent kernel?

> Are those really normal behaviours ? Can really an ext2 filesystem
> handle simultaneously both upper- and lowercase versions of one
> same nammed file ?

Yes. ext2 is case sensitive, so FILE.RSC and file.rsc are different
files. VFAT is case preserving, which means that although it preserves
the case of the filename, it doesn't differ between upper- and
lowercase. So on VFAT, FILE.RSC and file.rsc is the same file.

I would expect TosWin2 to look for "toswin2.rsc", which means that the
file has to be in lowercase on a ext2 partition for TosWin2 to find it.

Jo Even