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 ]
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 ]
