大家好,又见面了,我是全栈君。
When I mount CIFS on board, it encountered error as below:
# mount -t cifs //192.168.1.28/98share /tmp -o user=name,pass=code
CIFS VFS: Send error in SessSetup = -12
mount: mounting //192.168.1.28/98share on /tmp failed: Cannot allocate memory
The OS of remote PC is WIN7.
Get the solution from internet, it says:
Modify the register:
Set “HKLM_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\LargeSystemCache” to “1″.
Set “HKLM_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters\Size” to “3″.
And then restart the PC.
You’ll find it works.
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/115907.html原文链接:https://javaforall.net