|
cchessbd
高级用户
   
积分 525
发帖 222
注册 2006-8-28
状态 离线
|
『第 61 楼』:
使用 LLM 解释/回答一下
Originally posted by amao at 2006-12-29 04:37:
经在VMWare里测试,未格式化的分区被误认为是DOS FAT16分区,实机未测试。
SPFDISK好像不会有这个问题吧。可以去找找他的源码读下。
/ghost 参数最好能显示FAT、NTFS分区的已用空间、剩余空间。
Originally posted by amao at 2006-12-20 04:37:
Tested in VMWare, unformatted partitions are mistakenly recognized as DOS FAT16 partitions, and actual machine testing has not been done.
SPFDISK doesn't seem to have this problem. You can find its source code and read it.
The /ghost parameter should preferably display the used space and remaining space of FAT and NTFS partitions.
|
|
2006-12-29 07:28 |
|
|
cfgs
初级用户
 
积分 152
发帖 17
注册 2003-2-12
状态 离线
|
『第 62 楼』:
使用 LLM 解释/回答一下
楼主能不能做个界面,搞成综合的磁盘管理工具,方便在PE上用。
Can the landlord make an interface and turn it into a comprehensive disk management tool, convenient for use on PE?
|
|
2006-12-30 23:55 |
|
|
19951001
高级用户
    流落街头
积分 570
发帖 272
注册 2005-10-17 来自 北京
状态 离线
|
『第 63 楼』:
使用 LLM 解释/回答一下
Originally posted by cfgs at 2006-12-30 23:55:
楼主能不能做个界面,搞成综合的磁盘管理工具,方便在PE上用。
这个是 DOS 程序,不‘能在PE上使用。
Originally posted by cfgs at 2006-12-30 23:55:
Can the LZ master make an interface and make it into a comprehensive disk management tool, convenient to use on PE.
This is a DOS program and cannot be used on PE.
|
|
2006-12-31 00:17 |
|
|
xuxuezeng
新手上路

积分 18
发帖 9
注册 2006-7-28
状态 离线
|
『第 64 楼』:
使用 LLM 解释/回答一下
Originally posted by 19951001 at 2006-12-26 23:26:
比较相同返回值为0; 不相同会在屏幕上显示,返回结果是100
谢谢楼主的答复,楼主真历害,我一直在想找一个能在DOS下随意访问扇区的软件,我也准备自己搞一个简单的,但水平不够,没下手,想不到楼主搞出来的又小,功能强大,真是短小精悍哟,支持,!
Last edited by xuxuezeng on 2006-12-31 at 05:57 AM ]
Originally posted by 19951001 at 2006-12-26 23:26:
Comparison: if the same, return value is 0; if different, it will be displayed on the screen, and the return result is 100
Thank you for the reply from the楼主. The楼主 is really amazing. I've been looking for a software that can randomly access sectors under DOS. I also planned to make a simple one by myself, but I didn't start because of insufficient level. I didn't expect that the one made by the楼主 is small and powerful, really compact yet powerful! Support!
Last edited by xuxuezeng on 2006-12-31 at 05:57 AM ]
|
|
2006-12-31 05:55 |
|
|
19951001
高级用户
    流落街头
积分 570
发帖 272
注册 2005-10-17 来自 北京
状态 离线
|
『第 65 楼』:
使用 LLM 解释/回答一下
未格式化分区显示为Dos Fat16,这是微软分区程序设置分区标志造成的,目前我正在查找解决办法,看来这个问题的解决要到2007年了。
如果在使用程序的过程中发现问题,请及时到论坛通告一下,我会尽快修补bug。
有什么功能建议也请提出,我会尽力完成。
Unformatted partitions are displayed as Dos Fat16, this is caused by the partition flag set by the Microsoft partition program. Currently, I am looking for a solution, and it seems that the solution to this problem won't be available until 2007.
If you find any problems during the use of the program, please report to the forum in time, and I will repair the bugs as soon as possible.
Please also put forward any functional suggestions, and I will do my best to complete them.
|
|
2007-1-1 00:57 |
|
|
amao
中级用户
  
积分 316
发帖 152
注册 2006-6-18
状态 离线
|
『第 66 楼』:
使用 LLM 解释/回答一下
有责任心一款好的软件才能面世,支持楼主
A good software can be released only with a sense of responsibility. Support the landlord
|
|
2007-1-1 01:51 |
|
|
yao741
初级用户
 
积分 128
发帖 75
注册 2005-10-30 来自 黄河北道,天子渡
状态 离线
|
|
2007-1-2 00:40 |
|
|
GOTOmsdos
铂金会员
       C++启程者
