[[NFS]]

*NFSマウントできない場合でよくあるパターン1:rpcbindが動いていない。 [#k2f16375]
rpcbindがNFSクライアント側で稼働していないと、NFSマウントできないので要注意。~
以下の手順RaspberryPiでの手順ですが、RHELでも一緒です。

 root@pi:/etc# vi fstab                                                                                                                                                 
 root@pi:/etc# mount /mnt/terastation1/                                                                                                                                 
 mount.nfs: rpc.statd is not running but is required for remote locking. 
 mount.nfs: Either use '-o nolock' to keep locks local, or start statd.
 mount.nfs: an incorrect mount option was specified
 root@pi:/etc# /etc/init.d/rpcbind 
 [ ok ] Usage: /etc/init.d/rpcbind {start|stop|force-reload|restart|status}.
 root@pi:/etc# /etc/init.d/rpcbind status
 [FAIL] rpcbind is not running ... failed!
 root@pi:/etc# /etc/init.d/rpcbind start                                                                                                                                
 [ ok ] Starting rpcbind daemon....
 root@pi:/etc# mount /mnt/terastation1/                                                                                                                                 
 root@pi:/etc# df -h

トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS