Guest User

Untitled

a guest
Mar 5th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. root@SERVER:~# df -h /mnt/test2/
  2. Filesystem Size Used Avail Use% Mounted on
  3. //SERVER.DOMAIN.LOCAL/PATH/TO/FOLDER 0,0K 0,0K 0,0K - /mnt/test2
  4.  
  5. mount -t cifs -o "vers=2.0,nobrl,domain=DOMAIN,username=USER,password=PASSWORD" "//SERVER.DOMAIN.LOCAL/PATH/TO/FOLDER" /mnt/test2
Add Comment
Please, Sign In to add comment