|
|
楼主 |
发表于 2007-9-3 12:29:29
|
显示全部楼层
a:\ntfs\ntfs.exe
for %%i in (t: s: r: q: p: o: n: m: l: k: j: i: h: g: f: e: d: c: ) do md %%i\ghost >nul 2>nul
%RAMDRIVE%\ghost.exe -clone,mode=pdump,src=1:1,dst=1:4\ghost\diskc.gho -fx -sure -rb
提示cannot create image file 1:4\ghost\diskc.gho
电脑上没有扩展分区,是不是就可以
光盘上有omnifs.exe的话
a:\omnifs md 1:4:\ghost
%RAMDRIVE%\ghost.exe -clone,mode=pdump,src=1:1,dst=1:4\ghost\diskc.gho -fx -sure -rb
如果有的话就可以写成
a:\omnifs md 1:5:\ghost
%RAMDRIVE%\ghost.exe -clone,mode=pdump,src=1:1,dst=1:4\ghost\diskc.gho -fx -sure -rb
是吗????
[ 本帖最后由 不会输 于 2007-9-3 12:34 PM 编辑 ] |
|