Import OVA Image into PROXMOX
|
1 |
|
|
|
2 |
|
|
|
3 |
tar
-xf PNET_4.2.10.ova |
解壓 |
|
|
root@pve1:~#
ls -l total
6040084 -rw-r--r--
1 64
64 2061666304 Apr 29 2021 PNET_4.2.10-disk1.vmdk -rw-r--r--
1 64
64 135 Apr 29 2021 PNET_4.2.10.mf -rw-r--r--
1 root root 2061676032 Mar 11 12:02 PNET_4.2.10.ova -rw-r--r--
1 64
64 6156 Apr 29 2021 PNET_4.2.10.ovf |
解壓成功 |
|
4 |
qm
importdisk 102 PNET_4.2.10-disk1.vmdk data-pool -format qcow2 |
轉檔 102
= VM ID data-pool
= Storage Name |
|
|
root@pve1:~#
qm importdisk 102 PNET_4.2.10-disk1.vmdk data-pool -format qcow2 importing
disk 'PNET_4.2.10-disk1.vmdk' to VM 102 ... transferred
0.0 B of 100.0 GiB (0.00%) transferred
1.0 GiB of 100.0 GiB (1.00%) … transferred
99.1 GiB of 100.0 GiB (99.08%) transferred
100.0 GiB of 100.0 GiB (100.00%) Successfully imported disk as
'unused0:data-pool:vm-106-disk-0' |
轉檔成功 |
|
5 |
|
|
|
|
|
|
Import
OVA as Proxmox VM | It's full of stars! (itsfullofstars.de)