close

Server:
share -F nfs -o rw=192.168.0.8,root=192.168.0.8 -d "foreclipse" /
unshare /

Define it on BOTH rw= and root=

Client:
mount -o proto=udp,vers=3 192.168.1.235:/ /mnt/tmp

The "-o proto=udp" fixed it - sort of. From reading the man page for mount_nfs, it looks like this option causes the mount to revert to NFS V3.

設定Server的重點在於同時指定rw與root兩個參數,用IP或者hostname皆可,要關掉的話用unshare。

但是Client連線的重點在於要指定udp,後面就算不指定vers=3也會因為無法連線而自動被設定。

arrow
arrow

    zfsadm 發表在 痞客邦 留言(0) 人氣()