Linux采用mount挂载Samba文件需要安装cifs-utls,如: sudo apt-get install cifs-utils 然后用 mount.cifs //example.com/Linux_Support /mnt -o credentials=/root/cifsauth,noserverino,vers=3.0 这类的语句进行临时mount,注意user,password类的格式(见下) 如果使用fstab,需要编辑如下 //192.168.0.XXX/elements/Videos /home/myuser/videos cifs uid=1000,username=myuser,password=mypwd,rw,nounix,noserverino,defaults,auto,vers=1.0 0 0 如果遇到各类报错,优先考虑工具包是否安装全,Samba的版本是否太低,需要强行指定等。 Last modification:March 11, 2021 © Allow specification reprint Support Appreciate the author AliPayWeChat Like 送杯咖啡,做个交流,谢谢!