Guest User

Untitled

a guest
Jan 10th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. //SHAREDDATA02/WORK1 /mnt/work1 cifs credentials=/etc/nfs_share.credentials,users,rw,uid=me,gid=me,sec=ntlm,noperm 0 0
  2. //SHAREDDATA02/WORK2/USER /mnt/my_network cifs credentials=/etc/nfs_share.credentials,users,rw,uid=me,gid=me,sec=ntlm,noperm 0 0
  3.  
  4. //UOSFSTORE/SHARED/XDRIVE /mnt/xdrive cifs credentials=/etc/nfs_share.credentials,users,rw,uid=me,gid=me,sec=ntlm,noperm 0 0
  5.  
  6. # mount -v /mnt/xdrive
  7. mount.cifs kernel mount options: ip=172.30.1.99,unc=\UOSFSTORESHARED,sec=ntlm,noperm,uid=1000,gid=1000,user=cm1nds,prefixpath=XDRIVE,pass=********
  8. mount error(95): Operation not supported
  9. Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
  10. # dmesg | tail -n1
  11. [257463.335188] CIFS VFS: cifs_mount failed w/return code = -95
  12.  
  13. [global]
  14. ...
  15. min protocol = SMB2
Add Comment
Please, Sign In to add comment