I have started to experience a very odd problem with mount.cifs.
In fact it might be not a problem with mount.cifs itself but with Windows 7 machine which actually share resource/dir. However its difficult for me to figure out that. (Its also difficult to choose right sub-forum for this case).
It is odd that it has started to be happening like this only since yesterday.
Here is a story:
I have 2 Linux boxes - Slackware 13.37 and latest Ubuntu 14.04 plus Windows 7 box.
On Windows 7 I share 1 directory using Windows SHARE allowing to my user have full access / permission (RW)
From time to time I mount this shared DIR on one of my Linux boxes to transfer some files to Windows box.
Starting since yesterday I have started to experience following problem:
After coping some portion of data, I am not able to copy another portion of data or even ls on mounted dir.
If I try to re-mount the share I got following errors (note its different for each system):
Slackware:
Code:
root@slacx:~# mount.cifs //164.48.174.216/backup /mnt/zip/ -o user=user1
Password:
mount error(12): Cannot allocate memory
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
Ubuntu:
Code:
root@ubuntu:~# mount.cifs //164.48.174.216/backup /mnt/zip/ -o user=user1
Password for user1@//164.48.174.216/backup:
mount error(121): Remote I/O error
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
Rebooting Linux box does not help but rebooting Windows box does help
BUT only for 1st copy operation.
I would say it is Windows problem but then it makes me wonder why it was working OK for so long time and all of the sudden it stopped.
Any ideas here?