From: Keith Owens <kaos@ocs.com.au>
To: linux-ia64@vger.kernel.org
Subject: Re: Is vfat fs case sensitive in 2.6.7?
Date: Tue, 22 Jun 2004 23:11:26 +0000 [thread overview]
Message-ID: <28518.1087945886@ocs3.ocs.com.au> (raw)
In-Reply-To: <20040622224302.GA953@lucon.org>
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
next prev parent reply other threads:[~2004-06-22 23:11 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-06-22 22:43 Is vfat fs case sensitive in 2.6.7? H. J. Lu
2004-06-22 23:11 ` Keith Owens [this message]
2004-06-23 6:14 ` H. J. Lu
2004-06-23 6:21 ` Christoph Hellwig
2004-06-23 10:47 ` Jesse Barnes
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=28518.1087945886@ocs3.ocs.com.au \
--to=kaos@ocs.com.au \
--cc=linux-ia64@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.