mount error 11 Resource temporarily unavailable

来源:互联网 发布:snmputil.exe windows 编辑:程序博客网 时间:2024/05/16 06:18

mount -t cifs //hostname/share /mnt/temp -o username=someuser,password=somepassword
mount error 11 = Resource temporarily unavailable Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)

  1. Sometimes the problem is that you are using the share data.
  2. 解决方案:换其它用户名来重新mount
  3. 把你新创建的文件夹删除,再重新mount.
  4. 又一种解决方案,今天又碰到了这个问题用上面这个方法同样没有搞定,郁闷,最终解决方案:
    把之前mount成功过的文件夹,重新再mount一遍,然后再mount这个,OK!


mount error 13 : permission denied
可能的原因是密码错误!