![]() |
China DOS Union-- Unite DOS · Advance DOS · Grow DOS --Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum |
| Guest | Log in | Register | Members | Search | China DOS Union |
|
中国DOS联盟论坛 The time now is 2026-08-12 22:45 |
47,811 topics / 349,897 posts / today 0 new / 48,256 members |
| DOS学习入门 & 精彩文章 (教学室) » Question about ghost commands, hope an expert can help! |
| Printable Version 1,006 / 1 |
| Floor1 sshh | Posted 2003-08-22 00:00 |
| 初级用户 Posts 4 Credits 120 | |
|
I want to make a boot disk now and want to implement some of the following ghost commands. Please help!
Clone from the first primary partition of the hard disk (drive C) to the first logical partition (the current drive D), named part1.gho ; Clone from the second primary partition of the hard disk (hidden) to the first logical partition (the current drive D), named part2.gho ; Clone from the third primary partition of the hard disk (hidden) to the first logical partition (the current drive D), named part3.gho ; Restore the part1.gho file from the first logical partition of the hard disk (the current drive D) to the first partition of the hard disk (drive C) ; Restore the part2.gho file from the first logical partition of the hard disk (the current drive D) to the second partition of the hard disk (hidden) ; Restore the part3.gho file from the first logical partition of the hard disk (the current drive D) to the third partition of the hard disk (hidden) ; Many, many thanks!!! |
|
| Floor2 llfz | Posted 2003-09-13 00:00 |
| 初级用户 Posts 35 Credits 263 | |
|
I'll just explain the first command to you; figure out the others by analogy yourself.
ghost.exe -clone,mode=pdump,src=1:1,std=d:\part1.gho -sure -z9 Brief explanation: -clone is the clone command parameter, what follows are switches, mode=pdump means cloning to an image file, src=1:1 means the source disk is the first partition of the first physical hard disk, note that this is somewhat different from the concept you described, std=d:\part1.gho refers to where the target image file is stored, the -sure parameter lets you skip the confirmation process, and the -z9 parameter indicates the compression ratio; -z1 is small, and -z9 is of course large. The parameter switch used for restoring is mode=pload, for example ghost.exe -clone,mode=pload,src=d:\part1.gho,std=1:1-sure -rb -rb means restart automatically after restoration is completed |
|
|
[ Contact the Union admin team -
中国DOS联盟 -
Standard version ] Sponsored by ifanr Inc | © 2001–2023 |