项目: NFS服务的搭建
Posted creater-wei
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了项目: NFS服务的搭建相关的知识,希望对你有一定的参考价值。
NFS服务端的搭建:
修改主机名:
[[email protected] ~]# sed -i ‘s#HOSTNAME=.*#HOSTNAME=liuwei_nfs#g‘ /etc/sysconfig/network
[[email protected]_nfs ~]# mount /dev/sr0 /media/cdrom/
[[email protected]_nfs ~]# yum -y install nfs-utils rpcbind
[[email protected]_nfs ~]# rpm -qa nfs-utils rpcbind
启动rpcbind
[[email protected]_nfs ~]# /etc/init.d/rpcbind start
[[email protected]_nfs ~]# /etc/init.d/nfs start
[[email protected]_nfs ~]# chkconfig rpcbind on 加入开机自启动
[[email protected]_nfs ~]# chkconfig --list rpcbind
chkconfig nfs on
chkconfig --list nfs
以上是关于项目: NFS服务的搭建的主要内容,如果未能解决你的问题,请参考以下文章