『楼 主』:
[求助] 一键还原 的ghost万能 备份语句是什么
使用 LLM 解释/回答一下
我的笔记本 绝对没有隐藏分区(而且我觉得和隐藏分区没有多大关系)
我按下面写 就成功了!可是我不明白 为什么笔记本没有隐藏分区 要这样写才会成功!! 好着急! 就是 src=1:2,dst=1:3\beifen\sys~1\SYS.GHO 怎么src=1:2 到成了C盘 dst=1:3 到成了D盘! 我的电脑是将全部硬盘都格了 且重新分区的!公分了3个区 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
谁能告诉我 src=1:2,dst=1:3\beifen\sys~1\SYS.GHO 这句,怎么写才会 兼容 所有电脑!! 因为在台式机上是 src=1:1,dst=1:2\beifen\sys~1\SYS.GHO !! 主要不知道原因!!
看了咱们论坛的帖子发现dsptw.exe软件不错
我觉得dsptw.exe 文件 会帮我查找硬盘分区 数字编号 如1:1 1:2 等等!!
求 高手 告诉我 dsptw.exe 的命令 怎么自动获得 硬盘 数字编号! 很着急!谢了!
也就是 怎么用批处理 自动将 下面的 1:1和1:2 部分 ,替换成 当时的硬盘 !
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 ]
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 ]
|