Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. root@----:/# mount -t cifs //SERVER/smbtest /mnt/smbtest --verbose -o ver=2.1,user=administrator
  2. Password:
  3. mount.cifs kernel mount options:
  4. ip=10.16.0.40,unc=\server.domain.netsmbtest,ver=2.1,ver=1,user=administrator,pass=********
  5. mount error(22): Invalid argument
  6. Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
  7.  
  8. "The minimum version for use of the Linux kernel SMB3 support is kernel version 3.12 (or backport of cifs.ko module version 2.02 or later) but kernel version 3.18 or later (or equivalent, ie cifs module version 2.04 or later) is recommended for best SMB3 support."
  9.  
  10. vers=
  11. SMB protocol version. Allowed values are:
  12.  
  13. ยท 1.0 - The classic CIFS/SMBv1 protocol. This is the default.
  14.  
  15. ยท 2.0 - The SMBv2.002 protocol. This was initially introduced in
  16. Windows Vista Service Pack 1, and Windows Server 2008. Note
  17. that the initial release version of Windows Vista spoke a
  18. slightly different dialect (2.000) that is not supported....
  19.  
  20. mount -t cifs //192.168.1.1/public /home/user/Desktop/share --verbose -o vers=2.1,user=winuser
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement