public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.6.0-test8 PROBLEM: codepage=850 doesn't work with mount
@ 2003-10-23 10:27 Chip
  2003-10-23 18:10 ` OGAWA Hirofumi
  0 siblings, 1 reply; 5+ messages in thread
From: Chip @ 2003-10-23 10:27 UTC (permalink / raw)
  To: linux-kernel

Hi,

If you've got this line in your /etc/fstab:

/dev/hda5 /mnt/win_d vfat quiet,iocharset=iso8859-1,codepage=850,umask=0 0 0

You will get the following message during mount -a:

mount: wrong fs type, bad option, bad superblock on /dev/hda5,
        or too many mounted file systems

I've chessed out that the problemataic part is the codepage=850. When 
I've removed it the mount goes ok.


My system:
Linux version 2.6.0-test8 (root@localhost) (gcc version 3.2.2 (Mandrake 
Linux 9.1 3.2.2-3mdk)) #3 SMP Mon Oct 20 12:32:45 CEST 2003

After this I've patched my kernel with supermount patch for 2.6.0-test7, 
but doesn't work. After configuring, recompile, and installing I still 
get this message:
mount: fs type supermount not supported by kernel

Please feel free to ask me about these problems and CC me, while I'm not 
on the list.

Kind Regards,
Chip...


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 2.6.0-test8 PROBLEM: codepage=850 doesn't work with mount
  2003-10-23 10:27 2.6.0-test8 PROBLEM: codepage=850 doesn't work with mount Chip
@ 2003-10-23 18:10 ` OGAWA Hirofumi
  2003-10-23 18:28   ` Randy.Dunlap
  0 siblings, 1 reply; 5+ messages in thread
From: OGAWA Hirofumi @ 2003-10-23 18:10 UTC (permalink / raw)
  To: Chip; +Cc: linux-kernel

Chip <szarlada@freemail.hu> writes:

> Hi,
> 
> If you've got this line in your /etc/fstab:
> 
> /dev/hda5 /mnt/win_d vfat quiet,iocharset=iso8859-1,codepage=850,umask=0 0 0
> 
> You will get the following message during mount -a:
> 
> mount: wrong fs type, bad option, bad superblock on /dev/hda5,
>         or too many mounted file systems
> 
> I've chessed out that the problemataic part is the codepage=850. When
> I've removed it the mount goes ok.

I couldn't reproduce it. Could you send output of dmesg and .config.
It looks like it couldn't load nls_cp850.
-- 
OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 2.6.0-test8 PROBLEM: codepage=850 doesn't work with mount
  2003-10-23 18:10 ` OGAWA Hirofumi
@ 2003-10-23 18:28   ` Randy.Dunlap
  2003-10-23 18:47     ` 2.6.0-test8 PROBLEM: codepage=850 doesn't work with mount [SOLVED] Chip
  0 siblings, 1 reply; 5+ messages in thread
From: Randy.Dunlap @ 2003-10-23 18:28 UTC (permalink / raw)
  To: OGAWA Hirofumi; +Cc: szarlada, linux-kernel

On Fri, 24 Oct 2003 03:10:00 +0900 OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> wrote:

| Chip <szarlada@freemail.hu> writes:
| 
| > Hi,
| > 
| > If you've got this line in your /etc/fstab:
| > 
| > /dev/hda5 /mnt/win_d vfat quiet,iocharset=iso8859-1,codepage=850,umask=0 0 0
| > 
| > You will get the following message during mount -a:
| > 
| > mount: wrong fs type, bad option, bad superblock on /dev/hda5,
| >         or too many mounted file systems
| > 
| > I've chessed out that the problemataic part is the codepage=850. When
| > I've removed it the mount goes ok.
| 
| I couldn't reproduce it. Could you send output of dmesg and .config.
| It looks like it couldn't load nls_cp850.

I second that.  I was just trying to reproduce it and cannot.

--
~Randy

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 2.6.0-test8 PROBLEM: codepage=850 doesn't work with mount [SOLVED]
  2003-10-23 18:28   ` Randy.Dunlap
@ 2003-10-23 18:47     ` Chip
  2003-10-23 19:31       ` OGAWA Hirofumi
  0 siblings, 1 reply; 5+ messages in thread
From: Chip @ 2003-10-23 18:47 UTC (permalink / raw)
  To: Randy.Dunlap; +Cc: OGAWA Hirofumi, linux-kernel

Randy.Dunlap wrote:
> On Fri, 24 Oct 2003 03:10:00 +0900 OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> wrote:
> 
> | Chip <szarlada@freemail.hu> writes:
> | 
> | > Hi,
> | > 
> | > If you've got this line in your /etc/fstab:
> | > 
> | > /dev/hda5 /mnt/win_d vfat quiet,iocharset=iso8859-1,codepage=850,umask=0 0 0
> | > 
> | > You will get the following message during mount -a:
> | > 
> | > mount: wrong fs type, bad option, bad superblock on /dev/hda5,
> | >         or too many mounted file systems
> | > 
> | > I've chessed out that the problemataic part is the codepage=850. When
> | > I've removed it the mount goes ok.
> | 
> | I couldn't reproduce it. Could you send output of dmesg and .config.
> | It looks like it couldn't load nls_cp850.
> 
> I second that.  I was just trying to reproduce it and cannot.

Sorry guys, you've got right. I've compiled cp852 instead of cp850.
Execuse me for blaming.

Chip...


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 2.6.0-test8 PROBLEM: codepage=850 doesn't work with mount [SOLVED]
  2003-10-23 18:47     ` 2.6.0-test8 PROBLEM: codepage=850 doesn't work with mount [SOLVED] Chip
@ 2003-10-23 19:31       ` OGAWA Hirofumi
  0 siblings, 0 replies; 5+ messages in thread
From: OGAWA Hirofumi @ 2003-10-23 19:31 UTC (permalink / raw)
  To: Chip; +Cc: Randy.Dunlap, linux-kernel

Chip <szarlada@freemail.hu> writes:

> Sorry guys, you've got right. I've compiled cp852 instead of cp850.
> Execuse me for blaming.

No problem. Thanks for telling it.
-- 
OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-10-23 19:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-23 10:27 2.6.0-test8 PROBLEM: codepage=850 doesn't work with mount Chip
2003-10-23 18:10 ` OGAWA Hirofumi
2003-10-23 18:28   ` Randy.Dunlap
2003-10-23 18:47     ` 2.6.0-test8 PROBLEM: codepage=850 doesn't work with mount [SOLVED] Chip
2003-10-23 19:31       ` OGAWA Hirofumi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox