版主如果不用dhcp的话,在那里设置ip啊?uboot吗?作者: 差十分一刻 时间: 2010-07-16 12:30
感谢大家的回复,检查了一下,发现确实权限设置有问题,我改了权限的问题之后错误代码从
Root-NFS: Server returned error -13 while mounting /tftpboot/tmp
变成了
rpcbind:server 192.168.0.100 not responding, timed out.
我觉得现在问题都应该集中在nfs服务器上,我现在启动portmap sudo /etc/init./portmap restart,总会有提示:
Rather than invoking init scripts through /etc/init.d, use the service( utility, e.g.service portmap restart.
Since the script you are attempting to invoke has been converte to an Upstart job, you may also use the restart ( utility, e.g. restart portmap portmap start/running, porcess 850.
但是如果我使用命令 restart portmap,又会有如下提示:
resart: Rejected send message, 1 matched rules; type="method_call", sender=""......
我不太确定这样portmap算是启动了还是没启动?
谢谢大家的继续关注。作者: linux初学三月 时间: 2010-07-16 20:48
nfsroot=192.168.0.29作者: 差十分一刻 时间: 2010-07-17 14:25
已经成功挂载,感谢大家帮忙,我的错误在于没有按照内核中有关nfs的document中规定的命令格式给出ip参数的值,建议大家今后严格按照命令格式写全客户端,服务器,网关等的地址。