GHOST parameters detailed description

  
                              


-------------------------------------------- ------------------------------------




---------------------------------------------- ----------------------------------

exemplary
ghost.exe -clone, Mode=copy,src=1,dst=2 -sure
Hard disk copy
ghost.exe -clone,mode=pcopy,src=1:2,dst=2:1 -sure
will be one The second partition of the hard disk is copied to the first partition of the second hard disk
ghost.exe -clone, mode=pdump, src=1:2, dst=g:\\bac.gho
The second partition of the hard disk is made into an image file in the g partition.
ghost.exe -clone,mode=pload,src=g:\\bac.gho:2,dst=1:2
In the image file with two partitions, restore the second partition to the second partition of the hard disk
ghost.exe -clone,mode=pload,src=g:\\bac.gho,dst=1:1 - Fx -sure -rb
Restore the c drive with the bac.gho file of the g drive. Do not display any information after completion, start directly.
ghost.exe -clone,mode=load,src=g:\\bac.gho,dst=2,SZE1=60P,SZE2=40P
Restore the image file to the second hard disk and partition size The ratio is modified to 60:40
Restore disk
First make a boot disk, including Config.sys, Autoexec.bat, Command.com, Io.sys, Ghost.exe file (you can use windows to do the boot disk program carry out).
Autoexec.bat can contain the following commands:
Ghost.exe -clone,mode=pload,src=d:\\bac.gho,dst=1:1 -fx -sure -rb
Use in d The file of the disk is automatically restored, and after the end, it automatically jumps out of ghost and restarts.
Start the automatic backup of the C area, and generate the backup file bac.gho in the D area.
ghost.exe -clone,mode=pdump,src=1:1,dst=d:\\bac.gho -fx -sure -rb
Restore CD
Include files: Config.sys, Autoexec. Bat, Mscdex.exe (CDROM executive), Oakcdrom.sys (ATAPI CDROM compatible driver), Ghost.exe
Config.sys content:
DEVICE=OAKCDROM.SYS /D:IDECD001
Autoexec The contents of .bat are:
MSCDEX.EXE /D:IDECE001 /L:Z
Ghost -clone,mode=load,src=z:\\bac.gho,dst=1:1 -sure -rb
You can modify the instance according to the following specific instructions.
-clone must be added when using it. It is also the most practical one of all switch{batch switch}. The following are the parameters defined by clone
-clone ,
mode={copy

Copyright © Windows knowledge All Rights Reserved