SHi,
I have already tried to mount SD card with FAT32 but getting below error while trying to mount it.
root@t1040rdb:~# mount /dev/mmcblk0p1
mount: wrong fs type, bad option, bad superblock on /dev/mmcblk0p1,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so.
dmesg logs
[ 53.505361] FAT-fs (mmcblk0p1): codepage cp437 not found
Even I have verified all the Kernel options which you have suggested and find all the options by default. I have made the module to be present as part of the kernel but still same error I am getting.
Later I have format the card as NTFS and then tried to mount it. We was able to do but getting error while trying to write on it. Below is the output for the same
root@t1040rdb:/media/card# mount
. . .
/dev/mmcblk0p1 on /media/card type ntfs (rw,relatime,sync,uid=0,gid=0,fmask=0177,dmask=077,nls=iso8859-1,errors=continue,mft_zone_multiplier=1)
root@t1040rdb:/media/card# mkdir temp
mkdir: cannot create directory 'temp': Operation not permitted
So any thoughts to fix this issue.
-Abhinav