积分 5154
发帖 1827
注册 2003-7-18
状态 离线
|
『第 68 楼』:
使用 LLM 解释/回答一下
Originally posted by xuxuezeng at 2006-12-31 05:55 AM:
,我一直在想找一个能在DOS下随意访问扇区的软件,我也准备自己搞一个简单的,但水平不够,没下手,..
建议也可参考我写的TOdisk处理扇区的方式功能非常多,容量也不太大,其最具特色的功能如下:
1
可处理任意的硬盘,分区,扇区,并且支持一次性处理多次任务,这样就可不必多次输入命令,一次性输入命令即可。
2
支持把数据存为文件/文件还原到扇区的功能,并有强大的压缩功能(其内核采用LINUX的同类引擎ZLIB库),还可以分卷。因此,具有GHOST的主体功能,可部分替代GHOST。。。
地址:
http://johnson.tmfc.net/dos/todisk.html
Last edited by GOTOmsdos on 2007-1-9 at 06:45 AM ]
Originally posted by xuxuezeng at 2006-12-31 05:55 AM:
, I've been thinking about finding a software that can randomly access sectors under DOS, and I also prepared to make a simple one by myself, but I'm not skilled enough and haven't started..
It is suggested that you can also refer to the way of handling sectors in TOdisk I wrote. It has many functions and is not too large in capacity. The most distinctive functions are as follows:
1
Can handle any hard disk, partition, sector, and supports processing multiple tasks at one time, so you don't need to enter commands multiple times, just enter commands at one time.
2
Supports the function of saving data as a file / restoring a file to a sector, and has a powerful compression function (its kernel uses the ZLIB library of the same type in LINUX), and can also split volumes. Therefore, it has the main functions of GHOST and can partially replace GHOST...
Address:
http://johnson.tmfc.net/dos/todisk.html
Last edited by GOTOmsdos on 2007-1-9 at 06:45 AM ]
|
|
2007-1-2 04:24 |
|
|
fish007yu
初级用户
 
积分 25
发帖 12
注册 2006-11-17
状态 离线
|
|
2007-1-2 06:57 |
|
|
19951001
高级用户
    流落街头
积分 570
发帖 272
注册 2005-10-17 来自 北京
状态 离线
|
『第 70 楼』:
使用 LLM 解释/回答一下
类ghost的版本 加 /ghost 参数, 硬盘编号从 1 开始 (见附件)
我遇到一个关于 INT25 读磁盘的问题,哪位高手帮忙解决一下,如下:
2007.1.15问题解决
Last edited by 19951001 on 2007-1-16 at 02:46 AM ]
Ghost-like versions add the /ghost parameter, and the hard disk number starts from 1 (see the attachment)
I encountered a problem with INT25 reading the disk. Which expert can help solve it? As follows:
Problem solved on 2007.1.15
Last edited by 19951001 on 2007-1-16 at 02:46 AM ]
|
|
2007-1-9 03:40 |
|
|
GOTOmsdos
铂金会员
       C++启程者
积分 5154
发帖 1827
注册 2003-7-18
状态 离线
|
『第 71 楼』:
使用 LLM 解释/回答一下
感觉19951001兄这个程序的链表保存和恢复功能有一定的实用性,我已下载试用了,保存了,但还未用恢复.
I feel that the linked list saving and restoring function of the program by brother 19951001 has certain practicality. I have downloaded and tried it, saved it, but haven't used the restoring yet.
|
|
2007-1-9 04:23 |
|
|
19951001
高级用户
    流落街头
积分 570
发帖 272
注册 2005-10-17 来自 北京
状态 离线
|
『第 72 楼』:
使用 LLM 解释/回答一下
Originally posted by GOTOmsdos at 2007-1-9 04:23:
感觉19951001兄这个程序的链表保存和恢复功能有一定的实用性,我已下载试用了,保存了,但还未用恢复.
恢复功能在我这里测试过多次, 均没有发现问题, 应该不会有问题.
Originally posted by GOTOmsdos at 2007-1-9 04:23:
I feel that the linked list saving and restoring function of brother 19951001's program has certain practicality. I have downloaded and tested it, saved it, but haven't used the restore yet.
The restore function has been tested many times on my side, and no problems have been found. It should be fine.
|
|
2007-1-9 05:00 |
|
|
GOTOmsdos
铂金会员
       C++启程者
积分 5154
发帖 1827
注册 2003-7-18
状态 离线
|
『第 73 楼』:
使用 LLM 解释/回答一下
可能DISKGEN的回朔功能的保存档案也是保存的分区链表(没仔细看,可能是的)
Maybe the saved file of the undo function of DISKGEN is also saving the partition linked list (I didn't look carefully, maybe it is)
|
|
2007-1-9 05:29 |
|
|
cchessbd
高级用户
   
积分 525
发帖 222
注册 2006-8-28
状态 离线
|
『第 74 楼』:
使用 LLM 解释/回答一下
Originally posted by GOTOmsdos at 2007-1-9 05:29:
可能DISKGEN的回朔功能的保存档案也是保存的分区链表(没仔细看,可能是的)
改动分区应该只需要保存这个。
Originally posted by GOTOmsdos at 2007-1-9 05:29:
Maybe the save file of the undo function in DISKGEN also saves the partition linked list (I didn't look closely, maybe it does)
Modifying the partition should only require saving this.
|
|
2007-1-9 11:30 |
|
|
19951001
高级用户
    流落街头
积分 570
发帖 272
注册 2005-10-17 来自 北京
状态 离线
|
『第 75 楼』:
使用 LLM 解释/回答一下
71楼的版本是旧的。
Last edited by 19951001 on 2007-1-16 at 02:09 AM ]
The version on floor 71 is old.
Last edited by 19951001 on 2007-1-16 at 02:09 AM ]
|
|
2007-1-10 02:01 |
|