VirtualBox

Opened 16 years ago

Closed 16 years ago

Last modified 13 years ago

#2510 closed defect (fixed)

Snapshot fails if SATA port > 1

Reported by: Erik Elmore Owned by:
Component: host support Version: VirtualBox 2.0.4
Keywords: Cc:
Guest type: other Host type: other

Description

I have observed that it is impossible to take snapshots of a VirtualBox machine if it has any disk images attached to SATA ports 2 and higher. This condition results in an error message that the VDI file is is use by another task. I have reliably been able to reproduce this in a new VirtualBox VM by attaching any hard drives to any SATA port with the exception of 0 and 1 with Windows Vista Ultimate and Windows XP host operating systems and a variety of guest operating systems.

Although I have not set up a development environment for working on VirtualBox, I believe the problem can be traced to /trunk/src/VBox/Devices/PC/BIOS/rombios.c in the lines between 5392 and 5404 as it can be found in revision [13190]. I believe these lines are causing the checks for isBusy() (/trunk/src/VBox/Main/HardDiskImpl.cpp) to fail.

HD attached toSnapshot result
IDE Pri/MSuccess
IDE Pri/SSuccess
IDE Sec/SSuccess
SATA 0 (IDE Emulation)Success
SATA 1 (IDE Emulation)Success
SATA 0 (No IDE Emulation)Success
SATA 1 (No IDE Emulation)Success
SATA 2 (IDE Emulation)FAIL
SATA 2 (No IDE Emulation)FAIL

Change History (1)

comment:1 by Frank Mehnert, 16 years ago

Resolution: fixed
Status: newclosed

Fixed in 2.0.6.

Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use