1、查看nfs是否启动:vim
一、chkconfig命令查询系统服务
chkconfig --list nfs
二、经过进程查看nfs、rpcbind服务是否运行
ps -aux|grep -v grep|grep nfs
#有该进程即为开启状态
三、经过命令查看nfs服务的状态
/etc/init.d/nfs statusapp
2、安装nfsrest
3、配置nfs进程
vim /etc/exportsrpc
4、开启nfs服务it
service nfs restart配置
5、挂载:service
mount 20.200.42.111:/app/nas /nas/grep
umount /nas/im
mount
showmount ‐e
showmount ‐a
exportfs