VirtualBox

Changeset 102749 in vbox for trunk/doc


Ignore:
Timestamp:
Jan 3, 2024 3:17:55 PM (13 months ago)
Author:
vboxsync
Message:

Guest Control/VBoxManage: Implemented a "mount" sub command for the new GetMountPoints API. bugref:10415

Location:
trunk/doc/manual
Files:
2 edited

Legend:

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

    r99778 r102749  
    258258    </cmdsynopsis>
    259259
     260    <cmdsynopsis id="synopsis-vboxmanage-guestcontrol-mount">
     261      <command>VBoxManage guestcontrol</command>
     262      <group choice="req">
     263        <arg choice="plain"><replaceable>uuid</replaceable></arg>
     264        <arg choice="plain"><replaceable>vmname</replaceable></arg>
     265      </group>
     266      <arg choice="plain">mount</arg>
     267      <group>
     268        <arg choice="plain">--passwordfile=<replaceable>password-file</replaceable></arg>
     269        <arg choice="plain">--password=<replaceable>password</replaceable></arg>
     270      </group>
     271      <arg>--username=<replaceable>username</replaceable></arg>
     272      <arg>--verbose</arg>
     273    </cmdsynopsis>
     274
    260275    <cmdsynopsis id="synopsis-vboxmanage-guestcontrol-fsinfo">
    261276      <command>VBoxManage guestcontrol</command>
     
    416431        <command>fsinfo</command>,
    417432        <command>mkdir</command>, <command>mktemp</command>,
     433        <command>mount</command>,
    418434        <command>mv</command>, <command>rmdir</command>,
    419435        <command>rm</command>, <command>run</command>,
     
    10661082        </varlistentry>
    10671083      </variablelist>
     1084    </refsect2>
     1085    <refsect2 id="vboxmanage-guestcontrol-mount">
     1086      <title>Shows mount points on the guest</title>
     1087      <remark role="help-copy-synopsis"/>
     1088      <para>
     1089        The <command>VBoxManage guestcontrol
     1090        <replaceable>vmname</replaceable> mount</command> command
     1091        enables you to the current mount points on
     1092        the guest VM. For Windows guests this shows the mapped drives.
     1093      </para>
    10681094    </refsect2>
    10691095    <refsect2 id="vboxmanage-guestcontrol-stat">
  • trunk/doc/manual/user_ChangeLogImpl.xml

    r102675 r102749  
    113113      </listitem>
    114114
     115      <listitem>
     116       <para>VBoxManage: Added the ability to query the guest's mount points via a new "mount"
     117         Guest Control sub command. Requires at least 7.1 Guest Additions</para>
     118      </listitem>
     119
    115120    </itemizedlist>
    116121  </sect1>
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