I have no trouble with most CIFS mounts but one is causing my machine to freeze. I am executing the following command:
sudo mount -t cifs //servername/docs/ /mnt/servername -o user=name,domain=dname
The mount seems to connect properly and I am able to ls, cd, and so forth, a few times. After several cd and ls commands, however, my machine locks up hard and I have to reset with the power button. This is consistently reproducible from my laptop running 8.10, with smbfs version 2:3.2.3-lubuntu3.3.
I can connect to this resource using nautilus without problem. Here is a description of the server I am trying to connect to (I got this from tech support):
When you map servername now, you are actually mapping a pointer to a share on a storage device (the share is servername1\docs)
In Use Active Server Name servername1 Server Function Administrative Shares/Home Directories Service Tag [redacted] Server Role APPLIANCE-NAS Service Level 1 High Operating System Server Model NetApp 3050
The content on this device is served out using the recently deployed content management system (SiteCore) which runs on a pair of redundant Windows servers
Active Server Name servera and serverb Operating System Windows Enterprise Server 2003 Server Model Dell PowerEdge 2950
I assume there is a bug somewhere (nothing should cause a freeze) but I wonder how to narrow this down before reporting.
Any and all suggestions appreciated. Thanks.
Bob