How to mount FAT partition on SD card

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to mount FAT partition on SD card

1,298 Views
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

Tags (1)
0 Kudos
3 Replies

784 Views
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 Kudos

784 Views
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 Kudos

784 Views
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 Kudos