Rhel6中使用smbclient命令打开windows共享文件夹,出现:

Linux Samba protocol negotiation failed: NT_STATUS_INSUFFICIENT_RESOURCES

网上的解决方案如下:

The issue is the LanmanServer service runs out of memory. We need to boost that up:

On your Windows machine, fire up regedit (Start -> regedit) modify the following registry keys:
HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\LargeSystemCache” from 0 to 1
HKLM\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters\Size” from 1 to 3

The problem seems to manifest itself more frequently if you use your
Windows box as a file server or a media server. If you can, restart the
Windows box. If for some reason you can’t (e.g. your significant other
is watching a video on the tv streaming from your Windows box), then
you can do effectively the same by restarting the following services:

(Start -> cmd.exe) as administrator
> net stop LanmanServer /y

> net start LanmanServer


> net start Browser


> net start HomeGroupListener

最新文章

  1. Iptables防火墙NAT地址转换与端口转发
  2. hdu 4031 2011成都赛区网络赛A题 线段树 ***
  3. python基础(2)
  4. C#部分---二维数组、split分割;
  5. Debug program crash with dump file.
  6. Cron和Spring定时任务
  7. 用JDBC编程的执行时错误及其解决大全
  8. HW4.46
  9. python命令行参数处理
  10. 解读<!doctype html>
  11. sellenium页面元素的定位方法
  12. Go 语言指向指针的指针
  13. 3-ftp搭建成功,服务器能访问,外网无法连接和访问
  14. Linux操作系统的VI命令
  15. [洛谷P1273] 有线电视网
  16. OpenCV3 for python3 学习笔记1
  17. c# 之 Microsoft.Practices.EnterpriseLibrary连接Oracle
  18. 媒体文件audio 转 base64 编码 (利用 FileReader & Audio 对象)
  19. while
  20. opencv3.2.0形态学滤波之形态学梯度、顶帽、黑帽

热门文章

  1. 使用sql语句创建修改SQL Server标识列(即自动增长列)
  2. mysql删造成表死锁研究
  3. XML编程知识点总结
  4. ubuntu16041,安装opencv3.1.0
  5. Async Programming - 1 async-await 糖的本质(2)
  6. maven scope含义的说明
  7. java @ResponseBody返回值中去掉NULL字段
  8. git 远程仓库 轻松创建
  9. Redis 配置文件详解
  10. UML6大关系