Có bác nào biết cách tạo linked clone của virtualbox nhanh bằng lệnh clonevm thì có thể chỉ giúp mình với được ko ?
trong hướng dẫn của nó :
VBoxManage clonevm 1 --name 2 --options link ( tạo linked clone tên là 2 từ máy ảo 1 )
thì toàn dính lỗi : VBoxManage.exe: error: Linked clone can only be created from a snapshot .
đã thử tạo snapshot cho máy ảo 1 rồi chạy vẫn bị lỗi như thế .
Bác nào biết cách chạy cái lệnh này có thể làm ơn chỉ giúp mình với được không T.T
trong hướng dẫn của nó :
The clonevm subcommand takes at least the name of the virtual machine which should be cloned. The following additional settings can be used to further configure the clone VM operation:
- --snapshot <uuid>|<name>: Select a specific snapshot where the clone operation should refer to. Default is referring to the current state.
- --mode machine|machineandchildren|all: Selects the cloning mode of the operation. If machine is selected (the default), the current state of the VM without any snapshots is cloned. In the machineandchildren mode the snapshot provided by --snapshot and all child snapshots are cloned. If all is the selected mode all snapshots and the current state are cloned.
- --options link|keepallmacs|keepnatmacs|keepdisknames: Allows additional fine tuning of the clone operation. The first option defines that a linked clone should be created, which is only possible for a machine clone from a snapshot. The next two options allow to define how the MAC addresses of every virtual network card should be handled. They can either be reinitialized (the default), left unchanged (keepallmacs) or left unchanged when the network type is NAT (keepnatmacs). If you add keepdisknames all new disk images are called like the original ones, otherwise they are renamed.
- --name <name>: Select a new name for the new virtual machine. Default is "Original Name Clone".
VBoxManage clonevm 1 --name 2 --options link ( tạo linked clone tên là 2 từ máy ảo 1 )
thì toàn dính lỗi : VBoxManage.exe: error: Linked clone can only be created from a snapshot .
đã thử tạo snapshot cho máy ảo 1 rồi chạy vẫn bị lỗi như thế .
Bác nào biết cách chạy cái lệnh này có thể làm ơn chỉ giúp mình với được không T.T