2. 拷贝自帮助文件ghost.pdf 的应用例 1) ghost.exe -clone,mode=copy,src=1,dst=2 -sure (copy local drive one to local drive two, without the final warning prompt.)
2) ghost.exe -clone,mode=load,src="/blog/g:"\2prtdisk.gho,dst=2,sze1=60p,sze2=40p (load drive two from an image file and resize the destination partitions into a 60:40 allocation.)
3) ghost.exe -clone,mode=pdump,src="/blog/1:2",dst=g:\part2.gho (save the second partition of drive one to an image file on a mapped network drive g:. )
4) ghost -clone,mode=pload,src="/blog/g:"\part2.gho:2,dst=1:2 (load partition two from a two-partition image file on a mapped drive g: onto the second partition of the local disk. ) 有兴趣的可去Symantec 公司主页下载个试用版,里面有帮助文件, 而且有个***的多功能硬盘分区工具gdisk ,也挺不错,我就是用它来实现双语种Windows98 的环境切换的。