/stand/sysinstallでnfs serverを設定する (/etc/exports を作成してくれる) /etc/exports に次のないようを設定する /usr /usr/home /home/xxx -maproot=root -network 192.168.1.0 -mask 255.255.255.0 /etc/hosts.equiv に以下の行を追加 192.168.1.xxx /etc/hosts に対象ホストがあるか確認する。 NFSd の再起動をする。 kill -s HUP `cat /var/run/mountd.pid` エラーが出ていないか確認する。 tail /var/log/messages mountd[xxxx]: bad exports list line の用に表示される