|
gmy
版主
        操作系统爱好者
积分 1113
发帖 392
注册 2002-11-11
状态 离线
|
『第 331 楼』:
使用 LLM 解释/回答一下
请楼主对DSPTW再次更新:
1,增加 /find:HIDE (去掉原来的/find:DELL,且修改/find:FAT不再包括隐藏FAT分区,如1B,1C) ,/find:HIDE参数包括以下类型:
隐藏FAT分区, 包括 12,58,1B,1C ,显示为 HIDE_FT
隐藏NTFS分区, 包括 17,27 ,显示为 HIDE_NT
隐藏DELL分区, 包括 D7,DE,DB,DD ,显示为 HIDE_DELL
(注意,HIDE_FT不写成HIDE_FAT的原因是 在使用 /find:all 时以便于批处理查找处理,HIDE_NT同理)
2,对于未知分区,不要简单地显示为Unkown_type,而是加上16进制的分区类型,形如unkown_XX, (其中XX为16进制的分区类型),这样的好处是便于报告未知新类型.
3,以下是我刚刚收集的 硬盘分区类型大全,放在了我的论坛里,不断更新中...
http://doshome.net/bbs/dispbbs.asp?boardid=4&id=1182&star=1&page=1
Last edited by gmy on 2008-2-16 at 01:59 AM ]
Please ask the楼主 to update DSPTW again:
1. Add /find:HIDE (remove the original /find:DELL, and modify /find:FAT to no longer include hidden FAT partitions, such as 1B, 1C). The /find:HIDE parameter includes the following types:
Hidden FAT partitions, including 12, 58, 1B, 1C, displayed as HIDE_FT
Hidden NTFS partitions, including 17, 27, displayed as HIDE_NT
Hidden DELL partitions, including D7, DE, DB, DD, displayed as HIDE_DELL
(Note: The reason HIDE_FT is not written as HIDE_FAT is to facilitate batch processing when using /find:all. The same applies to HIDE_NT)
2. For unknown partitions, do not simply display as Unkown_type, but add the hexadecimal partition type, in the form of unkown_XX, (where XX is the hexadecimal partition type). The advantage of this is to facilitate reporting new unknown types.
3. The following is the complete collection of hard disk partition types I just collected, placed in my forum, continuously updated...
http://doshome.net/bbs/dispbbs.asp?boardid=4&id=1182&star=1&page=1
Last edited by gmy on 2008-2-16 at 01:59 AM ]
|

DOS之家 http://doshome.com 站长 葛明阳 |
|
2008-2-13 19:43 |
|
|
adiwdmd
初级用户
 
积分 50
发帖 15
注册 2005-10-2
状态 离线
|
『第 332 楼』:
使用 LLM 解释/回答一下
顺便增加下修改磁盘类型的命令,这样就更好了
By the way, it would be better to add the command to modify the disk type
|
|
2008-2-15 11:36 |
|
|
19951001
高级用户
    流落街头
积分 570
发帖 272
注册 2005-10-17 来自 北京
状态 离线
|
『第 333 楼』:
使用 LLM 解释/回答一下
1月份291楼上传的DOS版本dspt,由于本人疏忽版本上传错误,仍然有在2008不能运行时间限制,现已经更正(在291楼),谢谢各位网友的提醒,在此向各位网友深表歉意。
Win32更新 在328楼
参考332、333楼的建议
Last edited by 19951001 on 2008-2-16 at 08:49 PM ]
In January, the DOS version dspt uploaded on floor 291 had a time limit that couldn't run in 2008 due to my oversight in uploading the wrong version. It has now been corrected (on floor 291). Thank you all for your reminders. I express my deep apology to you all here.
Win32 update is on floor 328
Refer to the suggestions on floors 332 and 333
Last edited by 19951001 on 2008-2-16 at 08:49 PM ]
|
|
2008-2-16 19:45 |
|
|
gmy
版主
        操作系统爱好者
