VirtualBox

Changeset 85666 in vbox for trunk/doc


Ignore:
Timestamp:
Aug 10, 2020 3:09:18 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
139795
Message:

docs/man_VBoxManage-sharedfolder.xml: Document the --auto-mount-point option. Thanks to Timothy Tacker for the reminder. ticketref:19800

File:
1 edited

Legend:

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

    r82969 r85666  
    4545      <arg choice="req">--name=<replaceable>name</replaceable></arg>
    4646      <arg choice="req">--hostpath=<replaceable>hostpath</replaceable></arg>
    47       <arg>--automount</arg>
    4847      <arg>--readonly</arg>
    4948      <arg>--transient</arg>
     49      <arg>--automount</arg>
     50      <arg>--auto-mount-point=<replaceable>path</replaceable></arg>
    5051    </cmdsynopsis>
    5152
     
    105106        </varlistentry>
    106107        <varlistentry>
    107           <term>--automount</term>
    108           <listitem><para>
    109               Specifies that the share is automatically mounted. On
    110               Linux distributions, the share is mounted at
    111               <filename>/var/run/media/<replaceable>username</replaceable>/sf_<replaceable>sharename</replaceable></filename>
    112               or
    113               <filename>/media/sf_<replaceable>sharename</replaceable></filename>,
    114               depending on your guest OS.
    115             </para></listitem>
    116         </varlistentry>
    117         <varlistentry>
    118108          <term>--readonly</term>
    119109          <listitem><para>
     
    136126              after the VM stops.
    137127            </para></listitem>
     128        </varlistentry>
     129        <varlistentry>
     130          <term>--automount</term>
     131          <listitem><para>
     132              Specifies that the share is automatically mounted.
     133            </para></listitem>
     134        </varlistentry>
     135        <varlistentry>
     136           <term>--auto-mount-point=<replaceable>path</replaceable></term>
     137           <listitem><para>
     138               Specifies the mount point of the share.  This guest OS specific. 
     139             </para><para>
     140               For Windows and OS/2 guest this must be an unused drive letter.
     141               If left blank (or if the drive letter is already in use), the
     142               last unused drive letter is used instead (i.e. searching from
     143               <literal>Z:</literal> thru <literal>A:</literal>).
     144             </para><para>
     145               For Linux, Solaris and other unix guest, it must be an absolute
     146               path like <filename>/mnt/mysharedfolder</filename>.  If left
     147               empty the default location is
     148               <filename>/media/sf_<replaceable>sharename</replaceable></filename>.
     149             </para></listitem>
    138150        </varlistentry>
    139151      </variablelist>
Note: See TracChangeset for help on using the changeset viewer.

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