码迷,mamicode.com
首页 > 系统相关 > 详细

【Linux 环境搭建】ubuntu下nfs安装与配置

时间:2017-02-19 16:59:55      阅读:194      评论:0      收藏:0      [点我收藏+]

标签:get   nfs   exp   etc   环境搭建   init.d   exports   apt   sync   

(1)安装
  #sudo apt-get install nfs-kernel-server portmap
(2)修改配置文件
  修改/etc/exports,增加以下内容,
  /root/wksp/rootfs *(rw,sync,no_root_squash,no_subtree_check)
(3)重启NFS服务
  sudo /etc/init.d/nfs-kernel-server restart

【Linux 环境搭建】ubuntu下nfs安装与配置

标签:get   nfs   exp   etc   环境搭建   init.d   exports   apt   sync   

原文地址:http://www.cnblogs.com/jamesharden/p/6416044.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!