Android23SD 卡挂载流程浅析vold
fstab 中的内容显示如下:## Vold 2
0 Generic fstab## - San Mehat (san@android
com)## ######################### Regular device mount#### Format: dev_mount ## label - Label for the volume## mount_point - Where the volume will be mounted## part - Partition # (1 based), or 'auto' for first usable partition
## - List of sysfs paths to source devices######################## Example of a standard sdcard mount for the emulator / Dream# Mounts the first usable partition of the specified devicedev_mount sdcard /mnt/sdcard auto /devices/platform/goldfish_mmc
0 /devices/platform/msm_sdcc
2/mmc_host/mmc1## Example of a dual card setup# dev_mount left_sdcard /sdcard1 auto /devices/platform/goldfish_mmc
0 /devices/platform/msm_sdcc
2/mmc_host/mmc1# dev_mount right_sdcard /sdcard2