Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
5
rated 0 times [  5] [ 0]  / answers: 1 / hits: 18312  / 2 Years ago, sun, march 27, 2022, 3:44:54

Hi I am having trouble with Ubuntu 11.10 to the workgroup containing windows computers.



I am getting this message when I click on the workgroup I want to access from the Ubuntu Network interface:



"Unable to mount location  
Failed to retrieve share list from server"


How can I solve this problem?



Output of sudo iptables -L:



Chain INPUT (policy ACCEPT)
target prot opt source destination

Chain FORWARD (policy ACCEPT)
target prot opt source destination

Chain OUTPUT (policy ACCEPT)
target prot opt source destination


Every time I try to connect to my windows shares using



sudo mount -t cifs //ip_from_windows_pc/sharename /media/winshare -o username=windows_username,password=windows_password_for_user,iocharset=utf8,file_‌​mode=0777,dir_mode=0777


it returns



mount: Cannot allocate memory


I have noticed that on the system event log in Windows I also get this fault every time I try to connect with the Ubuntu computer




The server was unable to allocated from the system nonpaged pool because the server reached the configured limit for nonpaged pool allocations.



More From » 11.10

 Answers
7

In your Windows computer set the following registry key to ’1′:



HKLMSYSTEMCurrentControlSetControlSession ManagerMemory ManagementLargeSystemCache


and set the following registry key to ’3′:



HKLMSYSTEMCurrentControlSetServicesLanmanServerParametersSize


No ``, just the values.



Reboot!


[#42676] Tuesday, March 29, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
whoppinolo

Total Points: 93
Total Questions: 113
Total Answers: 107

Location: Cyprus
Member since Mon, Oct 24, 2022
2 Years ago
whoppinolo questions
Tue, Feb 14, 23, 08:30, 1 Year ago
Wed, Sep 28, 22, 06:56, 2 Years ago
Fri, May 27, 22, 01:55, 2 Years ago
Tue, Oct 12, 21, 09:33, 3 Years ago
;