From 1c97889020aa874204a1ad5dc7a99e89c38fe3a1 Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Sun, 29 Oct 2017 06:51:50 -0400 Subject: manpage: update mount.cifs manpage with info about default version being mounted Reviewed-by: Pavel Shilovsky Signed-off-by: Jeff Layton --- mount.cifs.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'mount.cifs.rst') diff --git a/mount.cifs.rst b/mount.cifs.rst index 9714f79..023ff34 100644 --- a/mount.cifs.rst +++ b/mount.cifs.rst @@ -517,7 +517,7 @@ prefixpath=arg vers=arg SMB protocol version. Allowed values are: - - 1.0 - The classic CIFS/SMBv1 protocol. This is the default. + - 1.0 - The classic CIFS/SMBv1 protocol. - 2.0 - The SMBv2.002 protocol. This was initially introduced in Windows Vista Service Pack 1, and Windows Server 2008. Note that the initial release version of Windows Vista spoke a slightly @@ -529,6 +529,11 @@ vers=arg Note too that while this option governs the protocol version used, not all features of each version are available. + The default since v4.13.5 is for the client and server to negotiate + the highest possible version greater than or equal to ``2.1``. In + kernels prior to v4.13, the default was ``1.0``. For kernels + between v4.13 and v4.13.5 the default is ``3.0``. + --verbose Print additional debugging information for the mount. Note that this parameter must be specified before the ``-o`` . For example:: @@ -857,4 +862,3 @@ Steve French The maintainer of the Linux cifs vfs and the userspace tool mount.cifs is Steve French. The Linux CIFS Mailing list is the preferred place to ask questions regarding these programs. - \ No newline at end of file -- cgit v1.2.3