Mount error 115 on some shares? (LINUX)
- Running debian wheezy on a virtual machine and trying to mount some shares from the win8.1 host.
- The first share gets mounted correctly, but not the other two.
- This is the output we get when sudo-ing a mount -a:
Code:
[ad type=”banner”]and this is what /var/log/syslog shows:
Code:
- The same happens at boot time.
Now, we run manually :
Code:
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
- Try to look this /var/log/syslog:
- Socket error, we know what this is right? IP or port. Ping for domain/IP or Telnet to test port:
- Telnet was timing out, port closed for IP in firewall.
LEM mount error(115): Operation now in progress
Overview
- This article describes an error during the LEM upgrade process where you are asked to specify a network share location containing upgrade files.
- After entering the network share as \\hostname\sharename and the username and password, LEM throws this error and will fail the upgrade process:
Mount error(115): Operation now in progress
Cause
- A network name resolution failing on the smb client in LEM.
Resolution
- Check ICMP connectivity (ping) between the hosts.
- Attempt to mount a share on the same subnet as LEM.
- Attempt to use the IP address and a simple share name when mounting the share.
e.g. \\10.1.1.1\lem\ rather than \\some_host_some_place_on_the_network\this_share.name_desktop_special_unique_and_long
nice
nice article
Nice one