To mount on Linux:
yum install nfs-utils
chkconfig --add rpcbind
service rpcbind start
mount -t nfs -o proto=tcp,port=2049 192.168.137.201:/mnt/wow /mnt/wow
No comments:
Post a Comment