Opened 14 years ago
Closed 14 years ago
#7595 closed defect (fixed)
2,00 TB disks can't create with the roll bar => Fixed in SVN
Reported by: | Sworddragon | Owned by: | |
---|---|---|---|
Component: | virtual disk | Version: | VirtualBox 3.2.10 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | Linux |
Description
I want to create a new virtual disk and if I try to move the roll bar to 2,00 TB the continue field is greyed out. But I can move the roll bar a little back for example to 1,94 TB and manually write 2,00 TB as a workaround.
Change History (2)
comment:1 by , 14 years ago
Summary: | 2,00 TB disks can't create with the roll bar → 2,00 TB disks can't create with the roll bar => Fixed in SVN |
---|
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
The fix as described is contained in VBox 3.2.12.
Note:
See TracTickets
for help on using tickets.
The trigger for the problem is that the limit for creating virtual hard disks is currently 2TB minus 1MB (2097151 MB). And the real problem is the missing check for the text field. The missing check will be fixed in the next maintenance release. You can now move the slider to the maximum and the wizard will create a hard disk which is a bit smaller than 2TB.