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

linux 挂载NFS报错解决

时间:2015-03-21 14:10:04      阅读:567      评论:0      收藏:0      [点我收藏+]

标签:linux

  1. 客户端linux开启了防火墙:

    挂载NAS 硬盘报错:

[root@HP1 ~]# mount 172.16.0.11:/share/MD0_DATA/MAIL_NAS/ /mnt/mailnas/
mount.nfs: rpc.statd is not running but is required for remote locking.
mount.nfs: Either use ‘-o nolock‘ to keep locks local, or start statd.
mount.nfs: an incorrect mount option was specified

 

解决办法:

mount -o nolock -t nfs 172.16.0.11:/share/MD0_DATA/MAIL_NAS/ /mnt/mailnas

linux 挂载NFS报错解决

标签:linux

原文地址:http://7642644.blog.51cto.com/7632644/1622741

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