Struggling to mount physical drive on VM.
Any clues appreciated.
Host: Windows 10.
Guest: Linux.
Disk changed to offline in Disk Management.
All commands as well as VirtualBox itself executed in PowerShell with administrator rights.
Disk is fine, able to boot using real hardware.
PowerShell:
Code: Select all
PS C:\Program Files\Oracle\VirtualBox> ./VBoxManage internalcommands createrawvmdk -filename "i:/gentoo_physical.vmdk" -rawdisk //./PhysicalDrive3
RAW host disk access VMDK file i:/gentoo_physical.vmdk created successfully.
PS C:\Program Files\Oracle\VirtualBox> ./VirtualBox.exe
Code: Select all
Failed to open the disk image file I:\gentoo_physical.vmdk.
Could not find file for the medium 'I:\gentoo_physical.vmdk' (VERR_FILE_NOT_FOUND).
Result Code: VBOX_E_FILE_ERROR (0x80BB0004)
Component: MediumWrap
Interface: IMedium {ad47ad09-787b-44ab-b343-a082a3f2dfb1}
Callee: IVirtualBox {d0a0163f-e254-4e5b-a1f2-011cf991c38d}
Callee RC: VBOX_E_OBJECT_NOT_FOUND (0x80BB0001)
Code: Select all
# Disk DescriptorFile
version=1
CID=973eea21
parentCID=ffffffff
createType="fullDevice"
# Extent description
RW 78165360 FLAT "//./PhysicalDrive3" 0
# The disk Data Base
#DDB
ddb.virtualHWVersion = "4"
ddb.adapterType="ide"
ddb.geometry.cylinders="16383"
ddb.geometry.heads="16"
ddb.geometry.sectors="63"
ddb.uuid.image="b30bf6f0-6e2b-4714-b5af-b4256eaf7175"
ddb.uuid.parent="00000000-0000-0000-0000-000000000000"
ddb.uuid.modification="00000000-0000-0000-0000-000000000000"
ddb.uuid.parentmodification="00000000-0000-0000-0000-000000000000"
vQ