NFS

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

 

 

posted @   陳聽溪  阅读(260)  评论(0编辑  收藏  举报
编辑推荐:
· 智能桌面机器人:用.NET IoT库控制舵机并多方法播放表情
· Linux glibc自带哈希表的用例及性能测试
· 深入理解 Mybatis 分库分表执行原理
· 如何打造一个高并发系统?
· .NET Core GC压缩(compact_phase)底层原理浅谈
阅读排行:
· 新年开篇:在本地部署DeepSeek大模型实现联网增强的AI应用
· DeepSeek火爆全网,官网宕机?本地部署一个随便玩「LLM探索」
· Janus Pro:DeepSeek 开源革新,多模态 AI 的未来
· 互联网不景气了那就玩玩嵌入式吧,用纯.NET开发并制作一个智能桌面机器人(三):用.NET IoT库
· 上周热点回顾(1.20-1.26)
点击右上角即可分享
微信分享提示