Hey guys
    I think something wrong with my vold.fstab or some other issues.
    I lunched emulator in from eclipse avd. I set 128M sd card, but can't be
detected in android. Then I used "mount -t vfat /dev/block/mmcblk0p1 /mnt/*
sd**card* ", use df can show sd card under /mnt/sdcard. But the android UI
still can't recognize sd card, whatever settings(apk) or music(apk) in
android.
    My config file:(android 2.2)

    ## Vold 2.0 Generic fstab
## - San Mehat ([email protected])
##

#######################
## Regular device mount
##
## Format: dev_mount <label> <mount_point> <part> <sysfs_path1...>
## label        - Label for the volume
## mount_point  - Where the volume will be mounted
## part         - Partition # (1 based), or 'auto' for first usable
partition.
## <sysfs_path> - 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 device
#dev_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  auto /devices/platform/goldfish_mmc.1
/devices/platform/msm_sdcc.3/mmc_host/mmc1

## Example of specifying a specific partition for mounts
# dev_mount sdcard /sdcard 2 /devices/platform/goldfish_mmc.0
/devices/platform/msm_sdcc.2/mmc_host/mmc1

#dev_mount sdcard /sdcard auto /devices/platform/msm_sdcc.3/mmc_host/mmc2
dev_mount sdcard /sdcard auto /devices/platform/goldfish_mmc.0/mmc_host/mmc0
/devices/platform/msm_sdcc.3/mmc_host/mmc2
/devices/platform/msm_sdcc.2/mmc_host/mmc1
/devices/platform/msm_sdcc.3/mmc_host/mmc1 /devices/platform/goldfish_mmc.0
/devices/platform/msm_sdcc.2/mmc_host/mmc1 /devices/platform/goldfish_mmc.1

    Could some one help me about this?
    Thanks,
Nikkea

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to