
Table B-9
Clone switch usage examples (continued)
Function
Switch
Connects a master computer using LPT to another computer
running Ghost.exe in slave mode and saves a disk image of local
disk two to the remote file c:\drive2.gho. The slave computer can
be started with ghost.exe -lps.
ghost.exe -lpm
-clone,mode=create,src=2,dst=c:\drive2.gho
Copies the second partition of local disk one to the first partition
of local disk two without the final warning prompt.
ghost.exe -clone,mode=pcopy,src=1:2,dst=2:1
-sure
Restores the disk image file Savedsk.gho that is held on the server
drive that is mapped locally to drive E onto local disk one.
Performed without the final warning prompt. This example is
typical of a command line included in a batch file to automate
workstation installations from a network file server.
ghost.exe -clone,mode=restore,src=e:\
savedsk.gho,dst=1 -sure
Saves the second partition of disk one to an image file on mapped
network drive G.
ghost.exe -clone,mode=pcreate,src=1:2,dst=g:\
part2.gho
Restores partition two from a two-partition image file on mapped
drive G onto the second partition of the local disk.
ghost -clone,mode=prestore,src=g:\
part2.gho:2,dst=1:2
Restores disk two from an image file and resizes the destination
partitions into a 60:20:20 allocation, assuming that the image
contains 3 partitions.
ghost.exe -clone,mode=restore,src=g:\
3prtdisk.gho,dst=2,sze1=60P,sze2=20P
Clones a two-partition disk and keeps the second partition on
the destination disk the same size as on the source disk and lets
the first partition use the remaining space, leaving no unallocated
space.
ghost.exe -clone,mode=copy,src=1,dst=2,sze2=F
Saves disk one to the image file image.gho located on the third
partition of the second disk.
This works only if the third partition of the second disk is an
NTFS file system.
ghost.exe -clone,mode=create,src=1,dst=2:3\
image.gho
Restores the fifth partition of the image file image.gho, which is
located on the third partition of the second disk, to the second
partition on the fourth disk. This switch only works if the third
partition on the second disk is NTFS.
ghost.exe -clone,mode=prestore,src=2:3\
image.gho:5,dst=4:2
Restores disk one from an image file and resizes the first partition
to 450 MB, the second to 1599 MB, and the third to 2047 MB.
ghost.exe-clone,mode=restore,src=g:\
3prtdisk.gho,dst=1,sze1=450M,sze2=1599M,
sze3=2047M
Restores a disk from an image file and resizes the last partition
to fill the remaining space.
ghost.exe -clone,mode=restore,src=g:\
2prtdisk.gho,dst=1,szeL
155
Command-line switches
Using the clone switch
Содержание GHOST IMAGING FOUNDATION 7.1
Страница 1: ...Symantec Ghost Imaging Foundation 7 1...
Страница 3: ...Symantec Corporation 20330 Stevens Creek Blvd Cupertino CA 95014 http www symantec com...
Страница 78: ...Managing partitions using GDisk Support for large hard disks 78...
Страница 100: ...Editing registry keys and values using GhRegEdit Using GhRegEdit 100...
Страница 116: ...Using GhostCasting to create and restore images Running Ghost exe on a client computer 116...
Страница 122: ...GhostCasting from the command line GhostCast Server command line options 122...
Страница 130: ...GDisk disk wipe specifications Determining disk size 130...
Страница 166: ...Ghost for Linux Symantec Ghost utility support 166...
Страница 170: ...Configuring firewalls Symantec Ghost port configuration 170...
Страница 180: ...Troubleshooting Problems running Symantec Ghost 180...