|
经测试,可以同时加载多个vhd,bat如下:
echo create vdisk file="x:\vhd\w7658_child.vhd" parent="D:\vhdos\w7658.vhd">%temp%\vhdsel
echo select vdisk file="x:\vhd\w7658_child.vhd">>%temp%\vhdsel
echo attach vdisk>>%temp%\vhdsel
echo exit>>%temp%\vhdsel
diskpart /s %temp%\vhdsel
del /f /q %temp%\vhdsel
echo create vdisk file="x:\vhd\games_child.vhd" parent="e:\games.vhd">%temp%\vhdsel
echo select vdisk file="x:\vhd\games_child.vhd">>%temp%\vhdsel
echo attach vdisk>>%temp%\vhdsel
echo exit>>%temp%\vhdsel
diskpart /s %temp%\vhdsel
del /f /q %temp%\vhdsel
说明:我创建了差分vhd,放到了内存盘"x:\vhd”中,注意"x:\vhd”不能压缩 |
评分
-
查看全部评分
|