|
shella
初级用户
 
积分 187
发帖 31
注册 2004-8-30
状态 离线
|
『楼 主』:
[已结]如何提升DOS磁盘性能(加快文件复制,压缩解压缩速度
使用 LLM 解释/回答一下
rt
DOS的优势在于磁盘管理,
但是至少我使用的dos文件复制速度都比不上windows
比windows慢5倍
复制一个文件windows用2分钟 dos下要用10分钟
ghost除外
有什么窍门加快速度吗?
各位高手支招吧
smartdrv我已经加载了
Last edited by shella on 2006-4-10 at 21:05 ]
rt
The advantage of DOS lies in disk management,
but at least the file copying speed I use in DOS is not as fast as Windows
5 times slower than Windows
Copying a file takes 2 minutes in Windows and 10 minutes in DOS
Except for ghost
Are there any tips to speed it up?
Experts, please give some advice
I have already loaded smartdrv
Last edited by shella on 2006-4-10 at 21:05 ]
|
|
2006-4-9 17:28 |
|
|
dato
高级用户
   
积分 916
发帖 377
注册 2004-3-8
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
Originally posted by shella at 2006-4-9 05:28 PM:
rt
DOS的优势在于磁盘管理,
但是至少我使用的dos文件复制速度都比不上windows
比windows慢5倍
复制一个文件windows用2分钟 dos下要用10分钟
ghost除外
...
以前的xdma现在的qdma,一个开启硬盘的DMA模式,速度不错
http://johnson.tmfc.net/freedos/qdma.html
Originally posted by shella at 2006-4-9 05:28 PM:
rt
The advantage of DOS lies in disk management,
but at least the file copying speed I use in DOS is not as fast as Windows
5 times slower than Windows
It takes 2 minutes in Windows to copy a file, and 10 minutes in DOS
...
Previously, it was XDMA, now it's QDMA. Enabling the hard disk's DMA mode, the speed is good
http://johnson.tmfc.net/freedos/qdma.html
|

http://dato.ys168.com
google search bot
http://dato.minidns.net/ |
|
2006-4-10 00:32 |
|
|
shella
初级用户
 
积分 187
发帖 31
注册 2004-8-30
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
谢谢阿
有没有简单介绍一下怎么使用
和参数 的中文说明
那些全是英文 看不懂
我照着说明 设置的
DEVICE=QDBOOT.SYS
DEVICE=UMBPCI.SYS I=CC00-EFFF NOEMS
DEVICEHIGH=/L:1 QDMA.SYS /O /D /F /L
不行啊
显示出
QDBOOT V1.0...
UltraDMA controller...
Primary-master disk is ST380011A.
就卡死了
Last edited by shella on 2006-4-10 at 01:59 ]
Thanks, is there a simple introduction on how to use it and the parameter descriptions? Those are all in English, can't understand. I followed the instructions to set up:
DEVICE=QDBOOT.SYS
DEVICE=UMBPCI.SYS I=CC00-EFFF NOEMS
DEVICEHIGH=/L:1 QDMA.SYS /O /D /F /L
It doesn't work. It shows:
QDBOOT V1.0...
UltraDMA controller...
Primary-master disk is ST380011A.
Then it freezes.
Last edited by shella on 2006-4-10 at 01:59 ]
|
|
2006-4-10 00:43 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
直接加入这一行试试:
DEVICEHIGH=QDMA.SYS
另外,还可以加载SMARTDRV,继续提高磁盘速度。
Just add this line:
DEVICEHIGH=QDMA.SYS
Additionally, you can load SMARTDRV to further improve disk speed.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2006-4-10 03:05 |
|
|
xuantian
高级用户
   
积分 587
发帖 282
注册 2006-4-10
状态 离线
|
|
2006-4-10 04:44 |
|
|
shella
初级用户
 
