Hi All,

I am currently working on bringing up Gingerbread on a device.

We have a partition, /dev/block/mmcblk0p18, which has a FAT32
filesystem to be used as /mnt/sdcard.

My vold.fstab looks like this:

    dev_mount sdcard /mnt/sdcard auto /devices/platform/msm_sdcc.2/
mmc_host/mmc0/mmc0:0001/block/mmcblk0

I've also tried:

    dev_mount sdcard /mnt/sdcard 18 /devices/platform/msm_sdcc.2/
mmc_host/mmc0/mmc0:0001/block/mmcblk0
     dev_mount sdcard /mnt/sdcard auto /block/mmcblk0/mmcblk0p18

Niether of those worked either.

Here is some output from the vdc command line interface:

# vdc volume list
110 sdcard /mnt/sdcard 2
200 Volumes listed.
# vdc volume mount /mnt/sdcard
405 volume operation failed (Device or resource busy)

I can manually mount the device using this command without any error:
    mount -t vfat /dev/block/mmcblk0p18 /mnt/sdcard

Any help with this would be appreciated.

Thanks,
Steven

-- 
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