2011八月4
解决freeBSD 启动时 Enter full pathname of shell or RETURN for /bin/sh
主要是由于在X-win中不正常退出导致/etc/rc.conf文件配置出错
解决办法:
#fsck -p / && mount -uw / ( you can read and write /etc/rc.conf)
#fsck -p /usr && mount /usr (mount /usr because you need /usr/bin/vi)
reboot
或直接
fsck -y
mount -a
reboot即可
文章作者:安sir
本文地址:http://www.ansir.net/2011/08/04/%e8%a7%a3%e5%86%b3freebsd-%e5%90%af%e5%8a%a8%e6%97%b6-enter-full-pathname-of-shell-or-return-for-binsh.html
版权所有 © 转载时必须以链接形式注明作者和原始出处!
