VirtualBox

Changeset 43532 in vbox


Ignore:
Timestamp:
Oct 4, 2012 7:10:49 AM (12 years ago)
Author:
vboxsync
Message:

VBoxManage: fixed copy-and-paste bug; document 'storageattach --nonrotational'

Location:
trunk
Files:
2 edited

Legend:

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

    r43058 r43532  
    16321632                            [--passthrough on|off]
    16331633                            [--tempeject on|off]
     1634                            [--nonrotational on|off]
     1635                            [--discard on|off]
    16341636                            [--bandwidthgroup name|none]
    16351637                            [--forceunmount]
     
    16411643                            [--username <username>]
    16421644                            [--password <password>]
     1645                            [--initiator <initiator>]
    16431646                            [--intnet]
    16441647</screen>
     
    18051808            has only temporary effects. If the VM is powered off and restarted
    18061809            the originally configured medium will be still in the drive.</para>
     1810          </glossdef>
     1811        </glossentry>
     1812
     1813        <glossentry>
     1814          <glossterm>nonrotational</glossterm>
     1815
     1816          <glossdef>
     1817            <para>This switch allows to enable the non-rotational flag for virtual
     1818              hard disks. Some guests (i.e. Windows 7+) treat such disks like SSDs
     1819              and don't perform disk fragmentation on such media.
     1820            </para>
    18071821          </glossdef>
    18081822        </glossentry>
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageStorageController.cpp

    r43531 r43532  
    829829                }
    830830                else
    831                     throw Utf8StrFmt("Invalid --nonrotational argument '%s'", pszNonRotational);
     831                    throw Utf8StrFmt("Invalid --discard argument '%s'", pszDiscard);
    832832            }
    833833            else
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