Guest User

Untitled

a guest
Feb 23rd, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. mount -t cifs -o username=MyUsername,password=*,rw,soft //MyServerIP/MyShare /tmp/veeam/MyServerIPMyShare
  2.  
  3. mount -t cifs -o vers=3.0,username=MyUsername,password=*,rw,soft //MyServerIP/MyShare /tmp/veeam/MyServerIPMyShare
  4.  
  5. server min protocol = SMB2
  6. server max protocol = SMB3
  7. client min protocol = SMB2
  8. client max protocol = SMB3
  9. min protocol = SMB2
  10. max protocol = SMB3
  11. client ipc min protocol = SMB2
Add Comment
Please, Sign In to add comment