Samba: "mount error(112): Host is down"

Linux howto's, compile information, information on whatever we learned on working with linux, MACOs and - of course - Products of the big evil....
Post Reply
User avatar
peter_b
Chatterbox
Posts: 370
Joined: Tue Nov 12, 2013 2:05 am

Samba: "mount error(112): Host is down"

Post by peter_b »

In a new setup, the following error is thrown when trying to mount a Samba (CIFS) share from Windows 10 on Debian 9.6.
mount error(112): Host is down
:cry:

Well, the host is definitely *up*: responds to pings and everything (from that very Debian machine). So it's gotta be something else.
I suspect SMB protocol changes/updates (as usual).
Thanks to a [blog post by "warlord0" in 2017], I've tried adding "vers=2.0" to my fstab entry:
//win10host/ShareName /mnt/win10host cifs uid=myuser,gid=mygroup,file_mode=0664,dir_mode=0775,nounix,noserverino,credentials=xxx,vers=2.0
That did the trick!
Now it mounts without problems.

Thanks Warlord0 :D


Here are link collections that describe the same issue:

https://access.redhat.com/discussions/3002961
https://thinkhel.com/2018/07/cifs-mount ... t-is-down/
https://serverfault.com/questions/41407 ... st-is-down
https://warlord0blog.wordpress.com/2017 ... t-is-down/
https://askubuntu.com/questions/915549/ ... ey-are-not
Post Reply