Hi,<br><br>I am just trying to mount a Windows share (shared on a Windows XP) to my desktop running Fedora FC5 but it is not working. So the setup is that my Fedora is the SMB client, while the Windows XP machine is the server.
<br><br>The following command failed with a mount error:<br><br><span class="ppt" id="_user_fedora-list@redhat.com"><span class="lg"></span></span>#  mount -t cifs -o username=xxx,domain=yyy  //172.21.71.3/linuxshare  /mnt
<br>Password:***<br>mount error 12 = Cannot allocate memory<br>Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)<br><br><br>I was running Wireshark to monitor what exactly is going on the network. That is what is happening:
<br><br>1./ My compurer sends an SMB Session Setup AndX Request request containing my username and the domain.<br>  <br>    Session Setup AndX Request<br>   Account: xxx<br>   Primary domain: yyy<br>   Native OS: Linux version 
2.6.18-1.2257.fc5smp<br>   Native LAN Manager: CIFS VFS Client for Linux<br><br>2./ There is an OK response coming from back the Win XP machine indicating a successful setup:<br><br>     Session Setup AnX response<br>     NT Status: STATUS_SUCCESS
<br>     Primary domain: yyy<br>
     Native OS: Windows 5.1<br>
     Native LAN Manager: Windows 2000 LAN Manager<br><br>3./ My Linux box sends a Tree connect request to Win XP:<br><br>    Tree Connect AndX Request  \\172.21.71.3\linuxshare<br>    Path: \\172.21.71.3\linuxshare<br>    Service: ?????
<br><br>4./ The Winwods XP box sends an negative response back:<br><br>     Tree Connect AndX Request<br>     NT Status: STATUS_INSUFF_SERVER_RESOURCES<br><br><br>So it seems to be rejected on the Windows side, but checking that config everything looks OK at the first sight. I tried to give read-only as well as full control  to the share but that did not change anything.
<br><br>I was also trying to browse that share from nautilus using smb://172.21.72.3  in the Open Location menuitem. The share is visible but when I try to open it, i receive an error message "The folder contents could not be displayed".
<br><br>using Wireshark I can see the same SMB protocol repeated, what I just described above.<br><br>Any idea how to fix it?<br><br>Thanks,<br>istvan<br>