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-06-25 06:48
中国DOS联盟论坛 » GRUB4DOS、SYSLINUX及其它启动管理软件讨论专区 » [Help] What is the Ghost universal backup command? View 1,577 Replies 2
Original Poster Posted 2008-02-03 13:11 ·  中国 北京 电信
初级用户
★★
Credits 147
Posts 66
Joined 2005-12-21 08:34
20-year member
UID 47568
Gender Male
Status Offline
My notebook definitely has no hidden partitions (and I don't think it has much to do with hidden partitions)

I followed the following and succeeded! But I don't understand why the notebook has no hidden partitions, and it has to be written like this to succeed! So anxious! It's just src=1:2,dst=1:3\beifen\sys~1\SYS.GHO. How come src=1:2 becomes the C drive and dst=1:3 becomes the D drive! My computer has formatted all the hard drives and re-partitioned them! There are 3 partitions in total: C, D, E

for %%d in (c d e f g h i j k l m n o p q r s t u v w) do if exist %%d:\ghost.exe set disky=%%d:\

%disky%beifen\sys~1\GHOST.exe -clone,mode=pdump,src=1:2,dst=1:3\beifen\sys~1\SYS.GHO -autoname -z9 -sure -rb -fro -quiet

Who can tell me how to write the sentence src=1:2,dst=1:3\beifen\sys~1\SYS.GHO to be compatible with all computers!! Because on the desktop computer, it's src=1:1,dst=1:2\beifen\sys~1\SYS.GHO!! The main reason is unknown!

After reading the posts in our forum, I found that the dsptw.exe software is quite good

I think the dsptw.exe file will help me find the hard drive partition numbering, such as 1:1, 1:2, etc.!

Please, experts, tell me how the command of dsptw.exe automatically obtains the hard drive numbering! Very anxious! Thanks!

That is, how to use batch processing to automatically replace the parts of 1:1 and 1:2 below with the hard drive at that time!

for %%d in (c d e f g h i j k l m n o p q r s t u v w) do if exist %%d:\ghost.exe set disky=%%d:\

%disky%beifen\sys~1\GHOST.exe -clone,mode=pdump,src=1:1,dst=1:2\beifen\sys~1\SYS.GHO -autoname -z9 -sure -rb -fro -quiet

[ Last edited by yuanyong911 on 2008-2-3 at 01:13 PM ]
Floor 2 Posted 2008-02-03 13:17 ·  中国 安徽 黄山 电信
金牌会员
★★★★
Credits 3,946
Posts 1,884
Joined 2006-01-20 13:00
20-year member
UID 49283
Gender Male
Status Offline
Most people convert drive letters to partition numbers, and it's rare to do the reverse. Hehe.
Windows 一键还原
http://www.yjhy.com
Floor 3 Posted 2008-02-03 13:25 ·  中国 北京 电信
初级用户
★★
Credits 147
Posts 66
Joined 2005-12-21 08:34
20-year member
UID 47568
Gender Male
Status Offline
Thanks to lianjiang2004

But could you tell me how to use dsptw.exe to find the numeric drive letter of the partition where the hard disk system (single system) is located and the numeric drive letter of drive D for d:\beifen\sys~1\SYS.GHO

%disky%beifen\sys~1\GHOST.exe -clone,mode=pdump,src=1:1,dst=1:2\beifen\sys~1\SYS.GHO -autoname -z9 -sure -rb -fro -quiet

Thanks a lot

[ Last edited by yuanyong911 on 2008-2-3 at 01:30 PM ]
Forum Jump: