VirtualBox

Changes between Initial Version and Version 1 of Ticket #9588


Ignore:
Timestamp:
Sep 13, 2011 2:09:35 PM (13 years ago)
Author:
Frank Mehnert
Comment:

The correct syntax is to insert a space between option and parameter instead of '=':

VBoxManage clonevm Machine2Clone \
  --mode all --name NewVMName --basefolder ~/VBox/NewVMName --register

If you use the syntax with '=' then the shell will not detect that this parameter has to be properly extracted. The '=' form is undocumented. It sometimes works in VBoxManage (but not always).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9588

    • Property Status newclosed
    • Property Resolutionworksforme
  • Ticket #9588 – Description

    initial v1  
    11If a virtual machine is cloned using
    2 
    3   VBoxManage clonevm Machine2Clone --mode=all --name=NewVMName --basefolder=~/VBox/NewVMName --register
    4 
    5 The machine will get cloned into
    6   .VirtualBox/~/VBox/NewVMName
    7 
    8 So the initial tilda in basefolder is not translated into the user home directory as is expected
     2{{{
     3VBoxManage clonevm Machine2Clone \
     4  --mode=all --name=NewVMName --basefolder=~/VBox/NewVMName --register
     5}}}
     6The machine will get cloned into
     7{{{
     8.VirtualBox/~/VBox/NewVMName
     9}}}
     10So the initial tilda in basefolder is not translated into the user home directory as is expected.

© 2023 Oracle
ContactPrivacy policyTerms of Use