[CIFS]解決linux掛載CIFS提示 HOST is down


[root@host cifs]# mount -t cifs -o username=cifstest //10.10.10.10/cifs1 /cifs/cifs1
Password for cifstest@//10.10.10.10/cifs1:  *********
mount error(112): Host is down

改用SMB2:

mount -t cifs -o vers=2.0,username=cifstest,password=Admin@123 //10.10.10.10/cifs1 /cifs/cifs1
mount -t cifs -o vers=2.0,username=cifstest,password=Admin@123 //20.20.20.20/cifs2 /cifs/cifs2
mount -t cifs -o vers=2.0,username=cifstest,password=Admin@123 //30.30.30.30/cifs3 /cifs/cifs3
mount -t cifs -o vers=2.0,username=cifstest,password=Admin@123 //40.40.40.40/cifs4 /cifs/cifs4
mount -t cifs -o vers=2.0,username=cifstest,password=Admin@123 //10.10.10.10/cifs5 /cifs/cifs5
mount -t cifs -o vers=2.0,username=cifstest,password=Admin@123 //20.20.20.20/cifs6 /cifs/cifs6
mount -t cifs -o vers=2.0,username=cifstest,password=Admin@123 //30.30.30.30/cifs7 /cifs/cifs7
mount -t cifs -o vers=2.0,username=cifstest,password=Admin@123 //40.40.40.40/cifs8 /cifs/cifs8

 


免責聲明!

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



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