|
按照书上的说法把2410和pc(rh9)通过hub联到一起 ,然后通过minicom 在目标板上输入mount -o nolock 192.168.2.122:/ /mnt,就应该挂载了pc(rh9)的根目录, 但是输入那一串字符后屏幕显示
mount: 192.168.2.122:/ failed, Neason given by Fserver: Permission denied
mount nfsmount failemd: Bad file descriptor
mount program didn't pass remote address!
mount: Mounting 192.168.2.122:/ on /mnt failed: Invalid argument
是什么原因?因为在service里面无法把防火墙关闭,因为每次关闭出去它又自动打开了 ,所以就 service iptables stop ,同时开启了nfs,我的是双网卡,一块用来联internet ,另一块拿来调试,不知道这样有影响没有。郁闷ing,望指点 |
|