NFS 文件问题

rainbowczj
NFS 文件问题

在fc8上
我使用NFS 文件系统  修改了exports
在使用service nfs service 时显示如下
Starting NFS services:  exportfs: No options for /utuLinux/s3c2410/s3c2410_recover 192.168.1.*: suggest 192.168.1.*(sync) to avoid warning
exportfs: No host name given with /utuLinux/s3c2410/s3c2410_recover (rw,sync,no_root_squash), suggest *(rw,sync,no_root_squash) to avoid warning
exportfs: No options for /home 192.168.1.*: suggest 192.168.1.*(sync) to avoid warning
exportfs: No host name given with /home (rw,sync,no_root_squash), suggest *(rw,sync,no_root_squash) to avoid warning
                                                           [  OK  ]
Starting NFS quotas:                                       [  OK  ]
Starting NFS daemon:                                       [  OK  ]
Starting NFS mountd:                                       [  OK  ]

我在本机上用mount 命令进行测试 ,能够成功加载文件  本机 ip 为 192.168.1.160 并且防火强也关闭 了  


但在另一台fc6 机子里面 mount时 却显示:
mount: mount to NFS server ‘192.168.1.160' failed: system Error: no route to host
两个机子都是由root进入的并且密码都相同 并且fc6的机子能ping通 fc8的机器 。
怎么解决呀 ???谢谢