So I have recently run into this issue while attempting to backup all of the vms across my different proxmox hosts: I wrote a simple script that would backup all of my vms by running the below command:
However, whenever vzdump attempts to backup a vm that has more than one hard disk attached to it, I see this error appear in the console every single time:
This error does not occur when the vm only has a single hard disk attached to it.
vzdump $vmid --storage backup --compress zstdHowever, whenever vzdump attempts to backup a vm that has more than one hard disk attached to it, I see this error appear in the console every single time:
Code:
INFO: starting new backup job: vzdump 104 --storage backup --node proxslimvirtuallab --compress zstd
INFO: Starting Backup of VM 104 (qemu)
INFO: Backup started at 2025-11-23 15:39:25
INFO: status = running
INFO: VM Name: PB99976-P03
INFO: include disk 'sata0' 'store:vm-104-disk-1' 60G
INFO: include disk 'sata1' 'store:vm-104-disk-2' 59136M
INFO: include disk 'efidisk0' 'store:vm-104-disk-0' 1M
INFO: backup mode: snapshot
INFO: ionice priority: 7
INFO: creating Proxmox Backup Server archive 'vm/104/2025-11-23T20:39:25Z'
INFO: issuing guest-agent 'fs-freeze' command
ERROR: unable to freeze guest fs - failed to add \\?\Volume{fb70bd6c-3a91-4111-a29d-778121d2a4a9}\ (display name: \\?\Volume{fb70bd6c-3a91-4111-a29d-778121d2a4a9}\) to snapshot set: unknown Windows error 0x8004230e
INFO: issuing guest-agent 'fs-thaw' command
INFO: started backup task 'd942eaea-f7e2-489f-9915-8485b72f95de'
INFO: resuming VM again
INFO: efidisk0: dirty-bitmap status: created new
INFO: sata0: dirty-bitmap status: created new
INFO: sata1: dirty-bitmap status: created new
Code:
INFO: starting new backup job: vzdump 104 --node proxslimvirtuallab --storage backup --compress zstd
INFO: Starting Backup of VM 104 (qemu)
INFO: Backup started at 2025-11-23 15:55:26
INFO: status = running
INFO: VM Name: PB99976-P03
INFO: include disk 'sata0' 'store:vm-104-disk-1' 60G
INFO: include disk 'efidisk0' 'store:vm-104-disk-0' 1M
INFO: backup mode: snapshot
INFO: ionice priority: 7
INFO: creating Proxmox Backup Server archive 'vm/104/2025-11-23T20:55:26Z'
INFO: issuing guest-agent 'fs-freeze' command
INFO: issuing guest-agent 'fs-thaw' command
INFO: started backup task '87b64e04-da9f-49bc-aeaf-8cb8f5462441'
INFO: resuming VM again
INFO: efidisk0: dirty-bitmap status: created new
INFO: sata0: dirty-bitmap status: created new
Last edited: