#rpcbind
правишь /etc/exports (man exports :-))
#mountd
#nfsd -t -u -n 5 (можно не 5 а 2 например, тоже в манах посотришь)
#nfsiod -n 5
это на серваке
на клиенте
mount_nfs ........
The mountd(8) utility can be made to re-read the exports file by sending it
a hangup signal as follows:
kill -s HUP `cat /var/run/mountd.pid`





