Host OS:Windows 10
Guest OS:Suse 11 SP4
VirtualBox Version: 5.1.12
I've created this machine sles114-12102-se-si by cloning through another virtual machine which has many snapshots.
I realize that I need to resize one of the disk in sles114-12102-se-si, so next I resize one of the harddisk using VBoxManage modifymedium
after that I delete the snapshot one by one.
when I try to delete the last snapshot it gives me the following error:
Code: Select all
0%...
Progress state: E_FAIL
VBoxManage.exe: error: Snapshot operation failed
VBoxManage.exe: error: Cannot lock hard disk 'F:\yury\virtual_machine\virtualbox\sles114-12102-se-si\sles114-12102-se-si-disk1.vdi' when deleting a snapshot
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component SessionMachine, interface IMachine
VBoxManage.exe: error: --------
VBoxManage.exe: error: Could not open the medium 'F:\yury\virtual_machine\virtualbox\sles114-12102-se-si\Snapshots/{e8e669dc-e65d-4188-a3c9-64b6e3ff1618}.vdi'.
VBoxManage.exe: error: VD: error VERR_FILE_NOT_FOUND opening image file 'F:\yury\virtual_machine\virtualbox\sles114-12102-se-si\Snapshots/{e8e669dc-e65d-4188-a3c9-64b6e3ff1618}.vdi' (VERR_FILE_NOT_FOUND)
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component MediumWrap, interface IMedium
VBoxManage.exe: error: Context: "enum RTEXITCODE __cdecl handleSnapshot(struct HandlerArg *)" at line 533 of file VBoxManageSnapshot.cpp
Code: Select all
Storage Controller Bootable (1): on
IDE (1, 0): Empty
SCSI (0, 0): F:\yury\virtual_machine\virtualbox\sles114-12102-se-si\Snapshots/{e8e669dc-e65d-4188-a3c9-64b6e3ff1618}.vdi (UUID: e8e669dc-e65d-4188-a3c9-64b6e3ff1618)
SCSI (1, 0): F:\yury\virtual_machine\virtualbox\sles114-12102-se-si\Snapshots/{05a6990e-ffbe-4f54-8e27-dee5b69ad5d1}.vdi (UUID: 05a6990e-ffbe-4f54-8e27-dee5b69ad5d1)
SCSI (2, 0): F:\yury\virtual_machine\virtualbox\sles114-12102-se-si\Snapshots/{a0e4fe4c-7037-4ad2-8ce5-aaefd33f936a}.vdi (UUID: a0e4fe4c-7037-4ad2-8ce5-aaefd33f936a)
SCSI (3, 0): F:\yury\virtual_machine\virtualbox\sles114-12102-se-si\Snapshots/{a8b43848-0508-4d65-baff-59ff37d3a3d4}.vdi (UUID: a8b43848-0508-4d65-baff-59ff37d3a3d4)
many thanks in advance