首页 > 系统服务 > 详细

linux 挂载NFS报错解决

时间:2015-03-21 14:09:55      阅读:8506      评论:0      收藏:0      [点我收藏+]
  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报错解决

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

(0)
(2)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!