Changeset 43532 in vbox
- Timestamp:
- Oct 4, 2012 7:10:49 AM (12 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_VBoxManage.xml
r43058 r43532 1632 1632 [--passthrough on|off] 1633 1633 [--tempeject on|off] 1634 [--nonrotational on|off] 1635 [--discard on|off] 1634 1636 [--bandwidthgroup name|none] 1635 1637 [--forceunmount] … … 1641 1643 [--username <username>] 1642 1644 [--password <password>] 1645 [--initiator <initiator>] 1643 1646 [--intnet] 1644 1647 </screen> … … 1805 1808 has only temporary effects. If the VM is powered off and restarted 1806 1809 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> 1807 1821 </glossdef> 1808 1822 </glossentry> -
trunk/src/VBox/Frontends/VBoxManage/VBoxManageStorageController.cpp
r43531 r43532 829 829 } 830 830 else 831 throw Utf8StrFmt("Invalid -- nonrotational argument '%s'", pszNonRotational);831 throw Utf8StrFmt("Invalid --discard argument '%s'", pszDiscard); 832 832 } 833 833 else
Note:
See TracChangeset
for help on using the changeset viewer.