LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 690|回复: 0

NFS 不能启动!

[复制链接]
发表于 2005-12-9 12:32:02 | 显示全部楼层 |阅读模式
不知道是怎么回事,archlinux 下 NFS 就是启动不了:

  1. # exportfs -a
  2. # exportfs -v
  3. /home/soros/e680i-nfs
  4. <world>(rw,async,wdelay,insecure,root_squash)
  5. # /etc/rc.d/portmap restart
  6. :: Stopping Portmap [DONE]
  7. :: Starting Portmap [DONE]
  8. # /etc/rc.d/nfslock restart
  9. :: Stopping nfslock [DONE]
  10. :: Starting nfslock [DONE]
  11. # /etc/rc.d/nfsd restart
  12. :: Stopping nfsd [FAIL]
  13. :: Starting nfsd [FAIL]
复制代码

配置文件:

  1. # cat /etc/hosts.allow
  2. #
  3. # /etc/hosts.allow
  4. #
  5. in.telnetd 192.168.1.localhost
  6. portmap: 192.168.1.,localhost
  7. nfslock: 192.168.1.,localhost
  8. lockd: 192.168.1.,localhost
  9. nfsd: 192.168.1.,localhost
  10. mountd: 192.168.1.,localhost
  11. statd: 192.168.1.,localhost
  12. # End of file
  13. # cat /etc/hosts.deny
  14. #
  15. # /etc/hosts.deny
  16. #

  17. ALL: ALL: DENY

  18. # End of file
  19. # cat /etc/exports
  20. # /etc/exports
  21. #
  22. # See exports(5) for a description.

  23. # use exportfs -arv to reread
  24. #/export 192.168.1.10(rw,no_root_squash)
  25. /home/soros/e680i-nfs *(rw,async,insecure,root_squash)
复制代码

第一次使用NFS。大家帮忙看看,谢谢!
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表