* 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