使用mount指令會出現 Cannot allocate memory

sudo mount -t cifs -o uid=user,gid=user,username=user,password=password //192.168.0.100/shared /mnt/smb mount: Cannot allocate memory

使用smbclient指令會出現protocol negotiation failed

smbclient -L pc -U user%password protocol negotiation failed: NT_STATUS_INSUFFICIENT_RESOURCES

解決方法

於分享Server上下以下指令
net stop LanmanServer /y && net start LanmanServer
 
arrow
arrow
    文章標籤
    mount samba cifs
    全站熱搜

    痞客興 發表在 痞客邦 留言(0) 人氣()