Opened 3 years ago
Last modified 2 years ago
#21214 closed defect
Can't create a raw vmdk in Virtualbox 7.0.2 — at Initial Version
Reported by: | soldier4messiah | Owned by: | |
---|---|---|---|
Component: | VMM/RAW | Version: | VirtualBox-7.0.2 |
Keywords: | Cc: | ||
Guest type: | Linux | Host type: | Linux |
Description
I used this command in terminal: VBoxManage internalcommands createrawvmdk -filename /home/ubuntusuperrootuser/physical-sdd.vmdk -rawdisk /dev/sdd I received the following error information: VBoxManage: error: VMDK: Image path: '/home/ubuntusuperrootuser/physical-sdd.vmdk'. Getting config interface failed 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) VBoxManage: error: VMDK: could get raw descriptor for '/home/ubuntusuperrootuser/physical-sdd.vmdk' VBoxManage: error: Error code VERR_INVALID_PARAMETER at /home/vbox/tinderbox/build-trunk/svn/src/VBox/Storage/VMDK.cpp(5296) in function int vmdkCreateImage(PVMDKIMAGE, uint64_t, unsigned int, const char*, PCVDGEOMETRY, PCVDGEOMETRY, PCRTUUID, PVDINTERFACEPROGRESS, unsigned int, unsigned int) VBoxManage: error: Cannot create the raw disk VMDK: VERR_INVALID_PARAMETER VBoxManage: error: The raw disk vmdk file was not created