No route to host: missing cifs-utils package

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: 371
Joined: Tue Nov 12, 2013 2:05 am

No route to host: missing cifs-utils package

Post by peter_b »

[PROBLEM]
Trying to mount an smb/cifs share using a proper, working /etc/fstab entry:
mount: /mnt/inbox/bd1-inbox: mount(2) system call failed: No route to host.
The same config works perfectly on another machine - and the IP route to host (including name-resolution) works perfectly.

[SOLUTION]

Code: Select all

$ apt install cifs-utils
See: https://askubuntu.com/questions/1337493 ... cifs-share
Post Reply