Hello,
I have read as many posts and articles as I can but still haven't been able to find a solution.
I have installed Proxmox and created a VM but I cannot find the qcow2 or raw image.
root@hs1:~# find / -name "*.qcow2"
root@hs1:~# find / -name "*.raw"
The disk and partition information is as follows:
root@hs1:~# pvs
PV VG Fmt Attr PSize PFree
/dev/sda3 pve lvm2 a-- 931.01g 15.99g
root@hs1:~# cd /dev/sda3
-bash: cd: /dev/sda3: Not a directory
root@hs1:~# vgs
VG #PV #LV #SN Attr VSize VFree
pve 1 4 0 wz--n- 931.01g 15.99g
root@hs1:~# lvs
LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert
data pve twi-aotz-- 794.79g 1.47 0.11
root pve -wi-ao---- 96.00g
swap pve -wi-ao---- 8.00g
vm-100-disk-0 pve Vwi-a-tz-- 120.00g data 9.72
root@hs1:~# df -h
Filesystem Size Used Avail Use% Mounted on
udev 7.8G 0 7.8G 0% /dev
tmpfs 1.6G 9.0M 1.6G 1% /run
/dev/mapper/pve-root 94G 89G 191M 100% /
tmpfs 7.8G 43M 7.8G 1% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 7.8G 0 7.8G 0% /sys/fs/cgroup
/dev/sda2 511M 304K 511M 1% /boot/efi
/dev/fuse 30M 16K 30M 1% /etc/pve
I am trying to migrate our infrastructure from Hyper-V to Proxmox and need to find the VM image so I can overwrite it with the migrated vhdx VM.
The one location I saw coming up a few times is empty:
root@hs1:~# ls /var/lib/vz/images
root@hs1:~#
and this (symlink) is also empty:
root@hs1:~# ls /dev/pve
root swap vm-100-disk-0
root@hs1:~# ls /dev/pve/vm-100-disk-0
/dev/pve/vm-100-disk-0
root@hs1:~#
The VM (Win10) I created runs perfectly so it must exist somewhere which is why this is so confusing...
I have read as many posts and articles as I can but still haven't been able to find a solution.
I have installed Proxmox and created a VM but I cannot find the qcow2 or raw image.
root@hs1:~# find / -name "*.qcow2"
root@hs1:~# find / -name "*.raw"
The disk and partition information is as follows:
root@hs1:~# pvs
PV VG Fmt Attr PSize PFree
/dev/sda3 pve lvm2 a-- 931.01g 15.99g
root@hs1:~# cd /dev/sda3
-bash: cd: /dev/sda3: Not a directory
root@hs1:~# vgs
VG #PV #LV #SN Attr VSize VFree
pve 1 4 0 wz--n- 931.01g 15.99g
root@hs1:~# lvs
LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert
data pve twi-aotz-- 794.79g 1.47 0.11
root pve -wi-ao---- 96.00g
swap pve -wi-ao---- 8.00g
vm-100-disk-0 pve Vwi-a-tz-- 120.00g data 9.72
root@hs1:~# df -h
Filesystem Size Used Avail Use% Mounted on
udev 7.8G 0 7.8G 0% /dev
tmpfs 1.6G 9.0M 1.6G 1% /run
/dev/mapper/pve-root 94G 89G 191M 100% /
tmpfs 7.8G 43M 7.8G 1% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 7.8G 0 7.8G 0% /sys/fs/cgroup
/dev/sda2 511M 304K 511M 1% /boot/efi
/dev/fuse 30M 16K 30M 1% /etc/pve
I am trying to migrate our infrastructure from Hyper-V to Proxmox and need to find the VM image so I can overwrite it with the migrated vhdx VM.
The one location I saw coming up a few times is empty:
root@hs1:~# ls /var/lib/vz/images
root@hs1:~#
and this (symlink) is also empty:
root@hs1:~# ls /dev/pve
root swap vm-100-disk-0
root@hs1:~# ls /dev/pve/vm-100-disk-0
/dev/pve/vm-100-disk-0
root@hs1:~#
The VM (Win10) I created runs perfectly so it must exist somewhere which is why this is so confusing...