VirtualBox

Ignore:
Timestamp:
Jun 25, 2024 11:06:29 AM (5 months ago)
Author:
vboxsync
Message:

doc/manual,include/VBox,Frontends/VBoxManage,HostServices/SharedFolders,
Main/{include,SharedFolder,Console,Machine,VirtualBox.xidl}: Backout
changeset r163634 since it introduces a build dependency on
VirtualBox_XPCOM.h which needs to be built from the VirtualBox.xidl
changes before it can be referenced by the src/VBox/HostServices code.
Need to putback the changes in two parts. bugref:10619

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/man_VBoxManage-sharedfolder.xml

    r105016 r105018  
    4242  <refnamediv>
    4343    <refname>VBoxManage-sharedfolder</refname>
    44     <refpurpose>add and remove shared folders, configure security policy for shared folders</refpurpose>
     44    <refpurpose>add and remove shared folders</refpurpose>
    4545    <refclass>&product-name;</refclass>
    4646  </refnamediv>
     
    5454        <arg choice="plain"><replaceable>vmname</replaceable></arg>
    5555      </group>
    56       <arg choice="req">--name=<replaceable>share-name</replaceable></arg>
     56      <arg choice="req">--name=<replaceable>name</replaceable></arg>
    5757      <arg choice="req">--hostpath=<replaceable>hostpath</replaceable></arg>
    5858      <arg>--readonly</arg>
     
    6868        <arg choice="plain"><replaceable>vmname</replaceable></arg>
    6969      </group>
    70       <arg choice="req">--name=<replaceable>share-name</replaceable></arg>
     70      <arg choice="req">--name=<replaceable>name</replaceable></arg>
    7171      <arg>--transient</arg>
    72     </cmdsynopsis>
    73 
    74     <cmdsynopsis id="synopsis-vboxmanage-sharedfolder-modify">
    75       <command>VBoxManage sharedfolder modify</command>
    76       <group choice="req">
    77         <arg choice="plain"><replaceable>uuid</replaceable></arg>
    78         <arg choice="plain"><replaceable>vmname</replaceable></arg>
    79       </group>
    80       <arg choice="req">--name=<replaceable>share-name</replaceable></arg>
    81       <arg choice="req">--symlink-policy=
    82         <group choice="plain">
    83           <arg choice="plain">forbidden</arg>
    84           <arg choice="plain">subtree</arg>
    85           <arg choice="plain">relative</arg>
    86           <arg choice="plain">any</arg>
    87         </group>
    88       </arg>
    8972    </cmdsynopsis>
    9073  </refsynopsisdiv>
     
    120103        </varlistentry>
    121104        <varlistentry>
    122           <term>--name=<replaceable>share-name</replaceable></term>
     105          <term>--name=<replaceable>name</replaceable></term>
    123106          <listitem><para>
    124107              Specifies the name of the share, which is a unique name
     
    195178        </varlistentry>
    196179        <varlistentry>
    197           <term>--name=<replaceable>share-name</replaceable></term>
     180          <term>--name=<replaceable>name</replaceable></term>
    198181          <listitem><para>
    199182              Specifies the name of the share to remove.
     
    210193      </variablelist>
    211194    </refsect2>
    212     <refsect2 id="vboxmanage-sharedfolder-modify">
    213       <title>Modify a Shared Folder's Configuration</title>
    214       <remark role="help-copy-synopsis"/>
    215       <para>
    216         The <command>VBoxManage sharedfolder modify</command> command
    217         modifies the configuration of a Shared Folder.
    218       </para>
    219       <variablelist>
    220         <varlistentry>
    221           <term><option><replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></option></term>
    222           <listitem><para>
    223               Specifies the name or UUID of the guest VM that shares a
    224               folder with the host system.
    225             </para></listitem>
    226         </varlistentry>
    227         <varlistentry>
    228           <term>--name=<replaceable>share-name</replaceable></term>
    229           <listitem><para>
    230               Specifies the name of the share to apply the security policy to.
    231             </para></listitem>
    232         </varlistentry>
    233         <varlistentry>
    234           <term>--symlink-policy=<replaceable>policy-name</replaceable></term>
    235           <listitem><para>
    236               Specifies the symbolic link security policy of the shared folder.
    237               Valid symlink security policies are:
    238                   <literal>forbidden</literal>, <literal>subtree</literal>,
    239                   <literal>relative</literal>, and <literal>any</literal>.
    240             </para></listitem>
    241         </varlistentry>
    242       </variablelist>
    243     </refsect2>
    244195  </refsect1>
    245196
     
    248199    <remark role="help-scope" condition="GLOBAL" />
    249200    <para>
    250       The following command creates a shared folder named
    251       <filename>o7share</filename> for the <filename>ol7</filename> VM
    252       and configures the share to be mounted automatically when the VM
    253       is started.
     201      The following command creates a shared folder called
     202      <filename>o7share</filename> for the <filename>ol7</filename> VM.
     203      The share is mounted automatically when the VM is started.
    254204    </para>
    255205<screen>$ VBoxManage sharedfolder add ol7 --name ol7share --hostpath "/home/user/ol7share" --automount</screen>
    256206    <para>
    257       The following command removes the shared folder named
    258       <filename>o7share</filename> from the <filename>ol7</filename> VM.
     207      The following command removes the shared folder called
     208      <filename>o7share</filename> for the <filename>ol7</filename> VM.
    259209    </para>
    260210<screen>$ VBoxManage sharedfolder remove ol7 --name ol7share</screen>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette