nfs 配置

#setup

 

system services

 

打開nfs 服務

 

關閉 iptables ipchains

 

#vi /etc/ expoets

 

/nfs/share  192.168.2.*(rw,sync,no_root_squash)

 

#/etc/rc.d/init.d/portmap start

 

#/etc/rc.d/init.d/nfs start

 

#mount -t nfs 192.168.2.2:/nfs/share  /mnt /share

 

到/mnt/share 下面查找

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章