mount error(112): Host is down
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:
That did the trick!//win10host/ShareName /mnt/win10host cifs uid=myuser,gid=mygroup,file_mode=0664,dir_mode=0775,nounix,noserverino,credentials=xxx,vers=2.0
Now it mounts without problems.
Thanks Warlord0
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