我想将用New-VHD -Path "H:\comfyui\ComfyUI.vhdx" -SizeBytes 1000GB -Dynamic
vhdx 磁盘制作的原始文件挂载到 WSL2(ubuntu-22.04)中,我尝试过:
如何在 lubuntu 中挂载 .vhdx 映像
(示例 2 也引发了该错误。)但我收到此错误:
/mnt/h/comfyui$ sudo guestmount --add ComfyUI.vhdx -i --rw /mnt/ComfyUI
libguestfs: error: /usr/bin/supermin exited with error status 1.
To see full error messages you may need to enable debugging.
Do:
export LIBGUESTFS_DEBUG=1 LIBGUESTFS_TRACE=1
and run the command again. For further information, read:
http://libguestfs.org/guestfs-faq.1.html#debugging-libguestfs
You can also run 'libguestfs-test-tool' and post the *complete* output
into a bug report or message to the libguestfs mailing list.
所以这不管用。我也试过直接用以下命令挂载它:wsl --mount "H:\comfyui\ComfyUI.vhdx" --type ext4
,但同样不行。我也不知道如何在 Windows 上格式化为 ext4,所以我不知道我以为它会起作用。也不-type raw
管用。我还向 chatgpt 寻求帮助,在反复尝试之后,wsl --mount
我不确定这是否重要,但我有一个 Docker 桌面,可以挂载它的东西:Docker off:
sda 8:0 0 388.4M 1 disk
sdb 8:16 0 8G 0 disk [SWAP]
sdc 8:32 0 1T 0 disk /mnt/wslg/distro
Docker 上:
loop0 7:0 0 531.9M 1 loop /mnt/wsl/docker-desktop/cli-tools
loop1 7:1 0 625M 1 loop
sda 8:0 0 388.4M 1 disk
sdb 8:16 0 8G 0 disk [SWAP]
sdc 8:32 0 1T 0 disk /mnt/wslg/distro
/
sdd 8:48 0 1T 0 disk /mnt/wsl/docker-desktop/docker-desktop-user-distro
sde 8:64 0 1T 0 disk
如果我需要添加任何日志,请告诉我!提前谢谢!