Advertisement
Guest User

Untitled

a guest
Jul 25th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. username=MYUSER
  2. password=MYPASS
  3. domain=DOMAIN
  4.  
  5. [root@localhost ~]# smbclient -L //share.domain.com -E -A /root/.credentials
  6. Domain=[BERCO_NT_DOM1] OS=[Windows 5.0] Server=[Windows 2000 LAN Manager]
  7. ...
  8.  
  9. Connection to share.domain.com failed (Error NT_STATUS_IO_DEVICE_ERROR)
  10. NetBIOS over TCP disabled -- no workgroup available
  11.  
  12. [root@localhost ~]# mount.cifs //share.domain.com/folder/folder2 /root/shared -o 'credentials=/root/.credentials,sec=ntlmv2' -v
  13. domain=domain.com
  14. mount.cifs kernel mount options: ip=172.16.70.4,unc=\share.domain.comfolder,sec=ntlmv2,user=MYSUER,,domain=domain.com,prefixpath=folder2,pass=********
  15. mount error(13): Permission denied
  16. Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement