2003-07-21 08:00:00

by Andreas Bäurle

[permalink] [raw]
Subject: XP vfat partitions

My question is howto mount a Xp-vfat partition with 2.6 kernel.
In my fstab is following entry:
/dev/hda2 /windows/C vfat users,gid=users,umask=0002,iocharset=iso8859-1
code=437 0 0



2003-07-21 17:39:03

by Mike Fedyk

[permalink] [raw]
Subject: Re: XP vfat partitions

On Sun, Jul 20, 2003 at 05:27:03PM +0200, andreas wrote:
> My question is howto mount a Xp-vfat partition with 2.6 kernel.
> In my fstab is following entry:
> /dev/hda2 /windows/C vfat users,gid=users,umask=0002,iocharset=iso8859-1
> code=437 0 0

Yes?

And what is your error message, and why do you think it's not working anymore?

2003-07-21 22:12:50

by Andreas Bäurle

[permalink] [raw]
Subject: Re: XP vfat partitions

Mike Fedyk wrote:

> On Sun, Jul 20, 2003 at 05:27:03PM +0200, andreas wrote:
>> My question is howto mount a Xp-vfat partition with 2.6 kernel.
>> In my fstab is following entry:
>> /dev/hda2 /windows/C vfat
>> users,gid=users,umask=0002,iocharset=iso8859-1 code=437 0 0
>
> Yes?
>
> And what is your error message, and why do you think it's not working
> anymore?
I have 3 Partitions with vfat
the error message is:
<3>FAT: Unrecognized mount option code
<3>FAT: Unrecognized mount option code
<3>FAT: Unrecognized mount option code
in boot.msg
I have testet lsmod it shows me one vfat module loaded but not used

thanks
andreas


Attachments:
.config (31.23 kB)
boot.msg (20.02 kB)
Download all attachments

2003-07-22 03:39:18

by Yuliy Pisetsky

[permalink] [raw]
Subject: Re: XP vfat partitions

andreas baeurle wrote:

>Mike Fedyk wrote:
>
>
>
>>On Sun, Jul 20, 2003 at 05:27:03PM +0200, andreas wrote:
>>
>>
>>>My question is howto mount a Xp-vfat partition with 2.6 kernel.
>>>In my fstab is following entry:
>>>/dev/hda2 /windows/C vfat
>>>users,gid=users,umask=0002,iocharset=iso8859-1 code=437 0 0
>>>
>>>
>>Yes?
>>
>>And what is your error message, and why do you think it's not working
>>anymore?
>>
>>
>I have 3 Partitions with vfat
>the error message is:
><3>FAT: Unrecognized mount option code
><3>FAT: Unrecognized mount option code
><3>FAT: Unrecognized mount option code
>in boot.msg
>I have testet lsmod it shows me one vfat module loaded but not used
>
>thanks
>andreas
>
hmmm... why is the code=437 separate? Try replacing the space before
code=437 with a comma.
-Yuliy Pisetsky

2003-07-22 07:12:23

by Andries Brouwer

[permalink] [raw]
Subject: Re: XP vfat partitions

On Tue, Jul 22, 2003 at 12:22:46AM +0200, andreas baeurle wrote:
> Mike Fedyk wrote:
>
> > On Sun, Jul 20, 2003 at 05:27:03PM +0200, andreas wrote:
> >> My question is howto mount a Xp-vfat partition with 2.6 kernel.
> >> In my fstab is following entry:
> >> /dev/hda2 /windows/C vfat
> >> users,gid=users,umask=0002,iocharset=iso8859-1 code=437 0 0

> I have 3 Partitions with vfat
> the error message is:
> <3>FAT: Unrecognized mount option code
> <3>FAT: Unrecognized mount option code
> <3>FAT: Unrecognized mount option code
> in boot.msg

I suppose things will be better if you replace ' code' by ',codepage'.

This message tells you that there is no vfat mount option 'code'.

2003-07-22 10:35:29

by Andreas Bäurle

[permalink] [raw]
Subject: Re: XP vfat partitions

Yuliy Pisetsky wrote:

> andreas baeurle wrote:
>
>>Mike Fedyk wrote:
>>
>>
>>
>>>On Sun, Jul 20, 2003 at 05:27:03PM +0200, andreas wrote:
>>>
>>>
>>>>My question is howto mount a Xp-vfat partition with 2.6 kernel.
>>>>In my fstab is following entry:
>>>>/dev/hda2 /windows/C vfat
>>>>users,gid=users,umask=0002,iocharset=iso8859-1 code=437 0 0
>>>>
>>>>
>>>Yes?
>>>
>>>And what is your error message, and why do you think it's not working
>>>anymore?
>>>
>>>
>>I have 3 Partitions with vfat
>>the error message is:
>><3>FAT: Unrecognized mount option code
>><3>FAT: Unrecognized mount option code
>><3>FAT: Unrecognized mount option code
>>in boot.msg
>>I have testet lsmod it shows me one vfat module loaded but not used
>>
>>thanks
>>andreas
>>
> hmmm... why is the code=437 separate? Try replacing the space before
> code=437 with a comma.
> -Yuliy Pisetsky
there is a comma I have it lost with copy & paste in kmail!?
@Andries Brouwer
I will test it with codepage

Andreas B?urle