Changeset 734 for branches/samba-3.5.x/docs-xml/manpages-3/mount.cifs.8.xml
- Timestamp:
- Nov 12, 2012, 5:18:59 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.5.x/docs-xml/manpages-3/mount.cifs.8.xml
r414 r734 148 148 149 149 <varlistentry> 150 <term>prefixpath=<replaceable>arg</replaceable></term> 151 <listitem> 152 <para> 153 It's possible to mount a subdirectory of a share. The preferred way 154 to do this is to append the path to the UNC when mounting. However, 155 it's also possible to do the same by setting this option and 156 providing the path there. 157 </para> 158 </listitem> 159 </varlistentry> 160 161 <varlistentry> 162 <term>cifsacl</term> 163 <listitem> 164 <para> 165 This option is used to map CIFS/NTFS ACLs to/from Linux permission 166 bits, map SIDs to/from UIDs and GIDs, and get and set Security 167 Descriptors. 168 </para> 169 </listitem> 170 </varlistentry> 171 172 <varlistentry> 150 173 <term>forceuid</term> 151 174 <listitem> … … 191 214 192 215 <varlistentry> 193 <term>servern =<replaceable>arg</replaceable></term>216 <term>servernetbiosname=<replaceable>arg</replaceable></term> 194 217 195 218 <listitem><para> … … 204 227 </para></listitem> 205 228 </varlistentry> 229 230 <varlistentry> 231 <term>servern=<replaceable>arg</replaceable></term> 232 <listitem> 233 <para>synonym for <emphasis>servernetbiosname=</emphasis></para> 234 </listitem> 235 </varlistentry> 206 236 207 237 <varlistentry> … … 403 433 </listitem> 404 434 </varlistentry> 435 436 <varlistentry> 437 <term>ignorecase</term> 438 <listitem> 439 <para> 440 Synonym for <emphasis>nocase</emphasis> 441 </para> 442 </listitem> 443 </varlistentry> 405 444 406 445 <varlistentry> … … 536 575 4096 byte pages)</para></listitem> 537 576 </varlistentry> 577 578 <varlistentry> 579 <term>noposixpaths</term> 580 <listitem> 581 <para> 582 If unix extensions are enabled on a share, then the client will 583 typically allow filenames to include any character besides '/' in a 584 pathname component, and will use forward slashes as a pathname 585 delimiter. This option prevents the client from attempting to 586 negotiate the use of posix-style pathnames to the server. 587 </para> 588 </listitem> 589 </varlistentry> 590 591 <varlistentry> 592 <term>posixpaths</term> 593 <listitem> 594 <para> 595 Inverse of <emphasis>noposixpaths</emphasis> 596 </para> 597 </listitem> 598 </varlistentry> 599 538 600 <varlistentry> 539 601 <term>--verbose</term>
Note:
See TracChangeset
for help on using the changeset viewer.