本文首发地址:https://blog.csdn.net/CSqingchen/article/details/126266773
最新更新地址:https://gitee.com/chenjim/chenjimblog
需要使用 Windows 11 版本 22000 或更高版本
Write-Output "\\.\PhysicalDrive$((Mount-VHD -Path E:\Ubuntu.Ext.vhd -PassThru | Get-Disk).Number)"
wsl --mount \\.\PhysicalDrive3 --bare
sudo mkfs -t ext4 -i 12000 /dev/sdc
wsl --unmount
wsl --mount \\.\PhysicalDrive3
相关文档