From 03faeaf7ed059526adf1475692c9938a5ea5fc40 Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Tue, 6 Dec 2011 09:32:18 -0500 Subject: [PATCH] manpage: add more undocumented options to mount.cifs manpage Signed-off-by: Jeff Layton --- docs-xml/manpages-3/mount.cifs.8.xml | 52 +++++++++++++++++++++++++++++++++- 1 files changed, 51 insertions(+), 1 deletions(-) diff --git a/docs-xml/manpages-3/mount.cifs.8.xml b/docs-xml/manpages-3/mount.cifs.8.xml index 21c7f60..d58859b 100644 --- a/docs-xml/manpages-3/mount.cifs.8.xml +++ b/docs-xml/manpages-3/mount.cifs.8.xml @@ -159,6 +159,17 @@ information. + cifsacl + + + This option is used to map CIFS/NTFS ACLs to/from Linux permission + bits, map SIDs to/from UIDs and GIDs, and get and set Security + Descriptors. + + + + + forceuid instructs the client to ignore any uid provided by @@ -202,7 +213,7 @@ port 445 is tried and if no response then port 139 is tried. - servern=arg + servernetbiosname=arg Specify the server netbios name (RFC1001 name) to use @@ -216,6 +227,13 @@ port 445 is tried and if no response then port 139 is tried. + + servern=arg + + synonym for servernetbiosname= + + + netbiosname=arg @@ -415,6 +433,15 @@ permissions in memory that can't be stored on the server. This information can d + + ignorecase + + + Synonym for nocase + + + + sec= @@ -547,6 +574,29 @@ permissions in memory that can't be stored on the server. This information can d maximum wsize currently allowed by CIFS is 57344 (fourteen 4096 byte pages) + + + noposixpaths + + + If unix extensions are enabled on a share, then the client will + typically allow filenames to include any character besides '/' in a + pathname component, and will use forward slashes as a pathname + delimiter. This option prevents the client from attempting to + negotiate the use of posix-style pathnames to the server. + + + + + + posixpaths + + + Inverse of noposixpaths + + + + --verbose Print additional debugging information for the mount. Note that this parameter must be specified before the -o. For example:mount -t cifs //server/share /mnt --verbose -o user=username -- 1.7.7.3