サーバー側ではportmapとnfsサーバーを起動させること
* portmapの起動
# su # /sbin/service portmap start
startのところはoptionとしては起動(start)、停止(stop)、再起動(restart)、現在の状況を確認(status)などのoptionがある。
* nfsサーバーの起動
# /sbin/service nfs start
optionはportmapと同様
サーバー側の細かい設定は済んでいる
クライアント側ではnfsクライアントの設定をしてからnfsを起動し、マウントする
# su # /etc/rc.d/init.d/portmap start