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
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?
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
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
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'.
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