Guest User

Untitled

a guest
Mar 4th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. mount -t cifs //192.168.x.x/m -o username=user,password=mypass /mnt/mymount
  2. mount -t cifs //192.168.x.x/m -o credentials=cred /mnt/mymount
  3. mount -t cifs //192.168.x.x/m -o username=user,password=mypass,domain=xxxxx /mnt/mymount
Add Comment
Please, Sign In to add comment