No route to host: missing cifs-utils package
Posted: Fri Mar 15, 2024 3:13 pm
[PROBLEM]
Trying to mount an smb/cifs share using a proper, working /etc/fstab entry:
[SOLUTION]
See: https://askubuntu.com/questions/1337493 ... cifs-share
Trying to mount an smb/cifs share using a proper, working /etc/fstab entry:
The same config works perfectly on another machine - and the IP route to host (including name-resolution) works perfectly.mount: /mnt/inbox/bd1-inbox: mount(2) system call failed: No route to host.
[SOLUTION]
Code: Select all
$ apt install cifs-utils