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=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=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=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. )