VirtualBox

Changeset 85667 in vbox for trunk/doc


Ignore:
Timestamp:
Aug 10, 2020 3:15:26 PM (4 years ago)
Author:
vboxsync
Message:

manual: Use the user_man_VBoxManage-sharedfolder.xml docs for VBoxManage sharedfolder. ticketref:19800

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/user_VBoxManage.xml

    r84692 r85667  
    63786378  </sect1>
    63796379
    6380   <sect1 id="vboxmanage-sharedfolder">
    6381 
    6382     <title>VBoxManage sharedfolder add/remove</title>
    6383 
    6384 <screen>
    6385 VBoxManage sharedfolder     add &lt;uuid|vmname&gt;
    6386                                 --name &lt;name&gt; --hostpath &lt;hostpath&gt;
    6387                                 [--transient] [--readonly] [--automount]
    6388 </screen>
    6389 
    6390     <para>
    6391       This command enables you to share folders on the host computer
    6392       with guest operating systems. For this, the guest systems must
    6393       have a version of the &product-name; Guest Additions installed
    6394       which supports this functionality.
    6395     </para>
    6396 
    6397     <para>
    6398       Parameters are as follows:
    6399     </para>
    6400 
    6401     <itemizedlist>
    6402 
    6403       <listitem>
    6404         <para>
    6405           <computeroutput>&lt;uuid|vmname&gt;</computeroutput>:
    6406           Specifies the UUID or name of the VM whose guest operating
    6407           system will be sharing folders with the host computer.
    6408           Mandatory.
    6409         </para>
    6410       </listitem>
    6411 
    6412       <listitem>
    6413         <para>
    6414           <computeroutput>--name &lt;name&gt;</computeroutput>:
    6415           Specifies the name of the share. Each share has a unique name
    6416           within the namespace of the host operating system. Mandatory.
    6417         </para>
    6418       </listitem>
    6419 
    6420       <listitem>
    6421         <para>
    6422           <computeroutput>-hostpath &lt;hostpath&gt;</computeroutput>:
    6423           Specifies the absolute path on the host operating system of
    6424           the directory to be shared with the guest operating system.
    6425           Mandatory.
    6426         </para>
    6427       </listitem>
    6428 
    6429       <listitem>
    6430         <para>
    6431           <computeroutput>-transient</computeroutput>: Specifies that
    6432           the share is transient, meaning that it can be added and
    6433           removed at runtime and does not persist after the VM has
    6434           stopped. Optional.
    6435         </para>
    6436       </listitem>
    6437 
    6438       <listitem>
    6439         <para>
    6440           <computeroutput>-readonly</computeroutput>: Specifies that the
    6441           share has only read-only access to files at the host path.
    6442         </para>
    6443 
    6444         <para>
    6445           By default, shared folders have read/write access to the files
    6446           on the host path. On Linux distributions, shared folders are
    6447           mounted with 770 file permissions with root user and vboxsf as
    6448           the group. Using this option the file permissions change to
    6449           700. Optional.
    6450         </para>
    6451       </listitem>
    6452 
    6453       <listitem>
    6454         <para>
    6455           <computeroutput>-automount</computeroutput>: Specifies that
    6456           the share will be automatically mounted. On Linux
    6457           distributions, this will be to either
    6458           <filename>/media/USER/sf_<replaceable>share-name</replaceable></filename>
    6459           or
    6460           <filename>/media/sf_<replaceable>share-name</replaceable></filename>,
    6461           where <replaceable>share-name</replaceable> is the share
    6462           named. The actual location depends on the guest OS. Optional.
    6463         </para>
    6464       </listitem>
    6465 
    6466     </itemizedlist>
    6467 
    6468 <screen>
    6469 VBoxManage sharedfolder     remove &lt;uuid|vmname&gt;
    6470                             --name &lt;name&gt; [--transient]
    6471 
    6472 </screen>
    6473 
    6474     <para>
    6475       This command enables you to delete shared folders on the host
    6476       computer shares with the guest operating systems. For this, the
    6477       guest systems must have a version of the &product-name; Guest
    6478       Additions installed which supports this functionality.
    6479     </para>
    6480 
    6481     <para>
    6482       Parameters are as follows:
    6483     </para>
    6484 
    6485     <itemizedlist>
    6486 
    6487       <listitem>
    6488         <para>
    6489           <computeroutput>&lt;uuid|vmname&gt;</computeroutput>:
    6490           Specifies the UUID or name of the VM whose guest operating
    6491           system is sharing folders with the host computer. Mandatory.
    6492         </para>
    6493       </listitem>
    6494 
    6495       <listitem>
    6496         <para>
    6497           <computeroutput>--name &lt;name&gt;</computeroutput>:
    6498           Specifies the name of the share to be removed. Each share has
    6499           a unique name within the namespace of the host operating
    6500           system. Mandatory.
    6501         </para>
    6502       </listitem>
    6503 
    6504       <listitem>
    6505         <para>
    6506           <computeroutput>-transient</computeroutput>: Specifies that
    6507           the share is transient, meaning that it can be added and
    6508           removed at runtime and does not persist after the VM has
    6509           stopped. Optional.
    6510         </para>
    6511       </listitem>
    6512 
    6513     </itemizedlist>
    6514 
    6515     <para>
    6516       Shared folders are described in <xref linkend="sharedfolders" />.
    6517     </para>
    6518 
    6519   </sect1>
    6520 
    65216380  <sect1 id="vboxmanage-guestproperty">
    65226381
     
    90918950  <xi:include href="user_man_VBoxManage-clonevm.xml"        xpointer="element(/1)" xmlns:xi="http://www.w3.org/2001/XInclude" />
    90928951
     8952  <xi:include href="user_man_VBoxManage-sharedfolder.xml"   xpointer="element(/1)" xmlns:xi="http://www.w3.org/2001/XInclude" />
     8953
    90938954  <xi:include href="user_man_VBoxManage-extpack.xml"        xpointer="element(/1)" xmlns:xi="http://www.w3.org/2001/XInclude" />
    90948955
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