0

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

助けてください :(

4

1 に答える 1

1

HTH: http://stromberg.dnsalias.org/~strombrg/NFS-troubleshooting-2.html

于 2012-08-26T16:40:04.457 に答える