public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* fat32 all upper-case filename problem
@ 2004-04-04 22:49 James Vega
  2004-04-05 10:30 ` Marco Roeland
  2004-04-05 13:02 ` OGAWA Hirofumi
  0 siblings, 2 replies; 6+ messages in thread
From: James Vega @ 2004-04-04 22:49 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1052 bytes --]

I've run across an interesting problem with creating all upper-case 
files/direcotries on fat32 partitions.  After creating a file in all upper-case, 
I can access it for a short time using either the all upper-case name or the all 
lower-case name.  After a short amount of time (or a umount/mount), I can only 
access the file via the all lower-case name.  I'm currently using kernel 2.6.4, 
but I've been seeing this since at least November of last year.

I've talked to a few people to see if anyone else can reproduce this and so far, 
I'm the only one that has been able to (save for the person that reported this 
bug http://bugs.xiph.org/show_bug.cgi?id=413).  Please CC any replies to me as I 
am not subscribed to the list.

Thanks,
James Vega

Example:

debil% touch /usbdrive/CASE
debil% ls /usbdrive
case
debil% ls /usbdrive/CASE
/usbdrive/CASE
debil% ls /usbdrive/case
/usbdrive/case
debil% umount /usbdrive && mount /usbdrive
debil% ls /usbdrive/case
/usbdrive/case
debil% ls /usbdrive/CASE
ls: /usbdrive/CASE: No such file or directory

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 264 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-04-05 21:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-04 22:49 fat32 all upper-case filename problem James Vega
2004-04-05 10:30 ` Marco Roeland
2004-04-05 19:40   ` James Vega
2004-04-05 13:02 ` OGAWA Hirofumi
2004-04-05 19:44   ` James Vega
2004-04-05 21:39     ` James Vega

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox