Opened 15 years ago
Closed 15 years ago
#6195 closed defect (worksforme)
Creation of VHD
Reported by: | Dan Maresca Jr | Owned by: | |
---|---|---|---|
Component: | virtual disk | Version: | VirtualBox 3.1.4 |
Keywords: | creation | Cc: | |
Guest type: | other | Host type: | Windows |
Description
Seems to be a bug in 3.1.4 where you try to create a new virtual hd image on a USB External HD. Only works if you use Dynamic sizing, but Fixed will return a hard drive full error. Please confirm.
Change History (2)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Works for me. If this still happens please reopen and tell us the size of the virtual disk you want to create and the filesystem of the disk. Note that FAT32 has a limit of 4GB for a file.
Note:
See TracTickets
for help on using tickets.
I highly doubt that this is a problem with VHD. I assume that you choose a file size bigger than 2GB and your external USB hard disk is formatted with a FAT32 file system. In that case, the maximum file size is some bytes less than 2GB. If you choose the VMDK file format you can pass the Split2G option, see the VBoxManage section in the user manual.