zoukankan      html  css  js  c++  java
  • linux挂载windows共享文件夹出错,提示mount error(13): Permission denied

    完整的可以工作的命令行:

    mount -v -t cifs -o username=clouder,password=123456,iocharset=utf8,sec=ntlm //172.28.127.100/share /mnt/windows

    还需要注意的是用户所在 domain , 我这里是系统内建用户,否则要加上 domain , 不然也会报权限问题

    1. sec=  
    2.      Security mode. Allowed values are:  
    3.   
    4.      ¡¤   none - attempt to connection as a null user (no name)  
    5.   
    6.      ¡¤   krb5 - Use Kerberos version 5 authentication  
    7.   
    8.      ¡¤   krb5i - Use Kerberos authentication and forcibly enable packet signing  
    9.   
    10.      ¡¤   ntlm - Use NTLM password hashing  
    11.   
    12.      ¡¤   ntlmi - Use NTLM password hashing and force packet signing  
    13.   
    14.      ¡¤   ntlmv2 - Use NTLMv2 password hashing  
    15.   
    16.      ¡¤   ntlmv2i - Use NTLMv2 password hashing and force packet signing  
    17.   
    18.      ¡¤   ntlmssp - Use NTLMv2 password hashing encapsulated in Raw NTLMSSP message  
    19.   
    20.      ¡¤   ntlmsspi - Use NTLMv2 password hashing encapsulated in Raw NTLMSSP message, and force  
    21.          packet signing  
    22.   
    23.      The default in mainline kernel versions prior to v3.8 was sec=ntlm. In v3.8, the default  
    24.      was changed to sec=ntlmssp.  
    25.   
    26.      If the server requires signing during protocol negotiation, then it may be enabled  
    27.      automatically. Packet signing may also be enabled automatically if it's enabled in  
    28.      /proc/fs/cifs/SecurityFlags. 
  • 相关阅读:
    我罗斯方块最终篇
    我罗斯汇报作业一
    11组-Alpha冲刺-2/6
    11组-Alpha冲刺-1/6
    结对编程作业
    11组 团队展示
    第一次个人编程作业
    第一次博客作业
    寒假作业3
    寒假作业2
  • 原文地址:https://www.cnblogs.com/zjd2626/p/7428636.html
Copyright © 2011-2022 走看看