博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
NFS
阅读量:6909 次
发布时间:2019-06-27

本文共 937 字,大约阅读时间需要 3 分钟。

centos 6(在CentOS 6.5当中,portmap服务由rpcbind负责) :

1
yum -y 
install 
nfs-utils rpcbind

====================

yum install portmap nfs-utils-lib nfs-utils

service portmap start
service nfs start
vi /etc/exports
service portmap start
service nfs start
vi /etc/exports
showmount -e 192.168.1.XXX
mount
exportfs
vi /etc/exports
service portmap restart
service nfs restart
exportfs

vi /etc/exports

mount -t nfs 192.168.1.YYY:/u01/rman /u01/rman

 

vi /etc/exports

service portmap start
service nfslock start
service nfs start
showmount -e
showmount -e
more /etc/exports
showmount -e

 

 

service portmap restart

service nfs restart
showmount -e 192.168.1.YYY
mount -t nfs 192.168.1.YYY:/dataBak_nfs /
mount -t nfs 192.168.1.YYY:/dataBak_nfs /dataBak_nfs
mkdir dataBak_nfs
mount -t nfs 192.168.1.YYY:/dataBak_nfs /dataBak_nfs
cd /dataBak_nfs/

# vi /etc/rc.d/rc.local

service portmap start

service nfs start
mount -t nfs 192.168.1.YYY:/dataBak_nfs /dataBak_nfs

 

 

转载地址:http://vxgdl.baihongyu.com/

你可能感兴趣的文章
Hadoop I/O操作原理整理
查看>>
redis必杀命令:集合(Set)
查看>>
Postgresql数据库数据简单的导入导出
查看>>
区块链除了发币其它功用估计不值钱
查看>>
亚马逊Alexa绑定美国运通卡,说一声即可支付账单
查看>>
黑客常用WinAPI函数整理
查看>>
AI总会有低潮,但为什么科学家们一直有快感?
查看>>
IDC:研究表明云计算支出将逐年增长
查看>>
WasteShark:海洋世界的清洁工
查看>>
交通部:加快ETC推广,探索在城市停车等领域广泛应用
查看>>
ecshop 工作流程加载配置介绍
查看>>
中国IT移动智库平台“找专家”正式上线
查看>>
PHP中获取星期的几种方法
查看>>
华夏银行与蚂蚁金服达成战略合作,开创银行移动数字化转型新趋势
查看>>
新华三发布“物联校园”解决方案,瞄准普教场景 引领智慧转型
查看>>
清除浮动方法总结(转)
查看>>
各种排序(数据结构复习之内部排序算法总结)
查看>>
哈夫曼树与哈夫曼编码
查看>>
迪士尼研究院用深度学习打造语音动画,让VR社交更真实
查看>>
css3 Gradients 线性渐变
查看>>