Chinaunix首页 | 论坛 | 博客
  • 博客访问: 610094
  • 博文数量: 142
  • 博客积分: 116
  • 博客等级: 入伍新兵
  • 技术积分: 1445
  • 用 户 组: 普通用户
  • 注册时间: 2010-09-28 08:37
文章分类

全部博文(142)

文章存档

2017年(7)

2016年(57)

2015年(48)

2014年(30)

我的朋友

分类: 系统运维

2015-02-13 17:52:12

  • 安装

yum install nfs-utils

  • 配置

/etc/exports
  1. /home *(rw,sync)
  2. /etc *(ro,sync)
修改后,生效需要执行
exportfs -r

  • 启动停止

/etc/init.d/nfs {start|stop|status|restart|reload|force-reload|condrestart|try-restart|condstop}


  • 客户端mount


showmount -e 192.168.80.128
mount -t nfs 192.168.80.128:/etc /mnt/nfs/




阅读(1048) | 评论(0) | 转发(0) |
0

上一篇:samba配置笔记

下一篇:python守护进程

给主人留下些什么吧!~~