Changes between Initial Version and Version 2 of Ticket #21214
- Timestamp:
- Oct 31, 2022 11:11:40 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21214
- Property Owner set to
- Property Status new → assigned
-
Ticket #21214 – Description
initial v2 1 1 I used this command in terminal: 2 3 {{{ 2 4 VBoxManage internalcommands createrawvmdk -filename /home/ubuntusuperrootuser/physical-sdd.vmdk -rawdisk /dev/sdd 5 }}} 3 6 I received the following error information: 7 {{{ 4 8 VBoxManage: error: VMDK: Image path: '/home/ubuntusuperrootuser/physical-sdd.vmdk'. Getting config interface failed 5 9 VBoxManage: 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**) … … 8 12 VBoxManage: error: Cannot create the raw disk VMDK: VERR_INVALID_PARAMETER 9 13 VBoxManage: error: The raw disk vmdk file was not created 14 }}}