我想在windows(台式机)上设置一个nfs服务器,并使用ubuntu(笔记本电脑)作为客户端。
我已经在windows上安装了cygwin和nfs-server,但是我不能从linux挂载任何东西。
cygwin中的/etc/export包含:
/mnt/d 192.168.0.100(ro)在我的笔记本电脑上,我使用showmount得到了以下结果:
showmount -e 192.168.0.101
Export list for 192.168.0.101:
/mnt/d 192.168.0.100如果我尝试挂载,会得到这样的结果:
sudo mount -t nfs 192.168.0.101:/mnt/d d
mount.nfs: Connection timed out如果我在/etc/exports中放一个*,我会得到这样的结果:
sudo mount -t nfs 192.168.0.101:/mnt/d d
mount.nfs: access denied by server while mounting 192.168.0.101:/mnt/d请帮助我:(
发布于 2012-08-27 00:40:04
HTH:http://stromberg.dnsalias.org/~strombrg/NFS-troubleshooting-2.html
https://stackoverflow.com/questions/12131514
复制相似问题