virtual machine disk path

hi,

it depends where you've placed them.

find /var/lib/vz will give you an overview.

if the VM isn't in there, then maybe you've put it on another storage? you can check cat /etc/pve/qemu-server/VMID.conf (VMID is the ID of your virtual machine)

there you will see which storage it's volumes are, for example:
Code:
qm config 2000
boot: cdn
bootdisk: sata0
cores: 8
machine: q35
memory: 2048
name: win10
net0: e1000=D2:20:A1:E6:22:77,bridge=vmbr0,firewall=1
numa: 0
ostype: win10
sata0: local-zfs:vm-2000-disk-0,size=32G
scsihw: virtio-scsi-pci
smbios1: uuid=46550eb5-1607-4e4d-a345-e767a9a24c8e
sockets: 2
vcpus: 16
vga: qxl,memory=32
vmgenid: de882222-77b4-40db-bb49-9cd553716f0a

you see sata0 is on local-zfs

you can follow this same process to find where your VM storage is