Find Proxmox VM data storage locations across multiple drives
Data location in docker-compose.yml(via .env) is /mnt/immich-storage.
Finding Physical Storage Location of VM Data on Proxmox¶
Step 1: Identify the VM¶
Result: VMID 1102
Step 2: View VM configuration¶
Result: Shows all attached disks and their storage locations
Step 3: Identify the data disk from the config¶
From the Proxmox web UI Hardware tab or the config output, identify which disk contains your data.
Result: scsi1 = nvme2tb-vm:1102/vm-1102-disk-1.qcow2 (400G)
Step 4: Get the physical path¶
Result: /mnt/nvme2tb/vm-storage/images/1102/vm-1102-disk-1.qcow2
Step 5: Verify the file exists¶
Result: Confirms 401G qcow2 file containing your photos
Step 6: Verify backup includes this disk¶
Result: Shows backup storage location
Result: Shows backup path is /mnt/nvme1tb/backup
Result: Shows most recent backup
Result: Confirms both disks backed up.