[oe-issues] [Bug 3484] SD and CF memory cards don't mount on hx4700

bugzilla-daemon at tinman.treke.net bugzilla-daemon at tinman.treke.net
Mon Dec 17 18:26:37 UTC 2007


http://bugs.openembedded.org/show_bug.cgi?id=3484





--- Comment #3 from Eugene Metliaev <jackill.mf at gmail.com>  2007-12-17 10:26:37 ---
Here is the card. From "big" linux it's looks like that.

It's from fdisk -l

Disk /dev/sdb: 4150 MB, 4150263808 bytes
128 heads, 62 sectors/track, 1021 cylinders
Units = cylinders of 7936 * 512 = 4063232 bytes
Disk identifier: 0x6f20736b

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               1        1021     4051297   83  Linux


It's from mount

/dev/sdb1 on /media/disk type vfat
(rw,nosuid,nodev,noatime,uhelper=hal,flush,uid=500,utf8,shortname=lower)

----

So, dmesg on hx4700:

<4>[ 1606.030000] Unable to load NLS charset cp437
<3>[ 1606.040000] FAT: codepage cp437 not found
<4>[ 1614.980000] Unable to load NLS charset cp437
<3>[ 1614.980000] FAT: codepage cp437 not found
<6>[ 1662.940000] mmcblk0: mmc0:b368 SDC   4052992KiB
<6>[ 1662.940000]  mmcblk0: p1
<4>[ 1663.240000] Unable to load NLS charset cp437
<3>[ 1663.240000] FAT: codepage cp437 not found
<4>[ 1663.610000] Unable to load NLS charset cp437
<3>[ 1663.620000] FAT: codepage cp437 not found

So i did:

su -
mkdir /media/test

mount /dev/mmcblk0p1 /media/test -t vfat

It say me standart answer "mount: wrong fs type, bad option"... and missing
codepage.

Maybe I did something wrong?


-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




More information about the Openembedded-issues mailing list