I think he's referring to the commandlines for a Ghost Cast Partition Dump, the easies method is to go to your Ghost Cast Console and insert the following:
Session Name: SessionNm (for example)
Image File: <Path to Image Dump>.gho
Click More Options
Select Partition
Disk No: 1
Partition: 2
This should create the following in the "Command line":
-clone,mode=pdump,src=1:2,
Add a -z9 to the end this makes is the highest compression for example:
-clone,mode=pdump,src=1:2,
Now on the client side just need to copy the exact same Command line without the -z9 and add -sure -rb for example:
Ghost.exe -clone,mode=pdump,src=2,ds
Cheers
Main Topics
Browse All Topics





by: mass2612Posted on 2008-03-04 at 22:05:04ID: 21048062
Hi,
ellImageNa meandPath, dst=2 -CRCIGNORE -SURE -RB
Are you trying to automate the load of the load of the image to the PC? If so I would use a batch file to create and mapped network drive to the Ghost server and then use the command line to connect to the source file on the mapped drive: -
net use z: \\ghostserver\ghostshare
GHOST /CLONE,mode=Pload,src=Z:\D
Mode=PLoad means to load partition
dst=2 means to load to partition 2 so it should leave the Dell diag partition alone but test this first.
-crcignore means ignore crc errors
-RB means reboot when complete