当使用Linux中的mount命令挂载一个Windows的共享目录的时候有时会出现:mount error(112): Host is downRefer to the mount.cifs(8) manual page (e.g. man mount.cifs) 出现Host is down的错误在挂载Windows 8,8.1,10的时候会经常出现,这时候其实不是命令本身的原因,但是对于挂载windows共享目录来说仍然给大家提供标准的语法:#mount -t cifs //IP地址/共享名…