NFS安装1.0版本

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了NFS安装1.0版本相关的知识,希望对你有一定的参考价值。

服务端
yum install nfs-utils rpcbind -y
#####rpm -qa nfs-utils rpcbind
#####id nfsnobody
/etc/init.d/rpcbind start
#####/etc/init.d/rpcbind status
netstat -tnulp|grep rpc
#####rpcinfo -p localhost
/etc/init.d/nfs start
#####/etc/init.d/nfs status
#####rpcinfo -p localhost
#####ps -ef |grep nfs
#####ps -ef |grep rpc
chkconfig nfs on
#####chkconfig --list nfs
chkconfig rpcbind on
#####chkconfig --list rpcbind
vim /etc/exports
/www 192.168.182.0/24(rw,sync)
cd /
mkdir www
touch /www/1.txt
chown -R nfsnobody.nfsnobody /www/
exportfs -rv
mount -t nfs 192.168.182.129:/www /mnt
df -h

客户端
yum install nfs-utils rpcbind -y
/etc/init.d/rpcbind start
chkconfig rpcbind on
service iptables stop
mount -t nfs 192.168.182.129:/www /mnt
df -h

以上是关于NFS安装1.0版本的主要内容,如果未能解决你的问题,请参考以下文章

14.1 NFS介绍14.2 NFS服务端安装配置14.3 NFS配置选项

CentOS7编译安装NFS

NFS介绍NFS服务端安装配置NFS配置选项介绍

54.NFS介绍NFS服务端安装配置NFS配置选项

NFS介绍,服务端安装配置及配置选项

rdhat6.5安装nfs