畅思笔录

 

2010年11月29日

Linux下nfs服务器搭建

摘要: 在/etc目录下,做如下操作: (1)cd /etc vi exports /home *(sync,rw,no_root_squash) /opt *(sync,rw,no_root_squash) (2)重启nfs service nfs restart 注意:防火墙的设置。如出现System Error: No route to host.则说明是防火墙开启所致。 经过以上几步操作后,nfs也就建好了,也就是相当于windows中的共享了,下一步就可以mount了。附:/home *(sync,rw,no_root_squash)参数介绍,参数之间用逗号隔... 阅读全文

posted @ 2010-11-29 18:59 畅思笔录 阅读(309) 评论(0) 推荐(0)

导航