Guest User

Untitled

a guest
Oct 21st, 2017
579
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. sudo mount -v -t cifs -o username=myname,password=mypassword //nas/share /mnt/nas
  2.  
  3. mount.cifs kernel mount options: ip=192.168.1.150,unc=\nasshare,user=myname,pass=********
  4. mount error(95): Operation not supported
  5. Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
  6.  
  7. # modprobe cifs
  8. # echo 7 > /proc/fs/cifs/cifsFYI
  9. # mount... etc.
  10. # dmesg
  11.  
  12. CIFS VFS: Dialect not supported by server. Consider specifying
  13. vers=1.0 or vers=2.1 on mount for accessing older servers
Add Comment
Please, Sign In to add comment