Linux下mount命令出現Host is down的解決方法


1、

Linux下mount命令出現Host is down的解決方法

https://jingyan.baidu.com/article/cb5d6105cec1a4005c2fe084.html

當使用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地址/共享名稱 掛載點 -o username=用戶名,password=密碼,其他選項

解決辦法:

通過以下命令來解決Host is down的問題:

# mount -t cifs //10.0.0.1/share /mnt/sharefolder -o username=sensirx,password=sensirx,vers=2.0


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM