|
cba-xyz
中级用户
  
积分 295
发帖 70
注册 2003-7-24
状态 离线
|
『第 286 楼』:
使用 LLM 解释/回答一下
有没有可以判断几个硬盘(包括U盘)?
Last edited by cba-xyz on 2007-8-14 at 02:12 PM ]
Is there any way to determine several hard drives (including USB drives)?
Last edited by cba-xyz on 2007-8-14 at 02:12 PM ]
|
|
2007-8-14 14:11 |
|
|
19951001
高级用户
    流落街头
积分 570
发帖 272
注册 2005-10-17 来自 北京
状态 离线
|
『第 287 楼』:
使用 LLM 解释/回答一下
Originally posted by cba-xyz at 2007-8-14 14:11:
有没有可以判断几个硬盘(包括U盘)?
Last edited by cba-xyz on 2007-8-14 at 02:12 PM ]
程序中没有判断有几个硬盘,不过你可以使用批处理来判断有几个硬盘
Originally posted by cba-xyz at 2007-8-14 14:11:
Is there a way to determine how many hard drives (including USB drives)?
Last edited by cba-xyz on 2007-8-14 at 02:12 PM ]
There is no way to determine the number of hard drives in the program, but you can use batch processing to determine the number of hard drives
|
|
2007-8-15 19:18 |
|
|
terse
银牌会员
    
积分 2404
发帖 946
注册 2005-9-8
状态 离线
|
『第 288 楼』:
使用 LLM 解释/回答一下
楼主曾经说现在看来解决加载NTFS4DOS和IFS的dos盘符问题是多余的!因为有MINITO?我看未必!不知道会不会在这方面突破一下,很是期待!还有现在多硬盘的用户也多了(包括U盘),有必要处理多硬盘,我以为!当然个人意见,大家的建议如何呢?
Last edited by terse on 2007-8-15 at 07:48 PM ]
The LZ once said that now it seems that solving the problem of DOS drive letters for loading NTFS4DOS and IFS is redundant! Because there is MINITO? I don't think so! I don't know if there will be a breakthrough in this regard, looking forward to it very much! Also, now there are many users with multiple hard drives (including USB drives), and it is necessary to handle multiple hard drives, I think! Of course, it's just personal opinion, what are everyone's suggestions?
Last edited by terse on 2007-8-15 at 07:48 PM ]
|
|
2007-8-15 19:47 |
|
|
lianjiang2004
金牌会员
     
积分 3946
发帖 1884
注册 2006-1-20
状态 离线
|
『第 289 楼』:
使用 LLM 解释/回答一下
我已放弃使用minito了,期待dspt越来越好。
I have given up using minito, and look forward to dspt getting better and better.
|

Windows 一键还原
http://www.yjhy.com |
|
2007-8-15 20:19 |
|
|
19951001
高级用户
    流落街头
积分 570
发帖 272
注册 2005-10-17 来自 北京
状态 离线
|
『第 290 楼』:
使用 LLM 解释/回答一下
在一楼diskrw更新,修正来一个磁盘比较方面存在的bug;
在这里有一个更新版的dspt,加入磁盘编辑功能,没有加入磁盘比较功能,加入后文件不在是com结构,而变成 Exe 结构,使用一个 16K 大小的数组的,如果加入磁盘比较功能,会增加同样大小大数组,整个程序运行时将不能被限定在 64K 之内
Last edited by 19951001 on 2008-2-18 at 01:08 AM ]
Update at the first floor diskrw, fixed a bug in disk comparison;
Here is an updated version of dspt, added disk editing function, did not add disk comparison function, after adding, the file is no longer in com structure, but becomes Exe structure, using an array of 16K size, if disk comparison function is added, the same size array will be added, the entire program will not be limited within 64K when running
Last edited by 19951001 on 2008-2-18 at 01:08 AM ]
附件
1: DSPT.rar (2008-2-18 01:07, 17.6 KiB,下载次数: 340)
|
|
2007-8-15 21:59 |
|
|
19951001
高级用户
    流落街头
