Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用OpenVirtualDisk和AttachVirtualDisk函数来挂载 VHD 文件,但在挂载 vhd 文件时找不到如何指定驱动器号。
OpenVirtualDisk
AttachVirtualDisk
我想指定要挂载的驱动器号,例如(G:、H:、K: 等)。
有人可以帮忙吗?
我自己还没有尝试过,但可能是先在没有驱动器号的情况下附加它(参见标志),然后再打电话给SetVolumeMountPoint自己DefineDosDevice。两者都允许您传递所需的驱动器号。(这当然带有竞争条件。即使您认为驱动器号是免费的,但一旦您调用 SetVolumeMountPoint,它可能就不是了)
SetVolumeMountPoint
DefineDosDevice