Opened 17 years ago
Closed 16 years ago
#1085 closed defect (fixed)
write errors to disk image not reported
Reported by: | Michal Suchanek | Owned by: | |
---|---|---|---|
Component: | virtual disk | Version: | VirtualBox 1.4.0 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | other |
Description
I tried to make a virtual machine on OS X, and as the partition with most space was FAT i put the disk image there. Unfortunately, FAT has severe file size limitations which is unsuitable for disk images.
- disk manager did not warn about that
- when fixed size image was selected it would happily create a smaller image without reporting any problem
- writing to the image from the virtaul machine fails leading to dma errors in guest Linux system. VirtualBox does not report any problems.
Change History (4)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Note that the Mac OS X version is a bit outdated, we are working on an update. Newer versions will raise a message box. But we still don't warn if the user tries to create a file on a partition which does not allow bigger file sizes, this is on our TODO list.
comment:3 by , 16 years ago
Component: | other → virtual disk |
---|
comment:4 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Should be fixed in VirtualBox 2.2.0.
I must add that the errors are in the logs. However, the user interface does not report any problem, and the logs are accessible only from an application different from the one running the virtual machine. I guess a small warning icon in the status bar with the option to show the log would be nice.