积分 570
发帖 272
注册 2005-10-17 来自 北京
状态 离线
|
『第 291 楼』:
使用 LLM 解释/回答一下
我想在此做一下调查,听听各位网友的意见:
是把程序做成单一的一个程序,将变成 EXE 结构 dspt.exe
还是把程序变成两个 com 结构程序,diskrw.com 和 dpit.com
在需求的增加方面,主要是分区信息管理, 磁盘读写功能没有提出太多的需求,
当然我自己的意见是想把程序分开变成两个,不知大家意见怎样?
Last edited by 19951001 on 2007-8-15 at 10:30 PM ]
I want to conduct a survey here and listen to the opinions of netizens:
Is it to make the program a single program, becoming an EXE structure dspt.exe?
Or make the program into two COM structure programs, diskrw.com and dpit.com?
In terms of the increase in requirements, mainly partition information management, and not too many requirements have been put forward for disk reading and writing functions.
Of course, my own opinion is to separate the program into two. I wonder what everyone's opinion is?
Last edited by 19951001 on 2007-8-15 at 10:30 PM ]
|
|
2007-8-15 22:10 |
|
|
terse
银牌会员
    
积分 2404
发帖 946
注册 2005-9-8
状态 离线
|
『第 292 楼』:
使用 LLM 解释/回答一下
Originally posted by lianjiang2004 at 2007-8-15 20:19:
我已放弃使用minito了,期待dspt越来越好。
毕竟minito可以识别加载IFS后dos盘符的,DSPT很早的版本也曾试用过,但没有这个功能也就放弃了,请问lianjiang2004现在是用什么识别加载IFS后dos盘符吗?ghost吗?
Originally posted by lianjiang2004 at 2007-8-15 20:19:
I have given up using minito and look forward to DSPT getting better and better.
After all, minito can recognize and load the DOS drive letter after IFS. I also tried the early version of DSPT, but since it didn't have this function, I gave it up. May I ask, what does lianjiang2004 use now to recognize and load the DOS drive letter after IFS? Ghost?
|
|
2007-8-16 00:25 |
|
|
yqi99
初级用户
 
