码迷,mamicode.com
首页 > 其他好文 > 详细

挂载NAS步骤

时间:2017-07-28 22:27:45      阅读:141      评论:0      收藏:0      [点我收藏+]

标签:nas

steps to mount NAS drive in EC AMP:
  yum -y install nfs-utils # for the nfs type
  service rpcbind start # to start rpc.statd
  mkdir /EC
  vi /etc/fstab
      SrcorpNas02:/nfs/ECAmpNFSShare    /EC    nfs     defaults        0 0
* mount -a

本文出自 “小V运维之路” 博客,请务必保留此出处http://victor2016.blog.51cto.com/6768693/1951617

挂载NAS步骤

标签:nas

原文地址:http://victor2016.blog.51cto.com/6768693/1951617

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