主题 : Unable to open persistent property directory是由于不能mount文件系统的原因吗? 复制链接 | 浏览器收藏 | 打印
级别: 新手上路
UID: 10967
精华: 0
发帖: 27
金钱: 140 两
威望: 28 点
贡献值: 0 点
综合积分: 54 分
注册时间: 2009-11-23
最后登录: 2011-03-23
楼主  发表于: 2010-04-20 22:15

 Unable to open persistent property directory是由于不能mount文件系统的原因吗?

下载调试android文件系统 但是出现如下提示, 好像没有mount上文件系统 用mkyaff2image生成映像文件
修改了/system//bin/* chmod 777 *但是好像还是不能执行  是和yaffs2文件系统有关吗?还是android只能挂载别的文件系统

但是 如果我在根目录下修改init.rc只保留
mount tmpfs tmpfs /sqlite_stmt_journals size=4m倒是可以使用终端
先谢谢了,下面是提示信息
<6>Freeing init memory: 176K\par
Freeing init memory: 176K\par
<4>save exit: isCheckpointed 1\par
save exit: isCheckpointed 1\par
<3>init: Unable to open persistent property directory /data/property errno: 2\par
init: Unable to open persistent property directory /data/property errno: 2\par
<3>init: cannot find '/system/bin/ifconfig', disabling 'usb-ether'\par
init: cannot find '/system/bin/ifconfig', disabling 'usb-ether'\par
<3>init: cannot find '/system/bin/sh', disabling 'console'\par
init: cannot find '/system/bin/sh', disabling 'console'\par
<3>init: cannot find '/system/bin/vold', disabling 'vold'\par
init: cannot find '/system/bin/vold', disabling 'vold'\par
<3>init: cannot execve('/system/bin/servicemanager'): No such file or directory\par
init: cannot execve('/system/bin/servicemanager'): No such file or directory\par
<3>init: cannot find '/system/bin/debuggerd', disabling 'debuggerd'\par
init: cannot find '/system/bin/debuggerd', disabling 'debuggerd'\par
<3>init: cannot find '/system/bin/playmp3', disabling 'bootsound'\par
init: cannot find '/system/bin/playmp3', disabling 'bootsound'\par
<3>init: cannot execve('/system/bin/mediaserver'): No such file or directory\par
init: cannot execve('/system/bin/mediaserver'): No such file or directory\par
<3>init: cannot find '/system/bin/dbus-daemon', disabling 'dbus'\par
init: cannot find '/system/bin/dbus-daemon', disabling 'dbus'\par
<3>init: cannot execve('/system/bin/app_process'): No such file or directory\par
init: cannot execve('/system/bin/app_process'): No such file or directory\par
<3>init: cannot find '/system/bin/vchanneld', disabling 'vchanneld-daemon'\par
init: cannot find '/system/bin/vchanneld', disabling 'vchanneld-daemon'\par
<3>init: cannot find '/system/bin/flash_image', disabling 'flash_recovery'\par
init: cannot find '/system/bin/flash_image', disabling 'flash_recovery'\par
<3>init: cannot execve('/system/bin/installd'): No such file or directory\par
init: cannot execve('/system/bin/installd'): No such file or directory\par
<3>init: cannot execve('/system/bin/app_process'): No such file or directory\par
init: cannot execve('/system/bin/app_process'): No such file or directory\par
<3>init: untracked pid 1607 exited\par
init: untracked pid 1607 exited\par
<3>init: cannot execve('/system/bin/mediaserver'): No such file or directory\par
init: cannot execve('/system/bin/mediaserver'): No such file or directory\par
<3>init: untracked pid 1608 exited\par
init: untracked pid 1608 exited\par
<3>init: cannot execve('/system/bin/installd'): No such file or directory\par
init: cannot execve('/system/bin/installd'): No such file or directory\par
<3>init: cannot execve('/system/bin/servicemanager'): No such file or directory\par
init: cannot execve('/system/bin/servicemanager'): No such file or directory\par
<3>init: cannot execve('/system/bin/mediaserver'): No such file or directory\par
init: cannot execve('/system/bin/mediaserver'): No such file or directory\par
<3>init: cannot execve('/system/bin/app_process'): No such file or directory\par
init: cannot execve('/system/bin/app_process'): No such file or directory\par
<3>init: cannot execve('/system/bin/servicemanager'): No such file or directory\par
init: cannot execve('/system/bin/servicemanager'): No such file or directory\par
<3>init: cannot execve('/system/bin/app_process'): No such file or directory\par
init: cannot execve('/system/bin/app_process'): No such file or directory\par
<3>init: cannot execve('/system/bin/mediaserver'): No such file or directory\par
init: cannot execve('/system/bin/mediaserver'): No such file or directory\par
<3>init: cannot execve('/system/bin/app_process'): No such file or directory\par


*無鈳取玳
级别: 论坛版主
UID: 27
精华: 12
发帖: 5398
金钱: 40120 两
威望: 17929 点
贡献值: 71 点
综合积分: 11036 分
注册时间: 2008-01-16
最后登录: 2014-11-22
1楼  发表于: 2010-04-21 10:22
是的,从你的情况下,/system目录似乎没有成功的挂载system image。对于Android来说,system image默认的文件系统类型是yaffs2的,而内核也是包含yaffs2支持的。确保你实际用的内核可以支持它的文件系统类型。
"If you have an apple and I have an apple and we exchange apples, then you and I will
still each have one apple. But if you have an idea and I have an idea and we exchange
these ideas, then each of us will have two ideas."