积分 1113
发帖 392
注册 2002-11-11
状态 离线
|
『第 334 楼』:
使用 LLM 解释/回答一下
谢谢楼主的回应,DSPTW还是有问题:
我最想要的是: 仅显示非隐藏的FAT或NTFS
FIND:FAT 不应该包括 隐藏的FAT,同理
FIND:NTFS 不应该包括 隐藏的NTFS
所以为了实现上述功能,必需将
HIDE_FAT32 显示成 HIDE_FT ;
HDIE_NTFS 显示成 HIDE_NT
如果觉得以上方法不顺眼,还有一种变通的简单的方法:
增加 find:normal 参数,即常规分区, normal 包括 非隐藏FAT和非隐藏NTFS ,不包括 隐藏分区(NTFS/FAT32/DELL的隐藏分区),LINUX,未知分区等一切非常规分区.
Last edited by gmy on 2008-2-17 at 11:36 AM ]
Thanks for the楼主's response. There is still an issue with DSPTW:
What I want most is: only display non - hidden FAT or NTFS
FIND: FAT should not include hidden FAT, similarly
FIND: NTFS should not include hidden NTFS
So in order to realize the above - mentioned function, it is necessary to
HIDE_FAT32 display as HIDE_FT;
HDIE_NTFS display as HIDE_NT
If you think the above method is not to your liking, there is another simple alternative method:
Add the find:normal parameter, that is, regular partitions. normal includes non - hidden FAT and non - hidden NTFS, and does not include hidden partitions (NTFS/FAT32/Dell's hidden partitions), Linux, unknown partitions and all other irregular partitions.
Last edited by gmy on 2008 - 2 - 17 at 11:36 AM ]
|

DOS之家 http://doshome.com 站长 葛明阳 |
|
2008-2-17 09:17 |
|
|
adiwdmd
初级用户
 
积分 50
发帖 15
注册 2005-10-2
状态 离线
|
『第 335 楼』:
使用 LLM 解释/回答一下
怎么291附件无法解压 请楼主检查
328楼的 dsptw 有相应的 dos 版么?
Last edited by adiwdmd on 2008-2-17 at 05:12 PM ]
Why can't the 291 attachment be extracted? Please check by the landlord.
Does dsptw on building 328 have a corresponding DOS version?
Last edited by adiwdmd on 2008-2-17 at 05:12 PM ]
|
|
2008-2-17 16:50 |
|
|
lianjiang2004
金牌会员
     
积分 3946
发帖 1884
注册 2006-1-20
状态 离线
|
|
2008-2-17 18:33 |
|
|
gmy
版主
        操作系统爱好者
积分 1113
发帖 392
注册 2002-11-11
状态 离线
|
『第 337 楼』:
使用 LLM 解释/回答一下
Originally posted by adiwdmd at 2008-2-17 04:50 PM:
怎么291附件无法解压 请楼主检查
328楼的 dsptw 有相应的 dos 版么?
Last edited by adiwdmd on 2008-2-17 at 05:12 PM ]
我下的也无法解压,请解决.
Originally posted by adiwdmd at 2008-2-17 04:50 PM:
Why can't the 291 attachment be extracted? Please ask the楼主to check.
Is there a corresponding DOS version from dsptw on the 328th floor?
Last edited by adiwdmd on 2008-2-17 at 05:12 PM ]
I also can't extract it after downloading. Please solve it.
|

DOS之家 http://doshome.com 站长 葛明阳 |
|
2008-2-18 00:43 |
|
|
19951001
高级用户
    流落街头
积分 570
发帖 272
注册 2005-10-17 来自 北京
状态 离线
|
『第 338 楼』:
使用 LLM 解释/回答一下
附件无法上传了,哪位朋友可以上传
The attachment can't be uploaded. Which friend can upload it?
|
|
2008-2-18 20:56 |
|
|
fastslz
铂金会员
       DOS一根葱
