Windows error 0xC03A0025, -1069940699

Detailed Error Information

ERROR_VHD_RESIZE_WOULD_TRUNCATE_DATA[1]

MessageThe requested resize operation could not be completed because it might truncate user data residing on the virtual disk.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)true
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode58 (0x03a)
NameFACILITY_USERMODE_VHD[2][1]
DescriptionThe source of the error code is user mode virtual hard disk support.[2][1]
Error Code37 (0x0025)

Questions

1vote
0answers

Vagrant error on creating disk Hyperv Windows 10

I retrive that error when i try create disk sized. Script: resize_disk_drive.ps1 Error: Failed to resize disk E:\vagrant\rancher\.vagrant\machines\ubuntu\hyperv\Virtual Hard Disks\generic-ubuntu1804-hyperv.vhdx for VM VirtualMachine (Name = 'ubuntu-teste') [Id = 'a450e7ab-a67e-4c2b-942a-cbca16be5640']: Falha ao redimensionar o disco virtual. O sistema não pôde redimensionar 'E:\vagrant\rancher\.vagrant\machines\ubuntu\hyperv\Virtual Hard Disks\generic-ubuntu1804-hyperv.vhdx'. Falha ao redimensionar o disco virtual. O [...] read more
vagrant
hyper-v
disk
oncreate

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0