当前位置: 技术问答>linux和unix
关于nfs的问题,很急!!!!!!!!!
来源: 互联网 发布时间:2016-04-26
本文导语: 我现在在VMWare上装了一个RedHat Linux系统,我现在想使用nfs做嵌入式开发,但是我的nfs打开以后,发现我自己的LINUX能在本地MOUNT到我的nfs,我通过showmount -a能看到其他电脑在mount我的nfs,但是其他电脑确不能mount到我的nfs...
我现在在VMWare上装了一个RedHat Linux系统,我现在想使用nfs做嵌入式开发,但是我的nfs打开以后,发现我自己的LINUX能在本地MOUNT到我的nfs,我通过showmount -a能看到其他电脑在mount我的nfs,但是其他电脑确不能mount到我的nfs,我已经关闭了WINDOWS下的卡巴斯基,同时也通过service iptables stop关闭了linux的防火墙,但是结果还是不行,请问一下我是哪里出现了问题,应该怎么解决,谢谢!!!!!
顺便说一下,我装vmware的时候,选择的是workstation模式,会不会和这个有关系,还是必须要server模式才能用NFS????
顺便说一下,我装vmware的时候,选择的是workstation模式,会不会和这个有关系,还是必须要server模式才能用NFS????
|
通常设置nfs的步骤,看看你的,是不是漏了什么?
1. Add the following line in /etc/exports:
/home/rob/rootdisk *(rw,sync,no_root_squash,no_all_squash)
2. Restart the NFS daemon. Use the command:
[root@sdclx1 root]$ /etc/rc.d/init.d/nfs restart
3. Set the NFS daemon to run on every boot. Use the command:
[root@sdclx1 root]$ /sbin/chkconfig nfs on
4. Sync the NFS daemon. Use the command:
[root@sdclx1 root]$ /usr/sbin/exportfs -ra
1. Add the following line in /etc/exports:
/home/rob/rootdisk *(rw,sync,no_root_squash,no_all_squash)
2. Restart the NFS daemon. Use the command:
[root@sdclx1 root]$ /etc/rc.d/init.d/nfs restart
3. Set the NFS daemon to run on every boot. Use the command:
[root@sdclx1 root]$ /sbin/chkconfig nfs on
4. Sync the NFS daemon. Use the command:
[root@sdclx1 root]$ /usr/sbin/exportfs -ra
|
别的电脑 mount 要用 虚拟机下RedHat Linux的IP地址,而不是win 的IP地址
|
之前我也遇到類似情況...
vmware的server可以ping出去..也有透過dhcp拿到ip
但是開發版子就是無法tftp到vmware 更別提nfs.
防火牆什麼的能關的都關了...
最後是弄一台電腦來當server就ok了-.-
vmware的server可以ping出去..也有透過dhcp拿到ip
但是開發版子就是無法tftp到vmware 更別提nfs.
防火牆什麼的能關的都關了...
最後是弄一台電腦來當server就ok了-.-