|
james168
初级用户
 
积分 81
发帖 35
注册 2006-10-16
状态 离线
|
『第 31 楼』:
使用 LLM 解释/回答一下
学习。。。非常感谢楼主。。。。
Learning... Thank you very much, the original poster...
|
|
2007-5-17 13:56 |
|
|
CZLin
新手上路

积分 6
发帖 3
注册 2007-6-4
状态 离线
|
|
2007-6-5 13:33 |
|
|
lianjiang2004
金牌会员
     
积分 3946
发帖 1884
注册 2006-1-20
状态 离线
|
『第 33 楼』:
使用 LLM 解释/回答一下
上次报告的联想机子有4个分区,可是minitow只测出一个分区问题,今天再次测了一下,去掉/nohp,结果仍一样。windows下想备份出mbr来看看,结果出错,中止运行。猜测是否有联想的保护程序在工作。
进入dos,运行minito,无任何结果。
换用dspt,检测出的硬盘数据正确。备份出第一扇区数据。发现分区部分的数据与常规的有些不同,不知是否是造成minito检测出错的原因。贴上分区表部分数据,供参考。
8001010007FEFFFF3F00000081142A01
00000000000000000000000000000000
0000C1FF0FFEFFFFC0142A013E219D03
00000000000000000000000000000000
55AA
-------------------------------
今天用dpit作者的工具在windows下运行,能获得正确的分区。看来这个软件还需完善。
The Lenovo machine reported last time had 4 partitions, but minitow only detected one partition problem. Today, after testing again, removing /nohp, the result is still the same. I wanted to back up the MBR under Windows but got an error and the operation was aborted. I suspect that there might be a Lenovo protection program at work.
Enter DOS and run minito, but there is no result.
Switch to using dspt, and the detected hard disk data is correct. Backed up the first sector data. Found that the data in the partition part is a bit different from the usual ones, not sure if this is the reason for minito's detection error. Attached part of the partition table data for reference.
80 01 01 00 07 FE FF FF 3F 00 00 00 81 14 2A 01
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 C1 FF 0F FE FF FF C0 14 2A 01 3E 21 9D 03
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
55 AA
-------------------------------
Today, ran the tool by the author of dpit under Windows and could get the correct partition. It seems that this software still needs to be improved.
|

Windows 一键还原
http://www.yjhy.com |
|
2007-6-11 19:53 |
|
|
haohaodlam
初级用户
 
积分 48
发帖 23
注册 2007-6-10 来自 绍兴
状态 离线
|
『第 34 楼』:
使用 LLM 解释/回答一下
有没有忽略了虚拟磁盘?
Is there a virtual disk that has been overlooked?
|
|
2007-6-13 21:46 |
|
|
GOTOmsdos
铂金会员
       C++启程者
积分 5154
发帖 1827
注册 2003-7-18
状态 离线
|
『第 35 楼』:
使用 LLM 解释/回答一下
8001010007FEFFFF3F00000081142A01
00000000000000000000000000000000
0000C1FF0FFEFFFFC0142A013E219D03
00000000000000000000000000000000
55AA
这样的分区表 引导代码应该只识别第一分区。因为中间断了
MINITO 也是这样处理的。是为了与真实情况一致
要改成 全部识别是很容易的,去掉一句代码就行了
Last edited by GOTOmsdos on 2007-6-28 at 08:41 PM ]
8001010007FEFFFF3F00000081142A01
00000000000000000000000000000000
0000C1FF0FFEFFFFC0142A013E219D03
00000000000000000000000000000000
55AA
Such a partition table, the boot code should only recognize the first partition. Because there is a break in the middle. MINITO also handles it this way. To be consistent with the real situation. To change it to recognize all is very easy, just remove one line of code.
Last edited by GOTOmsdos on 2007-6-28 at 08:41 PM ]
|
|
2007-6-28 20:38 |
|
|
hapeacock
新手上路

积分 10
发帖 5
注册 2006-11-22
状态 离线
|
『第 36 楼』:
使用 LLM 解释/回答一下
晕,按鼠标中键评了个-1分,对不住啊,
Oh, I gave a -1 score by pressing the middle mouse button, sorry about that,
|
|
2007-8-22 20:47 |
|
|
lianjiang2004
金牌会员
     
积分 3946
发帖 1884
注册 2006-1-20
状态 离线
|
『第 37 楼』:
使用 LLM 解释/回答一下
Originally posted by GOTOmsdos at 2007-6-28 20:38:
这样的分区表 引导代码应该只识别第一分区。因为中间断了
MINITO 也是这样处理的。是为了与真实情况一致
要改成 全部识别是很容易的,去掉一句 ...
问题是dos能识别其它分区,并进行操作,而minito没能显示出来,无法自动处理ghost备份了。而且ghost是能识别其它分区的。
Originally posted by GOTOmsdos at 2007-6-28 20:38:
Such a partition table, the boot code should only recognize the first partition. Because there is a break in the middle. MINITO also handles it this way. It is to be consistent with the real situation. To change it to recognize all is very easy, just remove a sentence...
The problem is that DOS can recognize other partitions and perform operations, but MINITO fails to display them and cannot automatically handle Ghost backups. Moreover, Ghost can recognize other partitions.
|

Windows 一键还原
http://www.yjhy.com |
|
2007-9-1 09:26 |
|
|
GOTOmsdos
铂金会员
       C++启程者
积分 5154
发帖 1827
注册 2003-7-18
状态 离线
|
『第 38 楼』:
使用 LLM 解释/回答一下
我来看看..
Last edited by GOTOmsdos on 2007-9-5 at 06:52 PM ]
I'll have a look..
Last edited by GOTOmsdos on 2007-9-5 at 06:52 PM ]
|
|
2007-9-5 17:15 |
|
|
GOTOmsdos
铂金会员
       C++启程者
积分 5154
发帖 1827
注册 2003-7-18
状态 离线
|
『第 39 楼』:
使用 LLM 解释/回答一下
恩, 现在就改过来....
Last edited by GOTOmsdos on 2007-12-21 at 09:41 AM ]
Um, now just change it over....
Last edited by GOTOmsdos on 2007-12-21 at 09:41 AM ]
|
|
2007-9-5 17:31 |
|
|
GOTOmsdos
铂金会员
       C++启程者
积分 5154
发帖 1827
注册 2003-7-18
状态 离线
|
『第 40 楼』:
使用 LLM 解释/回答一下
已经改过来了..
马上传上来..
It has been corrected.. Immediately upload it..
|
|
2007-9-5 18:50 |
|
|
GOTOmsdos
铂金会员
       C++启程者
积分 5154
发帖 1827
注册 2003-7-18
状态 离线
|
『第 41 楼』:
使用 LLM 解释/回答一下
minito源码(修正0值分区项bug)
分区项值为0以后的分区不能被识别的BUG已经更正了...
minito source code (correct 0 value partition entry bug)
The bug where partitions with a value of 0 in the partition entry cannot be recognized has been corrected...
|
|
2007-9-5 22:04 |
|
|
lianjiang2004
金牌会员
     
积分 3946
发帖 1884
注册 2006-1-20
状态 离线
|
|
2007-9-5 22:26 |
|
|
wangjf
中级用户
  
积分 254
发帖 63
注册 2003-4-8
状态 离线
|
『第 43 楼』:
使用 LLM 解释/回答一下
谢谢楼主提供这么好的程序。不过楼主在不同的帖子中发布了好几个版本。同时还分Todisk和MiniTO。现在都不知道那个是最新的了。  建议楼主整理一下以前的帖子都集中在一个帖子中。只把最后更新的比较好用的版本留下。再次支持楼主的不懈努力。替大家谢谢你。 
Thanks to the LZ for providing such a good program. But the LZ has released several versions in different threads. Also, there are Todisk and MiniTO. Now I don't know which is the latest. :( It is suggested that the LZ organize the previous threads and concentrate them in one thread, leaving only the latest updated and more useful version. Continue to support the LZ's unremitting efforts. Thanks for you on behalf of everyone. :)
|
|
2007-9-6 21:45 |
|
|
GOTOmsdos
铂金会员
       C++启程者
积分 5154
发帖 1827
注册 2003-7-18
状态 离线
|
『第 44 楼』:
使用 LLM 解释/回答一下
感谢鼓励和关注,搞开发,确实要分版本的,反映一定的连续性和设计历史.另,程序名后面都有版本号的,,,最下面的自然是最新的.
分Todisk和MiniTO的问题:
本来是没有MiniTO的, 只有Todisk,是在网友们的建议下,才从TODISK上增加了处理分区表信息的功能,但考虑到有些网友要求小巧的建议,就把原有的TODISK的主体功能去掉了,就成了现在的MINITO,这就是"MINI"的由来. 他们是各有功能的(写完后,就没有时间了,已记不清是否也把MINITO的全部功能都弄进了TODISK了没有...我有这个想法的,这样就一器在手,功能集于一身...)
Thanks for the encouragement and attention. For development, it is indeed necessary to have versions, reflecting a certain continuity and design history. Also, there are version numbers after the program names,,, the one at the bottom is naturally the latest.
Regarding the issue of Todisk and MiniTO:
Originally, there was no MiniTO. Only Todisk. It was added with the function of processing partition table information from Todisk at the suggestion of netizens. But considering the suggestion of some netizens for something compact, the main function of the original Todisk was removed, and now it has become MiniTO. This is the origin of "MINI". They have respective functions (after writing, there was no time, and I can't remember if all the functions of MiniTO have been included in Todisk... I have this idea, so that with one device, all functions are integrated...)
|
|
2007-9-7 00:10 |
|
|
renl
初级用户
 
积分 26
发帖 12
注册 2007-12-18
状态 离线
|
|
2007-12-20 18:13 |
|