Hi,

first I would like to say thanks for the long missing group feature.

Here some questions about it's usage and behaviour:

1. This feature can not be found in the documentation. Why?

  The documentation is great, but this feature is completly missing.

2. Why is it not possible to have empty groups?

  You always have to select a VM before creating a group is possible
  and a group disappears after the last VM is removed. This is annoying.

3. How do I remove a VM from a group (GUI)?

  Pressing CTRL while dragging a VM adds the VM to another group. That's
  great, but how can I remove a VM from a group? I know how to do it on
  the CLI.

4. GUI an CLI are inconsistent in displaying group names. Why?

  GUI shows groups as "name" while CLI shows "/name". So if you want
  to add a VM to a group you have to type

  % VBoxManage modifyvm  <VM-name> --groups /<name1>,/<name2>

5. This feature is moving files and dirs around. Why?

  Adding a VM to a group creates a subfolder below machinefolder and
  moves the VM into it. This is confusing and triggers the backup to
  save unnecessary old content.

  Try this:

  % VBoxManage modifyvm  OpenIndiana --groups /Solaris,/pfsense

  % find . -name OpenIndiana | head -1                         
  ./Solaris/OpenIndiana

  % VBoxManage modifyvm  OpenIndiana --groups /pfsense,/Solaris

  % find . -name OpenIndiana | head -1                         
  ./pfsense/OpenIndiana

  What's the reason for this? I don't see any benefits in this behaviour.



Thanks again for improving VirtualBox.

Greetings

Willi



------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
VBox-users-community mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vbox-users-community
_______________________________________________
Unsubscribe:  
mailto:[email protected]?subject=unsubscribe

Reply via email to