积分 108
发帖 51
注册 2007-5-15
状态 离线
|
『第 293 楼』:
使用 LLM 解释/回答一下
为什么我用8.15的最新版, 同时也试过了以前的版本
打 dspt 1 /find:all
不能显示NTFS的分区的盘符.
(仅仅加载了ifs或者NTFSpro都这样)
(是因为有1个HDD的U盘和硬盘的缘故? 我用U盘启动的)
No. Drv Type Volume PartType Act Offset Sectors MBytes
1:1 D: Primary C DOS_FAT16 Yes 63 4192902 2047
1:2 Logic HPFS/NTFS 4193028 12578832 6142
1:3 Logic Program HPFS/NTFS 16771923 20964762 10236
1:4 Logic Data HPFS/NTFS 37736748 40403412 19728
Why do I use the latest version of 8.15, and I have also tried previous versions.
Typing dspt 1 /find:all
Cannot display the drive letter of the NTFS partition.
(Only IFS or NTFSpro are loaded, and it's like this)
(Is it because there is a USB flash drive with 1 HDD and a hard disk? I booted with the USB flash drive)
No. Drv Type Volume PartType Act Offset Sectors MBytes
1:1 D: Primary C DOS_FAT16 Yes 63 4192902 2047
1:2 Logic HPFS/NTFS 4193028 12578832 6142
1:3 Logic Program HPFS/NTFS 16771923 20964762 10236
1:4 Logic Data HPFS/NTFS 37736748 40403412 19728
|
|
2007-8-16 17:31 |
|
|
19951001
高级用户
    流落街头
积分 570
发帖 272
注册 2005-10-17 来自 北京
状态 离线
|
『第 294 楼』:
使用 LLM 解释/回答一下
Originally posted by yqi99 at 2007-8-16 17:31:
为什么我用8.15的最新版, 同时也试过了以前的版本
打 dspt 1 /find:all
不能显示NTFS的分区的盘符.
(仅仅加载了ifs或者NTFSpro都这样)
(是因为有1个HDD的U盘 ...
目前不支持 NTFS 和 IFS 生成的盘符。
Currently, NTFS and drive letters generated by IFS are not supported.
|
|
2007-8-16 21:26 |
|
|
yqi99
初级用户
 
积分 108
发帖 51
注册 2007-5-15
状态 离线
|
『第 295 楼』:
使用 LLM 解释/回答一下
Originally posted by 19951001 at 2007-8-16 09:26 PM:
目前不支持 NTFS 和 IFS 生成的盘符。
楼主赶快加油, 做一个支持NTFS和IFS的DSPT.
精神上全力支持~~ ^_^
是不是以前有支持IFS的DSPT版本呀, 在前面几楼好像看到有人贴出来,用DSPT生成的log,有NTFS几个字符
Originally posted by 19951001 at 2007-8-16 09:26 PM:
Currently, NTFS and IFS generated drive letters are not supported.
Building an DSPT that supports NTFS and IFS, come on, LZ!
Spiritually fully supporting~~ ^_^
Was there a previous version of DSPT that supported IFS? I seem to have seen someone post a log generated by DSPT with the characters "NTFS" in the previous few posts.
|
|
2007-8-16 22:06 |
|
|
lianjiang2004
金牌会员
     
积分 3946
发帖 1884
注册 2006-1-20
状态 离线
|
『第 296 楼』:
使用 LLM 解释/回答一下
Originally posted by terse at 2007-8-16 00:25:
毕竟minito可以识别加载IFS后dos盘符的,DSPT很早的版本也曾试用过,但没有这个功能也就放弃了,请问lianjiang2004现在是用什么识别加载IFS后dos盘符吗?ghost吗?
我现在是在windows下获取硬盘信息,根据要求,生成临时自定义批处理文件,dos下调用。
较前版本gghost除了windows下的自定义备份恢复外,加上一个dos下自动备份到最后分区特殊目录的功能,此时采用dpit获取分区信息。没利用ifs后dos盘符功能。
Originally posted by terse at 2007-8-16 00:25:
After all, minito can recognize the DOS drive letters after loading IFS. DSPT also tried it in very early versions, but since it didn't have this function, it was abandoned. May I ask lianjiang2004 what you are using to recognize and load the DOS drive letters after IFS now? Ghost?
Now I am obtaining hard disk information under Windows, and according to the requirements, I generate a temporary custom batch file, which is called under DOS.
In addition to the custom backup and recovery under Windows in the previous version of gghost, it adds a function of automatically backing up to the special directory of the last partition under DOS. At this time, the partition information is obtained by dpit. The function of drive letters after IFS is not used.
|

Windows 一键还原
http://www.yjhy.com |
|
2007-8-16 22:40 |
|
|
lianjiang2004
金牌会员
     
积分 3946
发帖 1884
注册 2006-1-20
状态 离线
|
『第 297 楼』:
使用 LLM 解释/回答一下
因为我是采用分区号,所以dos下盘符对我而言意义不大。minito的兼容性似乎存在问题,反映问题后作者无任何答复,只好放弃了。毕竟兼容性是第一的。
Because I use partition numbers, so drive letters in DOS are not very meaningful to me. The compatibility of minito seems to have problems. After reporting the problem, the author didn't respond at all, so I had to give up. After all, compatibility is the top priority.
|

Windows 一键还原
http://www.yjhy.com |
|
2007-8-16 22:56 |
|
|
yqi99
初级用户
 
积分 108
发帖 51
注册 2007-5-15
状态 离线
|
『第 298 楼』:
使用 LLM 解释/回答一下
如果DOS下能够把分区号和的盘符一一对应起来.
然后比如通过查找\windows\regedit.exe来确定原来的XP系统盘的位置.
这样用ghost来恢复, 应该100%的可靠.
只可惜目前没有完全支持查找盘符的工具.
minito在我电脑上, 总显示非法指令.
DSPT又暂时不支持NTFS. 伤心....
If the partition number and the drive letter can be in one - to - one correspondence under DOS. Then, for example, by searching for \windows\regedit.exe to determine the location of the original XP system drive. In this way, using ghost to restore should be 100% reliable. It's a pity that there is currently no tool that fully supports finding drive letters. minito always shows illegal instruction on my computer. DSPT doesn't support NTFS for the time being. Sad....
|
|
2007-8-17 08:48 |
|
|
lianjiang2004
金牌会员
     
积分 3946
发帖 1884
注册 2006-1-20
状态 离线
|
『第 299 楼』:
使用 LLM 解释/回答一下
Originally posted by yqi99 at 2007-8-17 08:48:
如果DOS下能够把分区号和的盘符一一对应起来.
然后比如通过查找\windows\regedit.exe来确定原来的XP系统盘的位置.
这样用ghost来恢复, 应该100%的可靠.
只 ...
dos下,可以通过加载ntfs驱动(如ifs等),查找特征文件,并配合活动分区等信息进行确定,不会出现问题。
In DOS environment, you can determine by loading NTFS drivers (such as IFS, etc.), searching for characteristic files, and combining with information such as the active partition, and there will be no problems.
|

Windows 一键还原
http://www.yjhy.com |
|
2007-8-17 09:12 |
|
|
QinXin
新手上路

积分 4
发帖 2
注册 2007-8-16
状态 离线
|
|
2007-8-19 11:22 |
|