Ignore:
Timestamp:
Nov 12, 2012, 5:18:59 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server 3.5: update branche to 3.5.14

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.5.x/docs/manpages/mount.cifs.8

    r732 r734  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 10/24/2011
     5.\"      Date: 03/09/2012
    66.\"    Manual: System Administration tools
    77.\"    Source: Samba 3.5
    88.\"  Language: English
    99.\"
    10 .TH "MOUNT\&.CIFS" "8" "10/24/2011" "Samba 3\&.5" "System Administration tools"
     10.TH "MOUNT\&.CIFS" "8" "03/09/2012" "Samba 3\&.5" "System Administration tools"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
     
    118118.RE
    119119.PP
     120prefixpath=\fIarg\fR
     121.RS 4
     122It\'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\&.
     123.RE
     124.PP
     125cifsacl
     126.RS 4
     127This 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\&.
     128.RE
     129.PP
    120130forceuid
    121131.RS 4
     
    138148.RE
    139149.PP
     150servernetbiosname=\fIarg\fR
     151.RS 4
     152Specify the server netbios name (RFC1001 name) to use when attempting to setup a session to the server\&. Although rarely needed for mounting to newer servers, this option is needed for mounting to some older servers (such as OS/2 or Windows 98 and Windows ME) since when connecting over port 139 they, unlike most newer servers, do not support a default server name\&. A server name can be up to 15 characters long and is usually uppercased\&.
     153.RE
     154.PP
    140155servern=\fIarg\fR
    141156.RS 4
    142 Specify the server netbios name (RFC1001 name) to use when attempting to setup a session to the server\&. Although rarely needed for mounting to newer servers, this option is needed for mounting to some older servers (such as OS/2 or Windows 98 and Windows ME) since when connecting over port 139 they, unlike most newer servers, do not support a default server name\&. A server name can be up to 15 characters long and is usually uppercased\&.
     157synonym for
     158\fIservernetbiosname=\fR
    143159.RE
    144160.PP
     
    258274.RS 4
    259275Request case insensitive path name matching (case sensitive is the default if the server suports it)\&.
     276.RE
     277.PP
     278ignorecase
     279.RS 4
     280Synonym for
     281\fInocase\fR
    260282.RE
    261283.PP
     
    390412.RS 4
    391413default network write size (default 57344) maximum wsize currently allowed by CIFS is 57344 (fourteen 4096 byte pages)
     414.RE
     415.PP
     416noposixpaths
     417.RS 4
     418If 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\&.
     419.RE
     420.PP
     421posixpaths
     422.RS 4
     423Inverse of
     424\fInoposixpaths\fR
    392425.RE
    393426.PP
Note: See TracChangeset for help on using the changeset viewer.