e5cc2d978e6bbd901a1c7de1fda1cb6291354de9
ubuntu/samba/mount(2) system call failed: No route to host...md
... | ... | @@ -0,0 +1,10 @@ |
1 | +[networking - no route to host when mounting CIFS share - Ask Ubuntu](https://askubuntu.com/questions/1337493/no-route-to-host-when-mounting-cifs-share) |
|
2 | + |
|
3 | +ubuntuからsambaをマウントしようとしたとき, |
|
4 | +``` |
|
5 | +mount(2) system call failed: No route to host.. |
|
6 | +``` |
|
7 | +というエラーが出ている場合,`cifs-utils`のインストールを忘れているかも. |
|
8 | +``` |
|
9 | +$ sudo apt-get install cifs-utils |
|
10 | +``` |
|
... | ... | \ No newline at end of file |