課程
/運維&測試
/Linux
/ Linux達人養成計劃 I
host is down 是啥意思哇??然后我Ping其他的IP是好的哇??!
2018-10-10
源自: Linux達人養成計劃 I 2-8
正在回答
這個問題主要在于版本上面,所以在mount cifs的時候顯式指定一下掛載的cifs是最新的版本即可
通過以下命令來解決Host is down的問題:
# mount -t cifs //10.0.0.1/share /mnt/sharefolder -o username=sensirx,password=sensirx,vers=2.0
舉報
Linux入門視頻教程,以通俗易懂的語言帶你感受linux之美
1 回答Why is VirtualBox only showing 32 bit guest versions on my 64 bit host OS?
3 回答unknown host
1 回答Failed to start LSB:Bring up/down networking.
2 回答this hardware is not supported by radhat
1 回答"Couldn't resolve host 'mirrorlist.centos.org'" 不知道是什么問題
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2018-10-10
這個問題主要在于版本上面,所以在mount cifs的時候顯式指定一下掛載的cifs是最新的版本即可
通過以下命令來解決Host is down的問題:
# mount -t cifs //10.0.0.1/share /mnt/sharefolder -o username=sensirx,password=sensirx,vers=2.0