VirtualBox

Changeset 99264 in vbox for trunk/doc/manual/en_US


Ignore:
Timestamp:
Apr 3, 2023 3:37:08 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
156647
Message:

Guest Control/VBoxManage: Added a new command "fsinfo|df" to show guest filesystem information. bugref:10414

File:
1 edited

Legend:

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

    r99154 r99264  
    256256    </cmdsynopsis>
    257257
     258    <cmdsynopsis id="synopsis-vboxmanage-guestcontrol-fsinfo">
     259      <command>VBoxManage guestcontrol</command>
     260      <group choice="req">
     261        <arg choice="plain"><replaceable>uuid</replaceable></arg>
     262        <arg choice="plain"><replaceable>vmname</replaceable></arg>
     263      </group>
     264      <arg choice="plain">fsinfo</arg>
     265      <arg>--domain=<replaceable>domainname</replaceable></arg>
     266      <group>
     267        <arg choice="plain">--passwordfile=<replaceable>password-file</replaceable></arg>
     268        <arg choice="plain">--password=<replaceable>password</replaceable></arg>
     269      </group>
     270      <arg>--human-readable</arg>
     271      <arg>--quiet</arg>
     272      <arg>--username=<replaceable>username</replaceable></arg>
     273      <arg>--verbose</arg>
     274      <arg choice="req"><replaceable>path</replaceable></arg>
     275    </cmdsynopsis>
     276
    258277    <cmdsynopsis id="synopsis-vboxmanage-guestcontrol-stat">
    259278      <command>VBoxManage guestcontrol</command>
     
    392411        authentication. The subcommands are:
    393412        <command>copyfrom</command>, <command>copyto</command>,
     413        <command>fsinfo</command>,
    394414        <command>mkdir</command>, <command>mktemp</command>,
    395415        <command>mv</command>, <command>rmdir</command>,
     
    773793              use wildcards to specify multiple files. For example,
    774794              <filename>C:\Windows\System*\*.dll</filename>.
     795            </para></listitem>
     796        </varlistentry>
     797      </variablelist>
     798    </refsect2>
     799    <refsect2 id="vboxmanage-guestcontrol-fsinfo">
     800      <title>Show guest filesystem information.</title>
     801      <remark role="help-copy-synopsis"/>
     802      <para>
     803        The <command>VBoxManage guestcontrol
     804        <replaceable>vmname</replaceable> fsinfo</command> command
     805        enables you to show filesystem information of the guest VM.
     806      </para>
     807      <para>
     808        An alternate form of this subcommand is <command>df</command>.
     809      </para>
     810      <variablelist>
     811        <varlistentry>
     812          <term><option>--human-readable</option></term>
     813          <listitem><para>
     814              Shows the disk sizes in a human readable form.
     815            </para>
     816          </listitem>
     817        </varlistentry>
     818        <varlistentry>
     819          <term><literal><replaceable>guest-path</replaceable> [<replaceable>guest-path</replaceable>...]</literal></term>
     820          <listitem><para>
     821              Specifies an absolute path to show guest filesystem
     822              information for.
    775823            </para></listitem>
    776824        </varlistentry>
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