VirtualBox

Opened 14 years ago

Closed 8 years ago

#6534 closed enhancement (obsolete)

Adding new virtual disk hungs virtualbox when previous location is inaccessible — at Version 1

Reported by: gorkem Owned by:
Component: virtual disk Version: VirtualBox 3.1.4
Keywords: Cc:
Guest type: other Host type: Windows

Description (last modified by aeichner)

When trying to add a new virtual disk (vdi) either from virtual media manager or creating a new virtual drive (windows host),if "defaultHardDiskFolder" was set to an now inaccessible drive letter (e.g. a bootable harddrive with drive letter I:, which is now removed from system) virtualbox hungs.

To reproduce: 1- Open virtual box 2- make default machine an harddisk folder to an USB drive. 3- save and close virtual box 4- remove USB/removable drive 5- open virtual box 6- Try to add a new virtual drive 7- Observe virtual box is hung.

A typematic solution is :

Modify Systemproperties in configuration file

%USER_PROFILE%\.VirtualBox\VirtualBox.xml

e.g. if Systemroperties was:

<SystemProperties defaultMachineFolder="I:\vboxmachines" 
defaultHardDiskFolder="I:\vboxhd" defaultHardDiskFormat="VDI" 
remoteDisplayAuthLibrary="VRDPAuth" webServiceAuthLibrary="VRDPAuth" LogHistoryCount="3"/>

where drive letter I: is inaccessible change to an accessible drive (e.g. C:)

 <SystemProperties defaultMachineFolder="C:\" 
defaultHardDiskFolder="C:\" defaultHardDiskFormat="VDI"
 remoteDisplayAuthLibrary="VRDPAuth" webServiceAuthLibrary="VRDPAuth" LogHistoryCount="3"/>

Change History (1)

comment:1 by aeichner, 8 years ago

Description: modified (diff)
Resolution: obsolete
Status: newclosed

Please reopen if this is still a problem with a recent VirtualBox release.

Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use