VirtualBox

Changes between Initial Version and Version 2 of Ticket #21214


Ignore:
Timestamp:
Oct 31, 2022 11:11:40 AM (19 months ago)
Author:
paulson
Comment:

Thanks for the report. The implementation for creating raw VMDK images was moved to the VBoxManage 'createmedium' subcommand in VirtualBox 7.0 however that functionality wasn't quite complete as described in ticket #21125. Also as part of that transition the 'VBoxManage internalcommands createrawvmdk' functionality was broken. In short, creating raw VMDK images on VirtualBox 7 is currently unavailable but both issues, the 'createmedium' brokenness and the 'createrawvmdk' brokenness will be addressed in the next maintenance release of Virtualbox 7. As a temporary workaround you can install VirtualBox 6.1.x and use 'createrawvmdk' there.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21214

    • Property Owner set to paulson
    • Property Status newassigned
  • Ticket #21214 – Description

    initial v2  
    11I used this command in terminal:
     2
     3{{{
    24VBoxManage internalcommands createrawvmdk -filename /home/ubuntusuperrootuser/physical-sdd.vmdk -rawdisk /dev/sdd
     5}}}
    36I received the following error information:
     7{{{
    48VBoxManage: error: VMDK: Image path: '/home/ubuntusuperrootuser/physical-sdd.vmdk'. Getting config interface failed
    59VBoxManage: error: Error code VERR_INVALID_PARAMETER at /home/vbox/tinderbox/build-trunk/svn/src/VBox/Storage/VMDK.cpp(4481) in function int vmdkRawDescParseConfig(PVMDKIMAGE, char**, uint32_t*, uint32_t*, void**, size_t*, bool*, char**)
     
    812VBoxManage: error: Cannot create the raw disk VMDK: VERR_INVALID_PARAMETER
    913VBoxManage: error: The raw disk vmdk file was not created
     14}}}

© 2023 Oracle
ContactPrivacy policyTerms of Use