Andorid use vold to manage SD card and it is easy to use.
But I meet many troubles and finally find that the real problem is in the Linux Kernel.
Thanks to the android Mail List.
Part I (kernel)
(1)make sure thus kernel configuration in MMC driver
CONFIG_MMC=y
# CONFIG_MMC_DEBUG is not set...
我的solaris 10 for x86 的, 当我使用usb 时就报我的 '安装/vold 失败'
请问怎么修复这个错误?
by
atg
-
Solaris
-
2007-03-01 13:32:47 阅读(1450) 回复(9)
我的solaris 10 for x86 的, 当我使用usb 时就报我的 \'安装/vold 失败\'\r\n请问怎么修复这个错误?
by
atg
-
Solaris
-
2007-03-01 13:32:47 阅读(3268) 回复(8)
/usr/sbin/vold[534]: problem unmounting /vol; Interrupted system call
init 时的提示,可是在init之前就没有/vol文件系统呀。
/usr/sbin/vold[534]: problem unmounting /vol; Interrupted system call\r\ninit 时的提示,可是在init之前就没有/vol文件系统呀。
# *volmgt stop
# *volmgt start
volume management starting.
# ps
root 29928 29854 0 09:25:38 pts/6 0:00 grep vold
# pwd
/etc/rc2.d
怎么才能起来啊?
不重起行不行啊?
为什么呢?