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_CODEPA
> $ cat /proc/filesystems | grep fat
> vfat
The same here:
[EMAIL PROTECTED]:/usr/src/kernel-source-2.6.8> cat /proc/filesystems | grep fat
vfat
[EMAIL PROTECTED]:/usr/src/kernel-source-2.6.8>
> Maybe you said it before, but what about vfat?
about vfat ? I don't really unde
On Sat, 2005-01-08 at 18:39 +0100, JFL wrote:
> Hi,
>
> I have some troubles to mount any usb mass storage device using udev and
> kernel 2.6.8 (or 2.6.9).
>
> My device is quite well detected:
>
> usb 1-2: new high speed USB device using address 4
> scsi3 : SCSI emulation for USB Mass Storage d
On Sat, 2005-01-08 at 18:39 +0100, JFL wrote:
[...]
> mount -t vfat /dev/sdc1 /mnt/pendrive
> mount: wrong fs type, bad option, bad superblock on /dev/sdc1,
>or too many mounted file systems
stupid question: are you sure that there is a vfat filesystem on it?
(is it formatted at all? try f
Hi,
I have some troubles to mount any usb mass storage device using udev and
kernel 2.6.8 (or 2.6.9).
My device is quite well detected:
usb 1-2: new high speed USB device using address 4
scsi3 : SCSI emulation for USB Mass Storage devices
Vendor: TOSHIBA Model: MK4004GAH Rev: JC00
5 matches
Mail list logo