Opened 16 years ago
Closed 16 years ago
#1879 closed defect (fixed)
vditool refuses to write to block devices
Reported by: | branen salmon | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 1.6.2 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | Linux |
Description
vditool fails with VERR_ALREADY_EXISTS when trying to write to a raw block device (e.g. /dev/sda). This means that one must create a temporary file to unpack a VDI onto a physical drive, which can be a very expensive proposition. vditool should either recognize a block device and write without complaint or should provide a command line argument to suppress VERR_ALREADY_EXISTS.
Note:
See TracTickets
for help on using tickets.
Please reopen this bug if still relevant. Please don't use
vditool
. The required function should be available inVBoxManage
.