How to mount FAT partition on SD card

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to mount FAT partition on SD card

1,522件の閲覧回数
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,008件の閲覧回数
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,008件の閲覧回数
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,008件の閲覧回数
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 件の賞賛
返信