Saturday, February 09, 2013

mount error(115): Operation now in progress ... CIFS VFS: cifs_mount failed w/return code = -115

Trying to mount a CIFS path in Ubuntu and getting:
mount error(115): Operation now in progress
First thing to try is to look into /var/log/syslog:
Feb  9 14:08:29 ldap kernel: [143452.140157] CIFS VFS: Error connecting to socket. Aborting operation
Feb  9 14:08:29 ldap kernel: [143452.140492] CIFS VFS: cifs_mount failed w/return code = -115
Socket error, we know what this is right? IP or port. Ping for domain/IP or Telnet to test port:
ping IP
telnet IP 445
My case? Telnet was timing out, port closed for IP in firewall.

1 comment:

Unknown said...

Many thanks!

Followers