积分 5493
发帖 2315
注册 2006-5-1 来自 上海
状态 离线
|
|
2008-2-18 21:11 |
|
|
19951001
高级用户
    流落街头
积分 570
发帖 272
注册 2005-10-17 来自 北京
状态 离线
|
|
2008-2-18 22:17 |
|
|
gmy
版主
        操作系统爱好者
积分 1113
发帖 392
注册 2002-11-11
状态 离线
|
『第 341 楼』:
使用 LLM 解释/回答一下
dsptw 和 dsptw1 有何区别?
据楼主称: 两者没什么区别,仅在显示上(标点)有小的区别.
已经初步测试成功.
Last edited by gmy on 2008-2-18 at 11:02 PM ]
What are the differences between dsptw and dsptw1?
According to the LZ, there is no difference between the two, only minor differences in display (punctuation).
The preliminary test was successful.
Last edited by gmy on 2008-2-18 at 11:02 PM ]
|

DOS之家 http://doshome.com 站长 葛明阳 |
|
2008-2-18 22:45 |
|
|
liujq988
新手上路

积分 5
发帖 3
注册 2008-2-17
状态 离线
|
『第 342 楼』:
使用 LLM 解释/回答一下
多谢斑竹,我下载再说!
Thanks, moderator. I'll download it and see!
|
|
2008-2-18 23:24 |
|
|
gmy
版主
        操作系统爱好者
积分 1113
发帖 392
注册 2002-11-11
状态 离线
|
『第 343 楼』:
使用 LLM 解释/回答一下
此贴作废,已经解决
Last edited by gmy on 2008-2-27 at 11:53 AM ]
This post is invalid, already resolved
Last edited by gmy on 2008-2-27 at 11:53 AM ]
|

DOS之家 http://doshome.com 站长 葛明阳 |
|
2008-2-26 15:58 |
|
|
woyuewo
新手上路

积分 2
发帖 1
注册 2006-6-2
状态 离线
|
|
2008-2-26 16:12 |
|
|
sowind
初级用户
 
积分 26
发帖 12
注册 2008-3-18
状态 离线
|
『第 345 楼』:
使用 LLM 解释/回答一下
328楼的 dsptw 有相应的 dos 版么?
同求
dsptw 1 /find:all /GhostStyle /y
No. Dr Tag FileSystem Volume Act StartPos Sectors MBytes MB_Free
1:1 Pri DELL_TYPE 63 144522 70
1:2 I: Pri HPFS/NTFS RECOVERY 145408 20971520 10240 7087
1:3 C: Pri HPFS/NTFS OS Yes 21116928 83886080 40960 31317
1:4 D: Log HPFS/NTFS DATAPART1 105005056 101298176 49462 26643
1:5 E: Log HPFS/NTFS SOFT 206305280 20480000 10000 2977
1:6 F: Log HPFS/NTFS BACKUP 226787328 80592896 39352 24190
1:7 Log DELL_TYPE 307382272 5195776 2537
需要纯DOS下的这个结果
Is there a corresponding DOS version from dsptw on floor 328?
Same request
dsptw 1 /find:all /GhostStyle /y
No. Dr Tag FileSystem Volume Act StartPos Sectors MBytes MB_Free
1:1 Pri DELL_TYPE 63 144522 70
1:2 I: Pri HPFS/NTFS RECOVERY 145408 20971520 10240 7087
1:3 C: Pri HPFS/NTFS OS Yes 21116928 83886080 40960 31317
1:4 D: Log HPFS/NTFS DATAPART1 105005056 101298176 49462 26643
1:5 E: Log HPFS/NTFS SOFT 206305280 20480000 10000 2977
1:6 F: Log HPFS/NTFS BACKUP 226787328 80592896 39352 24190
1:7 Log DELL_TYPE 307382272 5195776 2537
Need this result under pure DOS
|
|
2008-4-3 17:37 |
|