《原创》smb数据挂载在centos和ubuntu上使用的命令区别
1.在centos上要这样写:
mount -t cifs //172.16.17.4/mnt/(smb路径,被挂载路径) /mnt/ct(实际路径) -o username=****,password=****
2.在ubuntu上这样写:
mount -t cifs //172.16.17.4/mnt/(smb路径,被挂载路径) -o username=****,passwd=**** /mnt/ct(实际路径)
3.这两者的区别在于,两个路径的顺序,password和passwd的
本文来自博客园,作者:海_纳百川,转载请注明原文链接:https://www.cnblogs.com/chentiao/p/16330222.html,如有侵权联系删除