~]# mount -t cifs //192.168.1.114/myfiles /mnt -o username=smbuser3,password=123456ide
mount error(13): Permission deniedci
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)it
通過查證,都說是帳號密碼錯誤,可是通過查驗密碼一直沒有錯,最後使用下面的方法解決:io
~]# mount -t cifs //192.168.1.114/myfiles /mnt -o username=smbuser3,password=123456,sec=ntlmsspclass
添加sec=ntlmssp參數便可;file