积分 187
发帖 31
注册 2004-8-30
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
Originally posted by Wengier at 2006-4-10 03:05 AM:
直接加入这一行试试:
DEVICEHIGH=QDMA.SYS
另外,还可以加载SMARTDRV,继续提高磁盘速度。
可以啦已经能够达到 1/2 windows的速度
我又试了一下
DEVICEHIGH=LOWDMA.SYS
DEVICEHIGH=UDMA.SYS
好像比 QDMA.SYS 快一点点
Last edited by shella on 2006-4-10 at 07:15 ]
Originally posted by Wengier at 2006-4-10 03:05 AM:
Try adding this line directly:
DEVICEHIGH=QDMA.SYS
Additionally, you can load SMARTDRV to further improve disk speed.
It works! It can already reach 1/2 the speed of Windows.
I tried again
DEVICEHIGH=LOWDMA.SYS
DEVICEHIGH=UDMA.SYS
It seems a bit faster than QDMA.SYS
Last edited by shella on 2006-4-10 at 07:15 ]
|
|
2006-4-10 07:07 |
|
|
DOSforever
金牌会员
     
积分 4639
发帖 2239
注册 2005-1-30
状态 离线
|
|
2006-4-10 10:39 |
|
|
shella
初级用户
 
积分 187
发帖 31
注册 2004-8-30
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
Originally posted by DOSforever at 2006-4-10 10:39 AM:
你有没有比较过 QDMA 和 UDMA 哪个更好些?参见:XDMA vs. UDMA
NCache2 在那里下载啊?
怎么使用? 比smartdrv速度快吗?
Originally posted by DOSforever at 2006-4-10 10:39 AM:
Have you compared which is better between QDMA and UDMA? Refer to: XDMA vs. UDMA
Where can I download NCache2?
How to use it? Is it faster than smartdrv?
|
|
2006-4-10 11:09 |
|
|
DOSforever
金牌会员
     
积分 4639
发帖 2239
注册 2005-1-30
状态 离线
|
|
2006-4-10 11:31 |
|
|
shella
初级用户
 
积分 187
发帖 31
注册 2004-8-30
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
看来只有用
UDMA + SMARTDRV
他的磁盘性能已经很高了 但与windows还是有差距
最后一个问题
不考虑驱动的其它因素(内存占用,DOS版本号等情况)
DOS的磁盘性能能不能达到windows的水平?
该如何设置?
It seems that only using UDMA + SMARTDRV. His disk performance is already very high, but there is still a gap with Windows.
The last question:
Without considering other factors of the driver (memory usage, DOS version number, etc.), can the disk performance of DOS reach the level of Windows?
How to set it?
|
|
2006-4-10 14:59 |
|
|
DOSforever
金牌会员
     
积分 4639
发帖 2239
注册 2005-1-30
状态 离线
|
|
2006-4-10 16:58 |
|
|
wl00560
银牌会员
    
积分 1384
发帖 709
注册 2005-10-29
状态 离线
|
『第 12 楼』:
使用 LLM 解释/回答一下
问一下,这个软件能不能加快ghost的速度?
Ask, can this software speed up the speed of ghost?
|
|
2006-4-10 17:04 |
|
|
zjnbwdj
中级用户
  
积分 300
发帖 137
注册 2005-11-4
状态 离线
|
『第 13 楼』:
使用 LLM 解释/回答一下
复制文件的速度?跟WINDOWS相比?什么时候DOS的内存管理做到跟WINDOWS一样了,再来比一下吧.
The speed of copying files? Compared with WINDOWS? When DOS's memory management can be as good as WINDOWS, then we can compare again.
|
|
2006-4-10 20:01 |
|
|
shella
初级用户
 
积分 187
发帖 31
注册 2004-8-30
状态 离线
|
『第 14 楼』:
使用 LLM 解释/回答一下
楼上说的也对
好吧
这个问题就这样了
What the person above said is also correct. Well, this matter is like this.
|
|
2006-4-10 21:04 |
|
|
DOSforever
金牌会员
     
积分 4639
发帖 2239
注册 2005-1-30
状态 离线
|
|
2006-4-10 23:18 |
|