Advertisement
Guest User

Untitled

a guest
Dec 12th, 2016
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. username=ouruser
  2. password=ourpassword
  3.  
  4. mount.cifs //myserverhere.com/cifs_share /mnt/cifs_share user,uid=65001,rw,workgroup=DEV,credentials=/root/.cifs
  5.  
  6. mount.cifs {service} {mount-point} [-o options]
  7.  
  8. mount.cifs //myserverhere.com/cifs_share /mnt/cifs_share
  9. -o user,uid=65001,rw,workgroup=DEV,credentials=/root/.cifs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement