How to mount FAT partition on SD card

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How to mount FAT partition on SD card

1,651 次查看
JasonYu
Contributor I

Hi All :

           I am using imx53 smd board . boot up is ok .but I could not saw sd card mounted under android setting -> SD card or Photo Galaxy ? If i use android file manager I could saw SD card normally , Why ?

                                                           Jason Yu

标记 (1)
0 项奖励
回复
3 回复数

1,137 次查看
daiane_angolini
NXP Employee
NXP Employee

You can find vold.fstab with the following command line:

$ cd <my_android>

$ find -name vold.fstab

;)

It´s under device tree. And goes to your out dir when you build your android source code.

0 项奖励
回复

1,137 次查看
JasonYu
Contributor I

Thanks Kevin !!  

Please tell me where i cound found the vold.fstab ?

I use "mount vfat /dev/mmcblk0p2 /mnt/sdcard" in init.freescale.rc , it correct or not ?

0 项奖励
回复

1,137 次查看
KevinChen_ng
Contributor I

maybe these tips can help you:

<1> to check mmcN? your SD card has registered as.

<2> to check vold.fstab , whether your system choose to mount your SD card as sdcard or extsd?

0 项奖励
回复