iplaybit
  • 首页
  • 系统运维
  • IT新闻
  • 科技新闻
  • 关于我们
  1. 首页
  2. 系统运维
  3. 正文

Samba windows 10 share: mount error(112): Host is down

2020年02月27日 1487点热度 4人点赞 0条评论
Windows 10 Share File: //10.108.xx.xx/lnxvda-rf/ROBOT
 
[root@rhels73 robot]# mount -t cifs -o username=administrator,password=xxxxxx  //10.108.xx.xx/lnxvda-rf/ROBOT /opt/robot
mount error(112): Host is down
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) 
 
查看被挂载的share文件所在机器的smb
powershell 中执行
Get-SmbServerConfiguration | Select EnableSMB1Protocol, EnableSMB2Protocol
Set-SmbServerConfiguration -EnableSMB1Protocol $true
 
如果报错,执行 Enable-WindowsOptionalFeature -Online -FeatureName smb1protocol
可参考: https://support.microsoft.com/en-sg/help/2696547/how-to-detect-enable-and-disable-smbv1-smbv2-and-smbv3-in-windows-and
 
[root@rhels73 robot]# mount -t cifs -o username=administrator,password=xxxxxx //10.108.xx.xx/lnxvda-rf/ROBOT /opt/robot
 
[root@rhels73 robot]# mount -t cifs -o username=administrator,password=xxxxxx,vers=3.0 //10.108.xx.xx/lnxvda-rf/ROBOT /opt/robot
 
[root@rhels73 robot]# df -h
Filesystem Size Used Avail Use% Mounted on
127.0.0.1:/ 2.0G 1000M 1000M 50% /ctxmnt
tmpfs 184M 0 184M 0% /run/user/0
//10.61.xx.xx/builds 43T 41T 2.6T 95% /opt/build
//10.108.xx.xx/lnxvda-rf/ROBOT 100G 18G 83G 18% /opt/robot
 
 
 
标签: linux samba
最后更新:2020年02月27日

iplaybit

点赞
< 上一篇
下一篇 >

文章评论

取消回复

最新 热点 随机
最新 热点 随机
GlusterFS Self-Heal是如何工作的? linux文件系统中的“锁” NFS锁相关的问题 nfs服务固定端口和常见问题处理 Steam内存测试工具 SPDK详解
任务计划 未授予用户在此计算机上的请求登陆类型。(0x80070569) “行星杀手”小行星袭击地球:核弹等撞击可取 Oracle expdp impdp导出导入命令及数据库备份 linux命令:modprobe 大突破!锂硫电池电池迎来革命性进展:容量寿命提升数倍 Samba windows 10 share: mount error(112): Host is down
一起来了解为双屏设备而生的Windows 10X系统
标签聚合
redo oracle 文件系统 netapp 数据库 docker AMD 存储 操作系统 3par hp intel cpu linux windows san

COPYRIGHT © 2020 iplaybit. ALL RIGHTS RESERVED.

京ICP备18020432号-1