Well I can't mount any FAT formatted compact flash card..
When trying to mount my FAT partition, I keep getting the error from KDE:
Code:
mount: wrong fs type, bad option, bad superblock on /dev/hdb1,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
When I do "dmesg | tail" I get:
Code:
Unable to load NLS charset iso8859-1
FAT: IO charset iso8859-1 not found
I have try to compile as module the support and I also tried to build it within the kernel.
Uname -a
Linux toshiba 2.6.23.14-smp #5 SMP Mon Jan 28 12:15:28 EST 2008 i686 Intel(R) Celeron(R) M CPU 430 @ 1.73GHz GenuineIntel GNU/Linux
Please help...