public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* Is vfat fs case sensitive in 2.6.7?
@ 2004-06-22 22:43 H. J. Lu
  2004-06-22 23:11 ` Keith Owens
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: H. J. Lu @ 2004-06-22 22:43 UTC (permalink / raw)
  To: linux-ia64

Under 2.4, I got

[root@gnu-4 efi]# cd /boot/efi/
[root@gnu-4 efi]# touch foo
[root@gnu-4 efi]# ls -l FOO
-rwxr-xr-x    1 root     root            0 Jun 22 15:41 FOO
[root@gnu-4 efi]#

Under 2.6.7, I got

[root@gnu-2 efi]# cd /boot/efi/
[root@gnu-2 efi]# touch foo
[root@gnu-2 efi]# ls -l FOO
ls: FOO: No such file or directory
[root@gnu-2 efi]#

Any ideas?


H.J.

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

* Re: Is vfat fs case sensitive in 2.6.7?
  2004-06-22 22:43 Is vfat fs case sensitive in 2.6.7? H. J. Lu
@ 2004-06-22 23:11 ` Keith Owens
  2004-06-23  6:14 ` H. J. Lu
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Keith Owens @ 2004-06-22 23:11 UTC (permalink / raw)
  To: linux-ia64

On Tue, 22 Jun 2004 15:43:02 -0700, 
"H. J. Lu" <hjl@lucon.org> wrote:
>Under 2.4, I got
>
>[root@gnu-4 efi]# cd /boot/efi/
>[root@gnu-4 efi]# touch foo
>[root@gnu-4 efi]# ls -l FOO
>-rwxr-xr-x    1 root     root            0 Jun 22 15:41 FOO
>[root@gnu-4 efi]#
>
>Under 2.6.7, I got
>
>[root@gnu-2 efi]# cd /boot/efi/
>[root@gnu-2 efi]# touch foo
>[root@gnu-2 efi]# ls -l FOO
>ls: FOO: No such file or directory
>[root@gnu-2 efi]#

Works for me on 2.6.7.

# cd /boot/efi
# touch foo
# ls -il FOO foo
    111 -rwxr-xr-x    1 root     root            0 Jun 23 09:08 foo
    111 -rwxr-xr-x    1 root     root            0 Jun 23 09:08 FOO


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

* Re: Is vfat fs case sensitive in 2.6.7?
  2004-06-22 22:43 Is vfat fs case sensitive in 2.6.7? H. J. Lu
  2004-06-22 23:11 ` Keith Owens
@ 2004-06-23  6:14 ` H. J. Lu
  2004-06-23  6:21 ` Christoph Hellwig
  2004-06-23 10:47 ` Jesse Barnes
  3 siblings, 0 replies; 5+ messages in thread
From: H. J. Lu @ 2004-06-23  6:14 UTC (permalink / raw)
  To: linux-ia64

On Wed, Jun 23, 2004 at 09:11:26AM +1000, Keith Owens wrote:
> On Tue, 22 Jun 2004 15:43:02 -0700, 
> "H. J. Lu" <hjl@lucon.org> wrote:
> >Under 2.4, I got
> >
> >[root@gnu-4 efi]# cd /boot/efi/
> >[root@gnu-4 efi]# touch foo
> >[root@gnu-4 efi]# ls -l FOO
> >-rwxr-xr-x    1 root     root            0 Jun 22 15:41 FOO
> >[root@gnu-4 efi]#
> >
> >Under 2.6.7, I got
> >
> >[root@gnu-2 efi]# cd /boot/efi/
> >[root@gnu-2 efi]# touch foo
> >[root@gnu-2 efi]# ls -l FOO
> >ls: FOO: No such file or directory
> >[root@gnu-2 efi]#
> 
> Works for me on 2.6.7.
> 
> # cd /boot/efi
> # touch foo
> # ls -il FOO foo
>     111 -rwxr-xr-x    1 root     root            0 Jun 23 09:08 foo
>     111 -rwxr-xr-x    1 root     root            0 Jun 23 09:08 FOO
> 

I have

CONFIG_NLS_DEFAULT="utf8"

in .config. Does it make a difference?


H.J.

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

* Re: Is vfat fs case sensitive in 2.6.7?
  2004-06-22 22:43 Is vfat fs case sensitive in 2.6.7? H. J. Lu
  2004-06-22 23:11 ` Keith Owens
  2004-06-23  6:14 ` H. J. Lu
@ 2004-06-23  6:21 ` Christoph Hellwig
  2004-06-23 10:47 ` Jesse Barnes
  3 siblings, 0 replies; 5+ messages in thread
From: Christoph Hellwig @ 2004-06-23  6:21 UTC (permalink / raw)
  To: linux-ia64

On Tue, Jun 22, 2004 at 11:14:01PM -0700, H. J. Lu wrote:
> I have
> 
> CONFIG_NLS_DEFAULT="utf8"
> 
> in .config. Does it make a difference?

Yes, check recent lkml archives.


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

* Re: Is vfat fs case sensitive in 2.6.7?
  2004-06-22 22:43 Is vfat fs case sensitive in 2.6.7? H. J. Lu
                   ` (2 preceding siblings ...)
  2004-06-23  6:21 ` Christoph Hellwig
@ 2004-06-23 10:47 ` Jesse Barnes
  3 siblings, 0 replies; 5+ messages in thread
From: Jesse Barnes @ 2004-06-23 10:47 UTC (permalink / raw)
  To: linux-ia64

On Wednesday, June 23, 2004 2:21 am, Christoph Hellwig wrote:
> On Tue, Jun 22, 2004 at 11:14:01PM -0700, H. J. Lu wrote:
> > I have
> >
> > CONFIG_NLS_DEFAULT="utf8"
> >
> > in .config. Does it make a difference?
>
> Yes, check recent lkml archives.

This should be fixed as of -bk4 or so.  I submitted a patch to the FAT 
maintainer to prevent utf8 from being used for FAT filesystems, since it 
doesn't allow for FAT semantics.

Jesse

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

end of thread, other threads:[~2004-06-23 10:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-22 22:43 Is vfat fs case sensitive in 2.6.7? H. J. Lu
2004-06-22 23:11 ` Keith Owens
2004-06-23  6:14 ` H. J. Lu
2004-06-23  6:21 ` Christoph Hellwig
2004-06-23 10:47 ` Jesse Barnes

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