VirtualBox

Changeset 51240 in vbox


Ignore:
Timestamp:
May 13, 2014 11:41:45 AM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
93676
Message:

doc/manual: fixed 'VBoxManage storageattach' example and a few cosmetics (public ticket #13025)

Location:
trunk/doc/manual/en_US
Files:
3 edited

Legend:

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

    r46207 r51240  
    450450                      <listitem>
    451451                        <para>To enable the library for a particular VM, you
    452                         must then switch authentication to external:<screen>VBoxManage modifyvm &lt;vm&gt; --vrdeauthtype external</screen></para>
     452                        must then switch authentication to external:<screen>VBoxManage modifyvm "VM name" --vrdeauthtype external</screen></para>
    453453
    454454                        <para>Replace
     
    464464                        written, is a plain text file, VirtualBox uses hashes
    465465                        to encrypt passwords. The following command must be
    466                         used:<screen>VBoxManage setextradata &lt;vm&gt; "VBoxAuthSimple/users/&lt;user&gt;" &lt;hash&gt;</screen></para>
     466                        used:<screen>VBoxManage setextradata "VM name" "VBoxAuthSimple/users/&lt;user&gt;" &lt;hash&gt;</screen></para>
    467467
    468468                        <para>Replace
  • trunk/doc/manual/en_US/user_GuestAdditions.xml

    r49987 r51240  
    15501550
    15511551    <para>To query the value of a single property, use the "get" subcommand
    1552     like this:<screen>$ VBoxManage guestproperty get "Windows Vista III"
    1553          "/VirtualBox/GuestInfo/OS/Product"
     1552    like this:<screen>$ VBoxManage guestproperty get "Windows Vista III" "/VirtualBox/GuestInfo/OS/Product"
    15541553VirtualBox Command Line Management Interface Version $VBOX_VERSION_MAJOR.$VBOX_VERSION_MINOR.$VBOX_VERSION_BUILD
    15551554(C) 2005-$VBOX_C_YEAR $VBOX_VENDOR
  • trunk/doc/manual/en_US/user_Storage.xml

    r46207 r51240  
    775775    "Use host I/O cache" box in the "Storage" settings for a given virtual
    776776    storage controller, or use the following VBoxManage command to disable the
    777     host I/O cache for a virtual storage controller:<screen>VBoxManage storagectl &lt;vm&gt; --name &lt;controllername&gt; --hostiocache off</screen></para>
     777    host I/O cache for a virtual storage controller:<screen>VBoxManage storagectl "VM name" --name &lt;controllername&gt; --hostiocache off</screen></para>
    778778
    779779    <para>See <xref linkend="vboxmanage-storagectl" /> for details.</para>
     
    795795    bandwidth group named "Limit", sets the limit to 20 MB/s and assigns the
    796796    group to the attached disks of the VM:<screen>VBoxManage bandwidthctl "VM name" add Limit --type disk --limit 20M
    797 VBoxManage storageattach "VM name" --controller "SATA" --port 0 --device 0 --type hdd
     797VBoxManage storageattach "VM name" --storagectl "SATA" --port 0 --device 0 --type hdd
    798798                                   --medium disk1.vdi --bandwidthgroup Limit
    799 VBoxManage storageattach "VM name" --controller "SATA" --port 1 --device 0 --type hdd
     799VBoxManage storageattach "VM name" --storagectl "SATA" --port 1 --device 0 --type hdd
    800800                                   --medium disk2.vdi --bandwidthgroup Limit</screen></para>
    801801
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