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