mount挂载SMB文件夹报错没有到主机的路由
问题
使用mount
挂载SMB文件夹时报错“mount(2) system call failed: 没有到主机的路由”。
解决方案
使用sudo apt install cifs-utils
安装cifs-utils。
参考
networking - no route to host when mounting CIFS share - Ask Ubuntu
使用mount
挂载SMB文件夹时报错“mount(2) system call failed: 没有到主机的路由”。
使用sudo apt install cifs-utils
安装cifs-utils。
networking - no route to host when mounting CIFS share - Ask Ubuntu