Vold doesn't mount Nand. Mounting of Nand partitions is done in init.rc mountd: mount all fs defined in /system/etc/mountd.conf if started, receive commands through local socket to mount any fs. The source is in device/system/bin/mountd.
- Sreekanth On Jun 24, 5:47 pm, "Dennis.Yxun" <[email protected]> wrote: > HI Community: > I'm using donut branch, and my system have two block devices, I want them > all mounted > 1) nand flash: /dev/block/sdb > 2) MMC/SD card: /dev/block/mmcblk0 > > Current, I successfully use vold mount the MMC/SD card > (/dev/block/vold/179:0 -> /dev/block/mmcblk0) > > My question here is : > Does vold support to mount the Nand Device too? like > mount /dev/block/sdb to /sdcard/nand > mount /dev/block/mmcblk0 to /sdcard/mmc > > Dennis -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
