China DOS Union

-- Unite DOS · Advance DOS · Grow DOS --

Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!

中国DOS联盟论坛
The time now is 2026-08-13 07:38
中国DOS联盟论坛 » DOS学习入门 & 精彩文章 (教学室) » Question about cloning View 645 Replies 3
Original Poster Posted 2004-02-21 00:00 ·  中国 广东 惠州 电信
中级用户
Credits 204
Posts 31
Joined 2004-02-20 00:00
22-year member
UID 18008
Gender Male
Status Offline
I want to clone drive C to the TOOL folder on drive D, and name it ABC.gho. ghost.exe is in the TOOL folder on drive D.
In DOS I wrote the command like this
d:\>tool\ghost.exe -clone, mode=pdump, src=1:1, dst=d:\tool\c.gho -sure -z4

Why doesn't it work! Can any expert teach me
Floor 2 Posted 2004-02-21 00:00 ·  中国 河南 安阳 联通
银牌会员
★★★
Credits 1,186
Posts 334
Joined 2003-05-30 00:00
23-year member
UID 2626
Gender Male
Status Offline
Try removing the three spaces

d:\>tool\ghost.exe -clone,mode=pdump,src=1:1,dst=d:\tool\abc.gho -sure -z4
Floor 3 Posted 2004-02-21 00:00 ·  中国 广东 惠州 电信
中级用户
Credits 204
Posts 31
Joined 2004-02-20 00:00
22-year member
UID 18008
Gender Male
Status Offline
It works now, it was that simple.
THANK YOU
Floor 4 Posted 2004-02-21 00:00 ·  中国 河南 安阳 联通
银牌会员
★★★
Credits 1,186
Posts 334
Joined 2003-05-30 00:00
23-year member
UID 2626
Gender Male
Status Offline
You're welcome~~

The parameters can also be put in front. After the commas in the later part, spaces are not allowed. This makes it easier for beginners to remember.
d:\>tool\ghost.exe -sure -z4 -clone,mode=pdump,src=1:1,dst=d:\tool\abc.gho
Forum Jump: