* vfat bug
@ 2004-09-16 22:13 Michael Scondo
2004-09-17 2:04 ` Herbert Poetzl
0 siblings, 1 reply; 3+ messages in thread
From: Michael Scondo @ 2004-09-16 22:13 UTC (permalink / raw)
To: linux-kernel
Hello..
I've just compiled a new kernel ( 2.6.8.1 ), and now I'm not able to mount my
fat32 partitions anymore.
mount /dev/hda7 /mnt
mount: wrong fs type, bad option, bad superblock on /dev/hda7,
or too many mounted file systems
:-(
Every works still fine with 2.6.4, but I'm not sure, whether this occurs due
to a bug in the kernel or because a wrong build process.
Therefore I'm posting this to the list.
I've just googled about this problem and a few other people seem to have
problems with fat32, too, but I'm not sure what this means to me.
So could someone tell me please, whether this problem is reproducable or
already known or if it occurs only at my system ?
Thanks, Micha
( Please CC me, I'm not on the list )
------------------------------------------------
The system on which the kernel runs is Debian Sid:
Linux betageuze.stars 2.6.8.1 #2 Thu Sep 16 16:24:09 CEST 2004 i686 GNU/Linux
Gnu C 3.3.3
Gnu make 3.79.1
binutils 2.14.90.0.7
util-linux 2.12
mount 2.12
module-init-tools 3.0-pre10
e2fsprogs 1.35
PPP 2.4.2
isdn4k-utils 3.3
nfs-utils 1.0.6
Linux C Library 2.3.2
Dynamic linker (ldd) 2.3.2
Procps 3.2.1
Net-tools 1.60
Console-tools 0.2.3
Sh-utils 5.0.91
Modules Loaded floppy snd_pcm_oss snd_mixer_oss sr_mod scsi_mod lp
parport binfmt_misc nls_cp850 smbfs dummy ext2 vfat fat psmouse snd_sb_common
snd_es1688 snd_opl3_lib snd_hwdep snd_es1688_lib snd_pcm snd_page_alloc
snd_timer snd_mpu401_uart snd_rawmidi snd_seq_device snd soundcore tulip
8139too mii crc32 nfs nfsd exportfs lockd sunrpc usblp ide_cd cdrom slhc
uhci_hcd usbcore
CPU: Pentium 2, 400 Mhz
However, I've build the kernel at another system ( Debian Woody ):
Gnu C 2.95.4
Gnu make 3.79.1
binutils 2.11.92.0.12.3
util-linux 2.11n
mount 2.11n
module-init-tools implemented
e2fsprogs 1.25
nfs-utils 1.0
Linux C Library 2.2.4
Dynamic linker (ldd) 2.2.4
Net-tools 1.60
Console-tools 0.2.3
Sh-utils 2.0.11
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: vfat bug
2004-09-16 22:13 vfat bug Michael Scondo
@ 2004-09-17 2:04 ` Herbert Poetzl
2004-09-17 10:30 ` vfat bug - solved Michael Scondo
0 siblings, 1 reply; 3+ messages in thread
From: Herbert Poetzl @ 2004-09-17 2:04 UTC (permalink / raw)
To: Michael Scondo; +Cc: linux-kernel
On Fri, Sep 17, 2004 at 12:13:20AM +0200, Michael Scondo wrote:
> Hello..
> I've just compiled a new kernel ( 2.6.8.1 ), and now I'm not able to mount my
> fat32 partitions anymore.
>
> mount /dev/hda7 /mnt
> mount: wrong fs type, bad option, bad superblock on /dev/hda7,
> or too many mounted file systems
> :-(
>
> Every works still fine with 2.6.4, but I'm not sure, whether this occurs due
> to a bug in the kernel or because a wrong build process.
> Therefore I'm posting this to the list.
check the kernel ring buffer (dmesg) for codepages which
are requested but not found (or other strange messages)
which appear when you 'try' to mount the filesystem
HTH,
Herbert
> I've just googled about this problem and a few other people seem to have
> problems with fat32, too, but I'm not sure what this means to me.
> So could someone tell me please, whether this problem is reproducable or
> already known or if it occurs only at my system ?
>
> Thanks, Micha
> ( Please CC me, I'm not on the list )
>
>
>
> ------------------------------------------------
> The system on which the kernel runs is Debian Sid:
>
> Linux betageuze.stars 2.6.8.1 #2 Thu Sep 16 16:24:09 CEST 2004 i686 GNU/Linux
>
> Gnu C 3.3.3
> Gnu make 3.79.1
> binutils 2.14.90.0.7
> util-linux 2.12
> mount 2.12
> module-init-tools 3.0-pre10
> e2fsprogs 1.35
> PPP 2.4.2
> isdn4k-utils 3.3
> nfs-utils 1.0.6
> Linux C Library 2.3.2
> Dynamic linker (ldd) 2.3.2
> Procps 3.2.1
> Net-tools 1.60
> Console-tools 0.2.3
> Sh-utils 5.0.91
> Modules Loaded floppy snd_pcm_oss snd_mixer_oss sr_mod scsi_mod lp
> parport binfmt_misc nls_cp850 smbfs dummy ext2 vfat fat psmouse snd_sb_common
> snd_es1688 snd_opl3_lib snd_hwdep snd_es1688_lib snd_pcm snd_page_alloc
> snd_timer snd_mpu401_uart snd_rawmidi snd_seq_device snd soundcore tulip
> 8139too mii crc32 nfs nfsd exportfs lockd sunrpc usblp ide_cd cdrom slhc
> uhci_hcd usbcore
>
> CPU: Pentium 2, 400 Mhz
>
> However, I've build the kernel at another system ( Debian Woody ):
>
> Gnu C 2.95.4
> Gnu make 3.79.1
> binutils 2.11.92.0.12.3
> util-linux 2.11n
> mount 2.11n
> module-init-tools implemented
> e2fsprogs 1.25
> nfs-utils 1.0
> Linux C Library 2.2.4
> Dynamic linker (ldd) 2.2.4
> Net-tools 1.60
> Console-tools 0.2.3
> Sh-utils 2.0.11
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: vfat bug - solved
2004-09-17 2:04 ` Herbert Poetzl
@ 2004-09-17 10:30 ` Michael Scondo
0 siblings, 0 replies; 3+ messages in thread
From: Michael Scondo @ 2004-09-17 10:30 UTC (permalink / raw)
To: linux-kernel
Am Freitag, 17. September 2004 04:04 schrieb Herbert Poetzl:
> On Fri, Sep 17, 2004 at 12:13:20AM +0200, Michael Scondo wrote:
> > Hello..
> > I've just compiled a new kernel ( 2.6.8.1 ), and now I'm not able to
> > mount my fat32 partitions anymore.
> >
> > mount /dev/hda7 /mnt
> > mount: wrong fs type, bad option, bad superblock on /dev/hda7,
> > or too many mounted file systems
> >
> > :-(
> >
> > Every works still fine with 2.6.4, but I'm not sure, whether this occurs
> > due to a bug in the kernel or because a wrong build process.
> > Therefore I'm posting this to the list.
>
> check the kernel ring buffer (dmesg) for codepages which
> are requested but not found (or other strange messages)
> which appear when you 'try' to mount the filesystem
>
> HTH,
> Herbert
Yes, the module fat wasn´t able to find cp437 as well as the charset
iso8859-1. ( both configured as default )
If I pass the options "-o codepage=850,iocharset=iso8859-15" to mount,
everything works fine.
Maybe, I should have been a little bit more watchful while configuring.
But weren't it sensible to provide a mechanism, which prevent's such a silly
configuration ?
Thanks a lot
Micha
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-09-17 10:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-16 22:13 vfat bug Michael Scondo
2004-09-17 2:04 ` Herbert Poetzl
2004-09-17 10:30 ` vfat bug - solved Michael Scondo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome