Revision 1 as of 2011-05-07 08:22:38

Clear message
Locked History Actions

nebula-himac/nfsの設定


サーバー側では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