[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#333776: marked as done (linux-2.6: vfat driver in 2.6.12 is not properly case-insensitive)



Your message dated Tue, 4 Jun 2013 00:29:27 +0200
with message-id <20130603222926.GC5604@pisco.westfalen.local>
and subject line Closing
has caused the Debian Bug report #333776,
regarding linux-2.6: vfat driver in 2.6.12 is not properly case-insensitive
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
333776: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=333776
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: linux-2.6
Version: 2.6.12-6

The vfat driver in 2.6.12 appears to include a regression compared with
earlier versions.  VFAT is a case-insensitive filesystem, but with this
kernel filenames are not handled in a case-insensitive manner:

$ cd /media/usb0/
$ touch foo
$ ls -l foo
-rw-------  1 vorlon vorlon 0 2005-10-08 03:25 foo
$ touch fOo
touch: cannot touch `fOo': File exists
$ cat fOo
cat fOo: No such file or directory
$ rm foo
$ touch FOO
$ ls FOO
ls: FOO: No such file or directory
$ ls foo
foo
$ touch foo_not_8.3.txt
$ touch fOO_not_8.3.txt
$ ls -l f*txt
-rw-------  1 vorlon vorlon 0 2005-10-08 03:28 foo_not_8.3.txt
-rw-------  1 vorlon vorlon 0 2005-10-08 03:28 fOO_not_8.3.txt
$

This poses a significant compatibility problem when sharing vfat volumes
between Debian and Windows (which, y'know, is the whole point).

Cheers,
-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
vorlon@debian.org                                   http://www.debian.org/

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Hi,
your bug has been filed against the "linux-2.6" source package and was filed for
a kernel older than the recently released Debian 7.0 / Wheezy with a severity
less than important.

We don't have the ressources to reproduce the complete backlog of all older kernel
bugs, so we're closing this bug for now. If you can reproduce the bug with Debian Wheezy
or a more recent kernel from testing or unstable, please reopen the bug by sending
a mail to control@bugs.debian.org with the following three commands included in the
mail:

reopen BUGNUMBER
reassign BUGNUMBER src:linux
thanks

Cheers,
        Moritz

--- End Message ---

Reply to: