我有一台 Windows 10 主机和 Windows 7 客户机,但每次我输入此命令时,无论是否带 -partitions 参数,我都会收到上下文错误,我正在使用提升的 PowerShell 和提升的命令提示符
VBoxManage internalcommands createrawvmdk -filename C:\VirtualBoxDrives\drivename.vmdk -rawdisk \\.\PHYSICALDRIVE1 -partitions 1
(output)
VBoxManage.exe: error: VMDK: could not create new file
'C:\VirtualBoxDrives\drivename.vmdk'
VBoxManage.exe: error: Error code VERR_PATH_NOT_FOUND at F:\tinderbox\win-
6.0\src\VBox\Storage\VMDK.cpp(3402) in function int __cdecl vmdkCreateRawImage(struct
VMDKIMAGE *,struct VDISKRAW *const ,unsigned __int64)
VBoxManage.exe: error: Cannot create the raw disk VMDK: VERR_PATH_NOT_FOUND
VBoxManage.exe: error: The raw disk vmdk file was not created
这是驱动结构
DISKPART> list disk
Disk ### Status Size Free Dyn Gpt
-------- ------------- ------- ------- --- ---
Disk 0 Online 1863 GB 1024 KB *
Disk 1 Online 931 GB 0 B
Disk 2 No Media 0 B 0 B
Disk 3 No Media 0 B 0 B
Disk 4 No Media 0 B 0 B
Disk 5 No Media 0 B 0 B
Disk 6 No Media 0 B 0 B
DISKPART> list volume
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
Volume 0 D DVD-ROM 0 B No Media
Volume 1 C agbvaderWin NTFS Partition 1861 GB Healthy Boot
Volume 2 FAT32 Partition 100 MB Healthy System
Volume 3 E NTFS Partition 916 GB Healthy
Volume 4 H FACTORY_IMA NTFS Partition 14 GB Healthy
Volume 5 F Removable 0 B No Media
Volume 6 G Removable 0 B No Media
Volume 7 I Removable 0 B No Media
Volume 8 J Removable 0 B No Media
Volume 9 K Removable 0 B No Media
我不知道该怎么办......它看起来很好,但它不起作用。它是一个可能与创建此类虚拟硬盘有关的文件,而不是已删除的虚拟驱动器。它是一个名为 F:\ 的真实驱动器,它不再存在于我的电脑中,我不再拥有它,而且我不知道文件是如何从 virtualbox 安装到它的。我甚至尝试过重新安装,但没有成功。我需要添加一些东西。另一个可移动驱动器 F:完全不相关,来自我插入的 SD 卡读卡器。当它的位置有外部驱动器时,virtualbox 的安装就恢复了。
另外,我如何允许虚拟机使用我的真实显卡?