Subject: kern/31312: msdosfs does not know about case-sensitive filenames
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: None <juan@xtrarom.org>
List: netbsd-bugs
Date: 09/14/2005 01:31:00
>Number: 31312
>Category: kern
>Synopsis: msdosfs does not know about case-sensitive filenames
>Confidential: no
>Severity: serious
>Priority: high
>Responsible: kern-bug-people
>State: open
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Wed Sep 14 01:31:00 +0000 2005
>Originator: Juan RP
>Release: NetBSD 3.99.8
>Organization:
>Environment:
System: NetBSD Nocturno 3.99.8 NetBSD 3.99.8 (Nocturno) #121: Wed Sep 14 01:44:57 CEST 2005 juan@Nocturno:/home/juan/build/obj/sys/arch/i386/compile/Nocturno i386
Architecture: i386
Machine: i386
>Description:
Continuing with my large set of PRs about msdosfs, here's another
one (which FreeBSD has fixed):
[juan@Nocturno][~]> touch /mnt/storage/test/foo
[juan@Nocturno][~]> touch /mnt/storage/test/FOO
[juan@Nocturno][~]> ls -la /mnt/storage/test
total 16
drwxr-xr-x 1 juan users 4096 Sep 14 03:26 .
drwxr-xr-x 1 juan users 4096 Dec 31 1979 ..
-rw-r--r-- 1 juan users 0 Sep 14 03:26 foo
[juan@Nocturno][~]>
The behaviour does not change using -s or -l in mount_msdos(8).
The partition is a FAT32 volume.
>How-To-Repeat:
>Fix: