Linux command
vboxmanage-import 命令
文件
复制后可按需替换文件名、目录或参数。
常用示例
Import OVA appliance
vboxmanage import [file.ova]
Import with dry run
vboxmanage import [file.ova] --dry-run
Import with new name
vboxmanage import [file.ova] --vsys 0 --vmname [newname]
说明
vboxmanage import imports virtual machines from OVF/OVA files. Creates VMs from exported appliances. Supports customizing imported settings.
参数
- --dry-run
- Show what would be done.
- --vsys _n_
- Target VM in appliance.
- --vmname _name_
- Override VM name.
- --basefolder _path_
- VM location.
- --cpus _n_
- Override CPU count.
- --memory _mb_
- Override memory.
FAQ
What is the vboxmanage-import command used for?
vboxmanage import imports virtual machines from OVF/OVA files. Creates VMs from exported appliances. Supports customizing imported settings.
How do I run a basic vboxmanage-import example?
Run `vboxmanage import [file.ova]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --dry-run do in vboxmanage-import?
Show what would be done.