From patchwork Tue Mar 19 15:55:34 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jeff Layton X-Patchwork-Id: 2301911 Return-Path: X-Original-To: patchwork-cifs-client@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id 9A535E00E5 for ; Tue, 19 Mar 2013 15:55:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756951Ab3CSPzo (ORCPT ); Tue, 19 Mar 2013 11:55:44 -0400 Received: from mail-ob0-f174.google.com ([209.85.214.174]:50795 "EHLO mail-ob0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754448Ab3CSPzm (ORCPT ); Tue, 19 Mar 2013 11:55:42 -0400 Received: by mail-ob0-f174.google.com with SMTP id 16so591899obc.33 for ; Tue, 19 Mar 2013 08:55:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:sender:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references:x-gm-message-state; bh=usjiY9AifsMbVFKDEkwlDwddVUgHzI/m6tSxO+l4e2k=; b=j8uIUsuoCVnvi/ZCXqiVRc0hZIJPvuty+t+OvBo8r/9n6BYHBWujVG9LmRgPFY8b3E H+oWw8VJyuUFyS+TckSsXHZXDHZC6U6CVFv6NeVmhE+iluHfbdPMYCX4Z/t3rTbLRpLE u8LLnyd3akoU+X6WYRkUF1+wEZ4OYVsmzsjWTYfvOirpLTFCGObSU6y+zqGzIzBLnalK 1Kg4FUA7wvljv0hyiEKk6XeL/K38Mm51MGUQOe4XH66Iv8By3A1QecEXvaKkfvbZU1iw vvYLCM5b8c9ok4QW8SDSDuvcW5Y1t2gaJnHWnoLzfaCfWxdFrvswdIYV0DhY+cUFLKjd kAZw== X-Received: by 10.182.2.132 with SMTP id 4mr1670573obu.42.1363708539997; Tue, 19 Mar 2013 08:55:39 -0700 (PDT) Received: from salusa.poochiereds.net (cpe-107-015-113-143.nc.res.rr.com. [107.15.113.143]) by mx.google.com with ESMTPS id d10sm12773617oeh.7.2013.03.19.08.55.38 (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 19 Mar 2013 08:55:38 -0700 (PDT) From: Jeff Layton To: linux-cifs@vger.kernel.org Cc: ttalpey@microsoft.com Subject: [PATCH v2][cifs-utils] manpage: document the mount.cifs vers= option Date: Tue, 19 Mar 2013 11:55:34 -0400 Message-Id: <1363708534-25460-1-git-send-email-jlayton@samba.org> X-Mailer: git-send-email 1.7.11.7 In-Reply-To: <1363703710-23683-1-git-send-email-jlayton@samba.org> References: <1363703710-23683-1-git-send-email-jlayton@samba.org> X-Gm-Message-State: ALoCoQnt4jLFh/xBGQ6EPfuR08xew2RdenzVu1CMvA4+1we8aYpcCt4F3XYAO7/FHnHJeo1cPPRr Sender: linux-cifs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-cifs@vger.kernel.org Thanks to Tom Talpey for clarifying some of the info here. Cc: Tom Talpey Signed-off-by: Jeff Layton --- mount.cifs.8 | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/mount.cifs.8 b/mount.cifs.8 index a4fdd98..1cd2de5 100644 --- a/mount.cifs.8 +++ b/mount.cifs.8 @@ -539,6 +539,57 @@ prefixpath= It's possible to mount a subdirectory of a share. The preferred way to do this is to append the path to the UNC when mounting. However, it's also possible to do the same by setting this option and providing the path there. .RE .PP +vers= +.RS 4 +SMB protocol version. Allowed values are: +.sp +.RS 4 +.ie n \{\ +\h'-04'\(bu\h'+03'\c +.\} +.el \{\ +.sp -1 +.IP \(bu 2.3 +.\} +1.0 - The classic CIFS/SMBv1 protocol. This is the default. +.RE +.sp +.RS 4 +.ie n \{\ +\h'-04'\(bu\h'+03'\c +.\} +.el \{\ +.sp -1 +.IP \(bu 2.3 +.\} +2.0 - The SMBv2.0 protocol that was introduced in Microsoft Windows Vista and Windows Server 2008. Note that the dialect number in the on-the-wire protocol with this version is technically "2.002". +.RE +.sp +.RS 4 +.ie n \{\ +\h'-04'\(bu\h'+03'\c +.\} +.el \{\ +.sp -1 +.IP \(bu 2.3 +.\} +2.1 - The SMBv2.1 protocol that was introduced in Microsoft Windows 7 and Windows Server 2008R2. +.RE +.sp +.RS 4 +.ie n \{\ +\h'-04'\(bu\h'+03'\c +.\} +.el \{\ +.sp -1 +.IP \(bu 2.3 +.\} +3.0 - The SMBv3.0 protocol that was introduced in Microsoft Windows 8 and Windows Server 2012. +.RE +.PP +Note too that while this option governs the protocol version used, not all features of each version are available. +.RE +.PP \-\-verbose .RS 4 Print additional debugging information for the mount\&. Note that this parameter must be specified before the \-o\&. For example: