|
GOTOmsdos
铂金会员
       C++启程者
积分 5154
发帖 1827
注册 2003-7-18
状态 离线
|
『第 181 楼』:
使用 LLM 解释/回答一下
今天出现一个怪问题:因为我的U盘是被认C盘 也就是1:1 下午试一下备份竟然不能够!
U盘(USB-HD)启动后,就应该是C盘
不能GHOST,就不清楚了, 可以试一试TOdisk, 尤其对小分区,当然,还原也要用它
Today, a strange problem occurred: because my USB flash drive is recognized as drive C, that is, 1:1. I tried to backup in the afternoon but couldn't!
After USB-HD boot, it should be drive C.
If you can't perform GHOST, it's not clear. You can try TOdisk, especially for small partitions. Of course, you also need to use it for restoration.
|
|
2007-4-23 11:30 |
|
|
terse
银牌会员
    
积分 2404
发帖 946
注册 2005-9-8
状态 离线
|
『第 182 楼』:
使用 LLM 解释/回答一下
其实不是不能GHOST 就是不知道那个环节出的问题,同一代码,同一文件(都是MINITO处理出来的文件)只要不是选U盘就可以,无论是备份还是恢复都不能选C:(1:1)那怕我备份或恢复其他磁盘比如G:都不能选c:保存和搜索GHO文件,也就是说WBAT不能处理它,会不会是WBAT的问题啊!如果是的话其他又正常!后面的都是经过MINITO处理的同一文件的,图上也有反应!按理不会有这样的问题吧!
Actually, it's not that GHOST can't be used, but I just don't know which link has the problem. The same code and the same file (both files processed by MINITO) can't select the USB drive. Whether it's backup or restore, you can't select C:(1:1). Even if I backup or restore other disks like G:, I can't select C: to save and search for GHO files. That means WBAT can't handle it. Could it be a problem with WBAT? If that's the case, the rest are normal! The following are all the same files processed by MINITO, and the picture also reflects it! There shouldn't be such a problem according to reason!
|
|
2007-4-23 12:36 |
|
|
GOTOmsdos
铂金会员
       C++启程者
积分 5154
发帖 1827
注册 2003-7-18
状态 离线
|
『第 183 楼』:
使用 LLM 解释/回答一下
很容易搞清,你手动在DOS下,用GHOST备份U盘,看行不行,不久清楚了
It's easy to figure out. You manually use GHOST to back up the USB drive under DOS and see if it works, and it will be clear soon.
|
|
2007-4-23 13:05 |
|
|
GOTOmsdos
铂金会员
       C++启程者
积分 5154
发帖 1827
注册 2003-7-18
状态 离线
|
『第 184 楼』:
使用 LLM 解释/回答一下
更新:
增加打印硬盘中的或文件中保存的DPT/DBR/FAT的功能
用法:
miniTO -pall[p] [n]
-pall[p] 打印全部硬盘的分区表链/DBR, 有p为满屏暂停
[n] 单个硬盘
miniTO -pallf[p] [n] file
-pallf[p] 打印file中的分区表链/DBR
[n] 单个硬盘
miniTO -pdpt[p] n:n|?:
-pdbr[p]
-pfat[p]
打印分区中的DPT/DBR/FAT
-pfile[p] file
打印file中的DPT/DBR/FAT
Update:
Add the function to print DPT/DBR/FAT in the hard disk or saved in the file
Usage:
miniTO -pall
-pall Print the partition table chain/DBR of all hard disks, with p for full-screen pause
Single hard disk
miniTO -pallf file
-pallf Print the partition table chain/DBR in the file
Single hard disk
miniTO -pdpt n:n|?:
-pdbr
-pfat
Print DPT/DBR/FAT in the partition
-pfile file
Print DPT/DBR/FAT in the file
|
|
2007-4-23 14:13 |
|
|
cchessbd
高级用户
   
积分 525
发帖 222
注册 2006-8-28
状态 离线
|
『第 185 楼』:
使用 LLM 解释/回答一下
Originally posted by GOTOmsdos at 2007-4-23 11:26:
就算对NT/VISTA一窍不通,也可以的
草船借箭:
先清零DBR,再运行它们,不久有了?
DBR是分区启动引导信息的意思吧。
可能是我没说清楚,导致GOTOmsdos兄没有理解。
我是说,在仅知分区类型(ID),比如由PQ,PPM,GDISK,SPFDISK等建立的
NT/FAT32 类型的分区,建立起NT、Vista的引导信息。(/force参数则强制建立)
将ntdetect.com等文件拷到此分区就能启动。
这个有能力做出来吗? 因为BootPart只对FAT32分区的支持比较好,不支持Vista。
我就先说到这吧。
Originally posted by GOTOmsdos at 2007-4-23 11:26:
Even if you have no knowledge of NT/VISTA, it's okay
Borrowing arrows with straw boats:
First clear the DBR, then run them, will there be soon?
DBR means the partition boot guidance information.
Maybe I didn't make it clear enough, causing Brother GOTOmsdos not to understand.
I mean, with only knowing the partition type (ID), such as established by PQ, PPM, GDISK, SPFDISK, etc.
NT/FAT32 type partition, establish the boot information of NT, Vista. (/force parameter forces establishment)
Copy files like ntdetect.com to this partition to boot.
Can this be done? Because BootPart only supports FAT32 partitions well, not supporting Vista.
I'll stop here.
|
|
2007-4-23 21:49 |
|
|
GOTOmsdos
铂金会员
       C++启程者
积分 5154
发帖 1827
注册 2003-7-18
状态 离线
|
『第 186 楼』:
使用 LLM 解释/回答一下
没错
我说的就是这个事情...
比如要获取DOS的分区引导,可以先建个FAT分区,(可能不用格式化也行),这个在分区表中就有其ID了,然后,清零DBR,然后运行SYS , 不就有了? 主要是看它干了什么..
要取NT的引导信息,作了前面的事后(要建NTFS分区),然后用2K/XP的故障恢复台的FIXBOOT,不就行了?
取MBR和VISTA也是一样的道理
That's right. What I'm talking about is this matter... For example, to obtain the partition boot sector of DOS, you can first create a FAT partition (maybe it doesn't need to be formatted), and its ID will be in the partition table. Then, clear the DBR, and then run SYS, isn't it done? It mainly depends on what it does. To obtain the boot information of NT, after doing the previous things (you need to create an NTFS partition), then use the FIXBOOT of the 2K/XP recovery console, isn't it done? The same principle applies to obtaining the MBR and VISTA.
|
|
2007-4-23 22:15 |
|
|
GOTOmsdos
铂金会员
       C++启程者
积分 5154
发帖 1827
注册 2003-7-18
状态 离线
|
『第 187 楼』:
使用 LLM 解释/回答一下
正在打造 miniTO WIN版本...
Is creating the miniTO WIN version...
|
|
2007-4-24 04:07 |
|
|
cchessbd
高级用户
   
积分 525
发帖 222
注册 2006-8-28
状态 离线
|
『第 188 楼』:
使用 LLM 解释/回答一下
Originally posted by GOTOmsdos at 2007-4-24 04:07:
正在打造 miniTO WIN版本...
我今天已经做好了系统恢复控制台的PE,不过不小心把同学系统搞坏了阿。
看能否在两周内把改变的DBR传上来。
我建议你把minito的帮助再精简,在一屏里面显示出来,这样对新手来说会比较
方便,可以把目前的帮助整理为参数(-p -d -turn -r/c/s) + /? 的详细说明。
目前帮助实在太难看,难找,要按号几个回车。帮助很不好用。
Originally posted by GOTOmsdos at 2007-4-24 04:07:
Building the miniTO WIN version...
I made the PE of the system recovery console today, but accidentally broke my classmate's system.
See if I can upload the changed DBR within two weeks.
I suggest you further streamline the help for minito, display it in one screen, which will be more convenient for beginners. You can organize the current help into detailed explanations of parameters (-p -d -turn -r/c/s) + /?.
The current help is really ugly and hard to find, requiring pressing several returns. The help is not user-friendly.
|
|
2007-4-24 10:52 |
|
|
terse
银牌会员
    
积分 2404
发帖 946
注册 2005-9-8
状态 离线
|
『第 189 楼』:
使用 LLM 解释/回答一下
昨天说的不能对1:1 (C盘)的操作 是因为在信息里有个<符号 我把它截取到<前面可以显示C:了 烦请GOTOmsdos能否更改一下呢?
现在的版本似乎比开始大好多!记得开始也就40多K吧,
Last edited by terse on 2007-4-24 at 11:47 AM ]
The operation that cannot be done 1:1 on (C drive) as mentioned yesterday is because there is a < symbol in the information. I can display C: by intercepting before the <. Could you please change it, GOTOmsdos? The current version seems to be much larger than the initial one! I remember it was only about 40KB at the beginning.
Last edited by terse on 2007-4-24 at 11:47 AM ]
|
|
2007-4-24 11:40 |
|
|
GOTOmsdos
铂金会员
       C++启程者
积分 5154
发帖 1827
注册 2003-7-18
状态 离线
|
『第 190 楼』:
使用 LLM 解释/回答一下
忙了一天,
好久不用VC了,今天把它重装起来,跑起来啦!
现在刚刚弄出来可以运行的WIN版了
不过,主体程序刚弄好,还有问题,,,尤其是参数,,现在放出来,给大家看一下XP的效果吧:
参数现在一定要打上四个以上,不然异常,
还有一点很奇怪:
不能用RELEASE模式编译,一定要DEBUG模式,气死我了,弄的程序很大.
今天太晚了,明天再改..
请参看:
http://www.cn-dos.net/forum/viewthread.php?tid=29992&sid=3Rw4WG
Last edited by GOTOmsdos on 2007-4-24 at 03:04 PM ]
Been busy all day.
Haven't used VC for a long time, reinstalled it today and got it running!
Now just got the working Windows version out
But the main program has just been set up and there are still problems,,, especially with parameters,, now put it out for everyone to see the effect on XP:
Parameters must be entered with more than four, otherwise it's abnormal,
And there's one thing very strange:
Can't compile with RELEASE mode, must use DEBUG mode, it's frustrating, making the program very large.
Too late today, will fix it tomorrow..
Please refer to:
http://www.cn-dos.net/forum/viewthread.php?tid=29992&sid=3Rw4WG
Last edited by GOTOmsdos on 2007-4-24 at 03:04 PM ]
|
|
2007-4-24 14:46 |
|
|
GOTOmsdos
铂金会员
       C++启程者
积分 5154
发帖 1827
注册 2003-7-18
状态 离线
|
『第 191 楼』:
使用 LLM 解释/回答一下
因为在信息里有个<符号 我把它截取到<前面可以显示C:了
MINITO的显示里现在没有 >号啊
Because there is a < symbol in the information, I intercepted it to the front of < and can display C:
There is no > sign in the display of MINITO now
|
|
2007-4-24 14:57 |
|
|
lianjiang2004
金牌会员
     
积分 3946
发帖 1884
注册 2006-1-20
状态 离线
|
『第 192 楼』:
使用 LLM 解释/回答一下
Originally posted by GOTOmsdos at 2007-4-24 14:46:
忙了一天,
好久不用VC了,今天把它重装起来,跑起来啦!
现在刚刚弄出来可以运行的WIN版了
不过,主体程序刚弄好,还有问题,,,尤其是参数,,现在放出来, ...
非常感谢,效率很高嘛。
看来要着手改批处理了。
再次感谢,有问题再来请教。
Originally posted by GOTOmsdos at 2007-4-24 14:46:
Been busy all day,
Haven't used VC for a long time, reinstalled it today and got it running!
Just managed to get a working Windows version now
But the main program has just been set up and there are still issues... Especially with parameters... Now I'm releasing it, ...
Thanks a lot, very efficient.
It seems I need to start modifying the batch processing.
Thanks again, and I'll come to ask for help if I have any questions.
|

Windows 一键还原
http://www.yjhy.com |
|
2007-4-24 21:03 |
|
|
jyssysz
中级用户
  
积分 343
发帖 50
注册 2004-2-21
状态 离线
|
|
2007-4-24 22:00 |
|
|
0451lym
高级用户
   
积分 760
发帖 357
注册 2005-10-10
状态 离线
|
『第 194 楼』:
使用 LLM 解释/回答一下
Originally posted by terse at 2007-4-24 11:40:
昨天说的不能对1:1 (C盘)的操作 是因为在信息里有个<符号 我把它截取到<前面可以显示C:了 ...
直接定位读取,多一个字符也不要!
这样就可以了.否则还得过滤!
Originally posted by terse at 2007-4-24 11:40:
The operation on 1:1 (C drive) that couldn't be done yesterday was because there was a < symbol in the information. I intercepted it to before the < and could display C:...
Locate and read directly, don't take even one more character!
That's it. Otherwise, it still needs to be filtered!
|
|
2007-4-24 22:29 |
|
|
terse
银牌会员
    
积分 2404
发帖 946
注册 2005-9-8
状态 离线
|
『第 195 楼』:
使用 LLM 解释/回答一下
Originally posted by 0451lym at 2007-4-24 22:29:
直接定位读取,多一个字符也不要!
这样就可以了.否则还得过滤!
因为我不是做是一键,先用WBAT做个向导, 然后STRINGS对%WBAT%处理,但%WBAT%里有<符号好象WBAT处理出错!
strings gpath=left %wbat%,9
strings gpath=RIGHT %gpath%,2
还有更简单的?望指教...(当然除非在最开始的信息可以处理的,但我想全面的分区信息显示在屏幕上以便更明了)
Originally posted by GOTOmsdos at 2007-4-24 14:57:
MINITO的显示里现在没有 >号啊
我用的是最新的 对U盘处理的信息还是有<
Last edited by terse on 2007-4-25 at 09:02 AM ]
Originally posted by 0451lym at 2007-4-24 22:29:
Directly locate and read, don't take one more character!
That's it. Otherwise, filtering is still needed!
Because I'm not making a one-key operation, first use WBAT to make a wizard, and then process %WBAT% with STRINGS, but there are < symbols in %WBAT% which seem to cause WBAT processing errors!
strings gpath=left %wbat%,9
strings gpath=RIGHT %gpath%,2
Is there a simpler way? Hope to be instructed... (Of course, unless the initial information can be processed, but I want to display comprehensive partition information on the screen for clearer understanding)
Originally posted by GOTOmsdos at 2007-4-24 14:57:
There are no > signs in the current display of MINITO.
The one I use is the latest, and there are still < for the information processed on the USB flash drive.
Last edited by terse on 2007-4-25 at 09:02 AM ]
|
|
2007-4-25 08:59 |
|
|