ubuntu NFS配置出错

Web、Mail、Ftp、DNS、Proxy、VPN、Samba、LDAP 等基础网络服务
回复
srwh
帖子: 14
注册时间: 2008-06-02 14:49

ubuntu NFS配置出错

#1

帖子 srwh » 2008-06-03 11:30

本人需要在ubuntu8.04中配置NFS
但是出现一个问题,好久都没有解决,请高人指点,谢谢

具体我做的步骤如下:

1. apt-get install nfs-kernel-server
apt-get install nfs-common

2. vim /etc/exports
/home/hd 192.168.0/24(rw,sync,no_root_squash) #/home/hd为我要共享的目录

3. chmod 777 -R /home/hd

4. sudo exportfs -r
sudo /etc/inid.t/nfs-kernel-server restart

5. 测试NFS
showmount -e

Export list for ubuntu:
/home/hd 192.168.0.0/24


7. 测试是否成功,从server本机mount(server本机ip: 192. 168. 0. 3)
mount 192.168.0. 3:/home/hd /mnt 成功


可客户端却mount出错:lock_up: no pid. 3 users?
portmap:server localhost not responding.time out
是不是还有哪里没配置好!急
头像
microtiger
帖子: 27
注册时间: 2006-09-14 10:57
来自: http://szmicrotiger.blogspot.com/

#2

帖子 microtiger » 2008-06-04 17:23

关闭你的防火墙,try again!
srwh
帖子: 14
注册时间: 2008-06-02 14:49

#3

帖子 srwh » 2008-06-05 22:02

我是个新手,使用的是ubuntu 8.04 server请问如何关闭防火墙,谢谢
头像
microtiger
帖子: 27
注册时间: 2006-09-14 10:57
来自: http://szmicrotiger.blogspot.com/

#4

帖子 microtiger » 2008-06-06 14:41

UBUNTU8.04;里面使用的防火墙是firestarter,你可以选择:system->administration->firestarter
然后选择stop就行了!还不清楚的就加我的gtalk:microtiger@gmail.com
回复