Your message dated Fri, 14 Nov 2008 18:58:28 +0100
with message-id <[EMAIL PROTECTED]>
and subject line 2.6.8 kernel removed from Debian
has caused the Debian Bug report #348695,
regarding kernel-source-2.6.8: vfat/fat is too picky on media descriptor
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 [EMAIL PROTECTED]
immediately.)
--
348695: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=348695
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: kernel-source-2.6.8
Version: 2.6.8-16
Severity: normal
We're the IT support group for our mathematical institute and
we're having trouble with some USB-sticks. The vfat module is
not able to mount some of them because the media descriptor
byte is 0xB9 instead of being between F0 and FF as the module
wants it to be.
The USB sticks are preformatted (by toshiba in this case) and
they work under openBSD, netBSD, windows and MAC, only the
linux kernel complains here.
Just reformat is not always an option if you have data on it
and you don't want to loose it. (We have a quite mixed userbase
here with a lot of windows users)
We did some research on MSDN and discovered that the definition
of the media descriptor is not that well formulated.
On the link below they say that these values are the valid ones
(F0-FF)
http://support.microsoft.com/default.aspx?scid=kb;en-us;75131
And here they say that the list shows *some* valid values
http://support.microsoft.com/default.aspx?scid=kb;en-us;140418
In <kernel-source>/fs/fat/inode.c the media descriptor is only
used to verify the partition type. As we have seen above this
may not be correct to be that picky there.
A possible solution could be to "soften" the check in
/usr/include/linux/msdos_fs.h for FAT_VALID_MEDIA(x) which
currently looks like this:
#define FAT_VALID_MEDIA(x) ((0xF8 <= (x) && (x) <= 0xFF) || (x) == 0xF0)
IMHO this bug should be forwarded to upstream for further
discussions, because I think that toshiba sells a lot of "broken"
USB-sticks and this should be handled.
-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Versions of packages kernel-source-2.6.8 depends on:
ii binutils 2.15-6 The GNU assembler, linker and bina
ii bzip2 1.0.2-7 high-quality block-sorting file co
ii coreutils [fileutils] 5.2.1-2 The GNU core utilities
-- no debconf information
--- End Message ---
--- Begin Message ---
The 2.6.8 kernel is no longer supported by Debian so I'm closing
your bug report. Please try the 2.6.26 kernel from Debian lenny.
If this issue is still present, let me know.
Thanks.
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---