Guest User

Untitled

a guest
Dec 14th, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. sudo mount -t cifs //fileshare1/docs1/user/My Documents/shared/Francesco/ /home/frank/used_shared/ -o username=my_user,password=my_pass,domain=my_domain,gid=1000,uid=1000
  2.  
  3. sudo mount -t cifs //fileshare1/docs5/francesco.azzarello/ /home/frank/mnt_folder -o username=my_user,password=my_pass,domain=my_domain,gid=1000,uid=1000
  4.  
  5. _mount.cifs kernel mount options: ip=xxx.xxx.xxx.xxx,unc=\fileshare1docs1,uid=1000,gid=1000,user=my_user,,domain=my_domain,prefixpath=user/My Documents/shared/Francesco/,pass=********
  6. mount error(13): Permission denied
  7. Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)_
  8.  
  9. _ mount.cifs kernel mount options: ip=xxx.xxx.xxx.xxx,unc=\fileshare1docs1,iocharset=utf8,file_mode=0777,dir_mode=0777,user=my_user,,domain=my_domain,prefixpath=user/My Documents/shared/Francesco/,pass=********
  10. mount error(13): Permission denied
  11. Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)_
  12.  
  13. _mount.cifs kernel mount options: ip=xxx.xxx.xxx.xxx,unc=\fileshare1docs1,vers=2.1,iocharset=utf8,file_mode=0777,dir_mode=0777,user=my_user,,domain=my_domain,prefixpath=user/My Documents/shared/Francesco/,pass=********
  14. mount error(13): Permission denied
  15. Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)_
  16.  
  17. sec=
  18. Security mode. Allowed values are:
  19. · none - attempt to connection as a null user (no name)
  20. · krb5 - Use Kerberos version 5 authentication
  21. · krb5i - Use Kerberos authentication and forcibly enable packet
  22. signing
  23. · ntlm - Use NTLM password hashing
  24. · ntlmi - Use NTLM password hashing and force packet signing
  25. · ntlmv2 - Use NTLMv2 password hashing
  26. · ntlmv2i - Use NTLMv2 password hashing and force packet signing
  27. · ntlmssp - Use NTLMv2 password hashing encapsulated in Raw NTLMSSP message
  28. · ntlmsspi - Use NTLMv2 password hashing encapsulated in Raw NTLMSSP message, and force packet signing
  29.  
  30. · 1.0 - The classic CIFS/SMBv1 protocol. This is the default.
  31.  
  32. · 2.0 - The SMBv2.002 protocol. This was initially introduced in Windows Vista Service Pack 1, and
  33. Windows Server 2008. Note that the initial release version of Windows Vista spoke a slightly
  34. different dialect (2.000) that is not supported.
  35.  
  36. · 2.1 - The SMBv2.1 protocol that was introduced in Microsoft Windows 7 and Windows Server 2008R2.
  37.  
  38. · 3.0 - The SMBv3.0 protocol that was introduced in Microsoft Windows 8 and Windows Server 2012.
  39.  
  40. sudo mount.cifs -v //WINBOX01/shared /home/geoff/winbox01 --verbose -o user=brainstrust,password=topsecret,domain=WINBOX01
  41.  
  42. mount error(13): Permission denied
Add Comment
Please, Sign In to add comment