Compaq PC100 Computer Hardware User Manual


 
Appendix
A-16
Example 1:
To copy drive one to drive two on a PC, without final prompt if OK to
proceed.
ghost.exe -clone,mode=copy,src=1,dst=2 sure
Example 2:
To connect via NetBIOS to another PC running Ghost in slave mode, and
dump a disk image of local drive two to the remote file c:\drive2.gho
ghost.exe -clone,mode=dump,src=2,dst=C:\drive2.gho -nbm
Note: The slave Ghost can be started with ghost nbs
Example 3:
To copy drive one, second partition on a PC to drive two, first parti-tion
the same PC, without final prompt
ghost.exe -clone,mode=pcopy,src=1:2,dst=2:1 sure
Example 4:
To dump the second partition of drive one to an image file on a mapped
drive g:
ghost.exe -clone,mode=pdump,src=1:2,dst=g:\part2.gho
Example 5:
To load partition 2 from a two-partition image file on a mapped drive g:
onto the second partition of the local disk
ghost -clone,mode=pload,src=g:\part2.gho:2,dst=1:2
Example 6:
To load drive 2 from an image file and resize the destination partitions into a
20:40 allocation
ghost.exe -clone,mode=load,src=g:\2prtdisk.gho,dst=2,sze1=60P,
sze2=40P