Guest User

Untitled

a guest
May 8th, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. sudo mount -t cifs -o username=myuser //xxx.xxx.xx.xx/myfolder /mnt/windowsshare/
  2.  
  3. /mounts/ /etc/auto.mymounts --ghost
  4.  
  5. /mnt/windowsshare/ -fstype=cifs,rw,credentials=/etc/credentials.autofs ://xxx.xxx.xx.xx/myfolder
  6.  
  7. dom=TARGETDOMAIN
  8. user=TARGETUSER
  9. password=TARGETPASSWORD
Add Comment
Please, Sign In to add comment