win1下命令创建Hyper-V虚拟机linux硬盘
命令创建Hyper-V磁盘
New-VHD -Path F:\VMOS\Hyper-V\openEuler\openEuler.vhdx -SizeBytes 60GB -Dynamic -BlockSizeBytes 1MB
New-VHD -Path F:\VMOS\Hyper-V\AnolisOS\AnolisOS.vhdx -SizeBytes 60GB -Dynamic -BlockSizeBytes 1MB
命令创建Hyper-V磁盘
New-VHD -Path F:\VMOS\Hyper-V\openEuler\openEuler.vhdx -SizeBytes 60GB -Dynamic -BlockSizeBytes 1MB
New-VHD -Path F:\VMOS\Hyper-V\AnolisOS\AnolisOS.vhdx -SizeBytes 60GB -Dynamic -BlockSizeBytes 1MB