From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keith Owens Date: Tue, 22 Jun 2004 23:11:26 +0000 Subject: Re: Is vfat fs case sensitive in 2.6.7? Message-Id: <28518.1087945886@ocs3.ocs.com.au> List-Id: References: <20040622224302.GA953@lucon.org> In-Reply-To: <20040622224302.GA953@lucon.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org On Tue, 22 Jun 2004 15:43:02 -0700, "H. J. Lu" 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