Advertisement
Guest User

Untitled

a guest
Mar 6th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. mount -t cifs //server/share$ /localfolder -o username=,password=,domain=,sec=ntlm
  2. mount error(13): Permission denied
  3. Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
  4.  
  5. Status code returned 0xc0000022 NT_STATUS_ACCESS_DENIED CIFS VFS: Send error in SessSetup = -13 CIFS VFS: cifs_mount failed w/return code = -13
  6.  
  7. rpm -qa|grep samba
  8. samba-winbind-3.6.23-36.0.1.el6_8.x86_64
  9. samba-3.6.23-36.0.1.el6_8.x86_64
  10. samba-client-3.6.23-36.0.1.el6_8.x86_64
  11. samba-common-3.6.23-36.0.1.el6_8.x86_64
  12. samba-winbind-clients-3.6.23-36.0.1.el6_8.x86_64
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement