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-xml/manpages-3/mount.cifs.8.xml

    r414 r734  
    148148
    149149<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>
    150173        <term>forceuid</term>
    151174        <listitem>
     
    191214
    192215        <varlistentry>
    193                 <term>servern=<replaceable>arg</replaceable></term>
     216                <term>servernetbiosname=<replaceable>arg</replaceable></term>
    194217
    195218                <listitem><para>
     
    204227                </para></listitem>
    205228        </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>
    206236
    207237        <varlistentry>
     
    403433                </listitem>
    404434        </varlistentry>
     435
     436<varlistentry>
     437        <term>ignorecase</term>
     438        <listitem>
     439                <para>
     440                Synonym for <emphasis>nocase</emphasis>
     441                </para>
     442        </listitem>
     443</varlistentry>
    405444
    406445        <varlistentry>
     
    536575                4096 byte pages)</para></listitem>
    537576        </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
    538600         <varlistentry>
    539601                <term>--verbose</term>
Note: See TracChangeset for help on using the changeset viewer.