Changeset 54623 in vbox for trunk/doc/manual/en_US
- Timestamp:
- Mar 4, 2015 2:32:28 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 98766
- Location:
- trunk/doc/manual/en_US
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_BasicConcepts.xml ¶
r54330 r54623 1234 1234 1235 1235 <para>When USB support is enabled for a VM, you can determine in 1236 detail which devices are available. For this, you must create so-called 1237 "filters" by specifying certain properties of the USB device.</para> 1236 detail which devices are exists on host. You can choose that devices can be available on guest sytem. 1237 To do that you should add "filters" for chosen devices. 1238 In result these devices will disappear in host system and will appear in guest system. 1239 </para> 1238 1240 1239 1241 <para>Clicking on the "+" button to the right of the "USB Device -
trunk/doc/manual/en_US/user_Introduction.xml ¶
r54326 r54623 325 325 <listitem> 326 326 <para><emphasis role="bold">VM groups.</emphasis> VirtualBox provides a 327 groups feature that enables the user to organize virtual machines327 groups feature that enables the user to organize and control virtual machines 328 328 collectively, as well as individually. In addition to basic groups, it 329 329 is also possible for any VM to be in more than one group, and for … … 816 816 applications you want to install -- for a modern Windows or Linux 817 817 guest, you will probably need several gigabytes for any serious 818 use:</para> 818 use. The limit of image file size can be changed later (see <xref 819 linkend="vboxmanage-modifyvdi"/> for details).</para> 819 820 820 821 <mediaobject> … … 1278 1279 Command line option 1) Create group and assign VM: 1279 1280 <screen>VBoxManage modifyvm "Fred" --groups "/TestGroup"</screen> 1281 creates group "TestGroup" and attaches VM "Fred" to that group 1280 1282 </para> 1281 1283 <para> 1282 1284 Command line option 2) Detach VM from group, and delete group if 1283 1285 empty: <screen>VBoxManage modifyvm "Fred" --groups ""</screen> 1286 It detaches all groups from VM "Fred" and deletes empty groups 1284 1287 </para> 1285 1288 </listitem> … … 1288 1291 Multiple groups e.g.: 1289 1292 <screen>VBoxManage modifyvm "Fred" --groups "/TestGroup,/TestGroup2"</screen> 1293 It creates groups "TestGroup" and "TestGroup2" (if they are not exist) and attaches VM "Fred" to both of them 1290 1294 </para> 1291 1295 </listitem> … … 1294 1298 Nested groups -- hierarchy of groups e.g.: 1295 1299 <screen>VBoxManage modifyvm "Fred" --groups "/TestGroup/TestGroup2"</screen> 1300 It attaches VM "Fred" to subgroup "TestGroup2" of "TestGroup" group 1296 1301 </para> 1297 1302 </listitem> -
trunk/doc/manual/en_US/user_Storage.xml ¶
r51240 r54623 527 527 "immutable" image except the differencing image is not reset every 528 528 time the machine starts.</para> 529 <para>This mode could be useful, for example, to share virtual disk with source code. 530 The every user changes only small number of files and all other files can be unchanged. 531 The files modified by user stored in differencing images that reletively small. 532 It saves a disk space.</para> 529 533 </listitem> 530 534
Note:
See TracChangeset
for help on using the changeset viewer.