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

Ubuntu安装NFS服务出现的问题

时间:2014-11-14 10:28:45      阅读:234      评论:0      收藏:0      [点我收藏+]

标签:style   sp   on   问题   as   size   tt   安装   c   

在/etc/exports 里面添加 /work/nfs_root *(rw,sync,no_root_squash)时出现
E486: Pattern not found: work

这是因为输入方式不对。正确的方法是按o进入插入模式后,即插入新的一行,从行首开始输入文字。 然后输入/work/nfs_root *(rw,sync,no_root_squash),再保存退出(:wq)。亲测有效

Ubuntu安装NFS服务出现的问题

标签:style   sp   on   问题   as   size   tt   安装   c   

原文地址:http://www.cnblogs.com/sunchendi/p/4096497.html

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