backup to re-attached vhdx error CheckLastVolumeDeviceIdMatch
Hello Forum,
is there any way to backup to a re-attached vhdx?
If i detach vhdx file after backup and reattach it and start backup it fails with CheckLastVolumeDeviceIdMatch.
To solve this i have to reassign target folder (on vhdx) in backup job.
Drive letter and folder does not change by detach und reattach vhdx. Acronis seems to use some kind of id for backup target.
Any ideas? Maybe solved in newer versions?
Thank you.
Kind regards,
Chris


- Accedi per poter commentare

I have just tested this scenario (as I understand it) in ATI 2019 and had not errors when detaching then re-attaching the VHDX virtual disk being used as the backup destination, so no need to reselect the destination for these actions.
Using Powershell to view the virtual disk information shows that each detach / attach does result in a minor change to the path for the vdisk.
Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. PS C:\Windows\System32\WindowsPowerShell\v1.0> Get-Disk Number Friendly Name Serial Number HealthStatus OperationalStatus Total Size Partition Style ------ ------------- ------------- ------------ ----------------- ---------- ---------- 0 ST1000LM01... W7708DT3 Healthy Online 931.51 GB MBR 2 Msft Virtu... Healthy Online 1 GB GPT 1 TOSHIBA MK... FFFFFBA0FF00000000000674FF3FFF Healthy Online 186.31 GB MBR PS C:\Windows\System32\WindowsPowerShell\v1.0> Get-Disk 2 | Format-List UniqueId : 60022480ACA683572C9462F1323DA321 Number : 2 Path : \\?\scsi#disk&ven_msft&prod_virtual_disk#2 &1f4adffe&0&000001#{53f56307-b6bf-11d0-94f2-00a0c91efb8b } Manufacturer : Msft Model : Virtual Disk SerialNumber : Size : 1 GB AllocatedSize : 1071710208 LogicalSectorSize : 512 PhysicalSectorSize : 4096 NumberOfPartitions : 2 PartitionStyle : GPT IsReadOnly : False IsSystem : False IsBoot : False PS C:\Windows\System32\WindowsPowerShell\v1.0> Get-Disk 2 | Format-List UniqueId : 60022480ACA683572C9462F1323DA321 Number : 2 Path : \\?\scsi#disk&ven_msft&prod_virtual_disk#2 &1f4adffe&0&000002#{53f56307-b6bf-11d0-94f2-00a0c91efb8b } Manufacturer : Msft Model : Virtual Disk SerialNumber : Size : 1 GB AllocatedSize : 1071710208 LogicalSectorSize : 512 PhysicalSectorSize : 4096 NumberOfPartitions : 2 PartitionStyle : GPT IsReadOnly : False IsSystem : False IsBoot : False PS C:\Windows\System32\WindowsPowerShell\v1.0> Get-Disk 2 | Format-List UniqueId : 60022480ACA683572C9462F1323DA321 Number : 2 Path : \\?\scsi#disk&ven_msft&prod_virtual_disk#2 &1f4adffe&0&000003#{53f56307-b6bf-11d0-94f2-00a0c91efb8b } Manufacturer : Msft Model : Virtual Disk SerialNumber : Size : 1 GB AllocatedSize : 1071710208 LogicalSectorSize : 512 PhysicalSectorSize : 4096 NumberOfPartitions : 2 PartitionStyle : GPT IsReadOnly : False IsSystem : False IsBoot : False
Note: portion of path underlined/bold text changing - which may be being referenced by ATI 2017?
- Accedi per poter commentare