Changeset 734 for branches/samba-3.5.x/docs/manpages/mount.cifs.8
- Timestamp:
- Nov 12, 2012, 5:18:59 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.5.x/docs/manpages/mount.cifs.8
r732 r734 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 10/24/20115 .\" Date: 03/09/2012 6 6 .\" Manual: System Administration tools 7 7 .\" Source: Samba 3.5 8 8 .\" Language: English 9 9 .\" 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" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting … … 118 118 .RE 119 119 .PP 120 prefixpath=\fIarg\fR 121 .RS 4 122 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\&. 123 .RE 124 .PP 125 cifsacl 126 .RS 4 127 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\&. 128 .RE 129 .PP 120 130 forceuid 121 131 .RS 4 … … 138 148 .RE 139 149 .PP 150 servernetbiosname=\fIarg\fR 151 .RS 4 152 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\&. 153 .RE 154 .PP 140 155 servern=\fIarg\fR 141 156 .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\&. 157 synonym for 158 \fIservernetbiosname=\fR 143 159 .RE 144 160 .PP … … 258 274 .RS 4 259 275 Request case insensitive path name matching (case sensitive is the default if the server suports it)\&. 276 .RE 277 .PP 278 ignorecase 279 .RS 4 280 Synonym for 281 \fInocase\fR 260 282 .RE 261 283 .PP … … 390 412 .RS 4 391 413 default network write size (default 57344) maximum wsize currently allowed by CIFS is 57344 (fourteen 4096 byte pages) 414 .RE 415 .PP 416 noposixpaths 417 .RS 4 418 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\&. 419 .RE 420 .PP 421 posixpaths 422 .RS 4 423 Inverse of 424 \fInoposixpaths\fR 392 425 .RE 393 426 .PP
Note:
See TracChangeset
for help on using the changeset viewer.