[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: udev + kernel 2.6.8 + usb mass storage



Solved !

Thanks to Ron Johnson who help me to identify the problem:

It seems that in kernel 2.6.8 and later, I need the codepage 437 to
mount vfat partitions. I chekcked my configuration in 2.6.6 and it was
not needed.

/usr/src/kernel-source-2.6.6> cat .config | grep -i "437"
# CONFIG_NLS_CODEPAGE_437 is not set

and now:

/usr/src/kernel-source-2.6.9> cat .config | grep -i "437"
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_NLS_CODEPAGE_437=y

and I can mount vfat.

Thanks a lot for help !

JFL

Le dimanche 09 janvier 2005 à 11:11 +0100, JFL a écrit :
> >   $ cat /proc/filesystems | grep fat
> >           vfat
> 
> The same here:
> 
> root@jfl:/usr/src/kernel-source-2.6.8> cat /proc/filesystems | grep fat
>         vfat
> root@jfl:/usr/src/kernel-source-2.6.8>
> 
> > Maybe you said it before, but what about vfat?
> 
> about vfat ? I don't really understand. My devices are vfat devices.
> vfat is enable in the kernel, 
> 
> Wow !
> 
> You're right: I just tested to mount my windows partition and it fails !
> So it's seems that I have a problem with vfat in the kernel. The problem
> is no more related to udev or usb...
> 
> I have to investigate on this now...
> 
> JFL
> 
> 



Reply to: