TEC-005-cifs-Host is down

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了TEC-005-cifs-Host is down相关的知识,希望对你有一定的参考价值。

linux 系统想挂载windows共享目录,结果报错。
错误环境:
linux centos 6.5
windows 10 企业版
背景:
新安装的win 10系统下创建了共享文件夹,想共享到linux系统里,挂载脚本等都是之前可以运行的,防火墙检查已经关闭,共享权限都已配置,依然报错,怀疑windows smb服务没有启动。

#mount -t cifs //10.35.13.182/www/ /home/www -o [email protected],password=12321311,rwx,dir_mode=0777,file_mode=0777
mount error(112): Host is down
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)

解决办法:
新安装的win10 企业版默认没有开smb服务

控制面板-》程序和功能-》启用或关闭Windows功能-》smb 1.0/cifs 文件共享支持-》smb 1.0/cifs 服务器 选择启用下重启下电脑就可以了

以上是关于TEC-005-cifs-Host is down的主要内容,如果未能解决你的问题,请参考以下文章

Linux解决可恶的 “NIC Link is Down”

The Price of Yarn is going down

【nginx】nginx: worker process is shutting down

The connection to adb is down, and a severe error has occured.

解决:Nacos 单机模式下报错:server is DOWN now,please try again later!

win10 mount error 112 : host is down解决方案