Opened 18 years ago
Closed 18 years ago
#24 closed defect (fixed)
New Hard Disk wizard doesn't add ".vdi" extension if the VDI filename contains a dot
Reported by: | Technologov | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 1.3.2 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | other |
Description
In cases where the Computer name has "." dot version, VirtualBox behaves erratically.
Software: Windows XP Pro SP2 Eng, no extra patches, VirtualBox 1.3.2 Full.
steps to reproduce: create a new VM->Name: "Linux Test v1.0", type: "Unknown"->Next->Next->New VHDD->Next->Dynamically expanding image->Image File Name->"Linux Test v1.0"->Next->Finish
VBox doesn't adds ".vdi" extension automatically.
Change History (5)
comment:1 by , 18 years ago
comment:3 by , 18 years ago
recommended behavior:
If it does seems "." it still must add ".vdi" extension automatically, with few exceptions to this rule: a) if user has added ".vdi" manually b) if user has added ".VDI" (upper-case) manually
What do you think?
-Alexey Eremenko
comment:4 by , 18 years ago
Summary: | When making a new hark disk - VBox doesn't adds ".vdi" extension automatically → New Hard Disk wizard doesn't add ".vdi" extension if the VDI filename contains a dot |
---|
Back then, the idea was to let the user a possibility to specify a custom extension when creating a new VDI in the New VDI Wizard. It doesn't seem really useful for me any more -- if it's really necessary one can still use VBoxManage
that doesn't apply any extension automatically.
The proposed behavior will be available in the next release with the exception that on Linux, VBox VDI files have the ".vdi" extension, not ".VDI" or ".VdI" or whatever. On Win32, it's case insensitive.
comment:5 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
this is a sub-portion of the more serious bug #25.