Advertisement
Guest User

Untitled

a guest
Feb 2nd, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. mount -t cifs //hostIP/Folder /share2 -o username=alpha,password=blahblahblah
  2.  
  3. And
  4.  
  5. mount.cifs //hostIP/sales /share2 -o username=alpha,password=blahblahblah,domain=ourdomain.corp
  6.  
  7. mount error 13 = Permission denied
  8. Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)
  9.  
  10. mount -t cifs //hostIP/Folder /share2 -o sec=ntlm,username=alpha,password=blahblahblah
  11.  
  12. mount.cifs //hostIP/sales /share2 -o username=alpha,password=blahblahblah,domain=ourdomain.corp --verbose<br/>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement