|
kevinhbwh
新手上路

积分 16
发帖 6
注册 2005-11-4
状态 离线
|
『楼 主』:
关于usbmass的使用感受
使用 LLM 解释/回答一下
我是贵论坛的新手,usbmass确实是好东西,几乎完全驱动了我手上的所有USB设备,下面谈谈我的体会和大家分享。
1。开始我的usb2。0移动硬盘无法驱动,后来发现是缺省的中断号和我主板usb2。0端口中断不一样,加参数/pi:xx 后解决,速度非常爽,但比xp下的速度稍差一点。
2。关于驱动u盘的问题。用过usboot软件的人就知道,u盘的格式化格式有三种:FDD、ZIP、HDD。很可惜前2种usbmass不支持,如果大家非要想驱动u盘只能转换成HDD格式,我的1G的CF卡就是这样驱动的,速度可达到5.5M/秒。但我不建议大家用这样格式的u盘,因为用这样格式的U盘去启动计算机,你会发现u盘的盘符是C 而不是A。
3。也可以用u盘启动来驱动其它USB设备,但稍微有点麻烦,因为usbmass是不能驱动自己本身的(启动u盘),会死机,可以在dos启动后在内存中建虚拟盘,把usbmass拷到里面,再拔下u盘,插上其它ubs设备,就可驱动了。
4。由于usbmass不需要在config。sys里面加载,这是它最大的优点。所以大家在机器通电的时候最好不插上usb设备,等dos启动完后,你想用的时候在插上即可,否则同一个设备会有2个盘符。
5。ntfs格式的移动硬盘可以驱动,但无法读取,用NTFSPRO也不行,有那位朋友有好的办法,谢谢赐教
I'm a new user of your forum. usbmass is really a great thing, almost driving all my USB devices completely. Now let's talk about my experience and share it with you.
1. At first, my USB 2.0 mobile hard disk couldn't be driven. Later, I found that the default interrupt number was different from the interrupt of my motherboard's USB 2.0 port. After adding the parameter /pi:xx, it was solved. The speed is very cool, but it's a little slower than that under XP.
2. Regarding the problem of driving USB flash drives. People who have used the usboot software know that there are three formatting formats for USB flash drives: FDD, ZIP, and HDD. It's a pity that the first two are not supported by usbmass. If you really want to drive a USB flash drive, you can only convert it to HDD format. My 1G CF card was driven like this, and the speed can reach 5.5M/second. But I don't recommend using USB flash drives in such a format, because if you use a USB flash drive in such a format to boot the computer, you will find that the drive letter of the USB flash drive is C instead of A.
3. You can also use the USB flash drive to boot to drive other USB devices, but it's a little troublesome. Because usbmass can't drive itself (the boot USB flash drive), it will crash. You can build a virtual disk in memory after DOS boots, copy usbmass to it, then unplug the USB flash drive and plug in other USB devices, and then it can be driven.
4. Because usbmass doesn't need to be loaded in config.sys, this is its biggest advantage. So it's best not to plug in USB devices when the machine is powered on. Wait until DOS is booted, and then plug them in when you want to use them. Otherwise, the same device will have two drive letters.
5. The NTFS - formatted mobile hard disk can be driven, but it can't be read. NTFSPRO also doesn't work. Is there any friend who has a good way? Thank you for giving advice.
|
|
2005-11-14 21:51 |
|
|
JonePeng
金牌会员
      D◎$ Fαп
积分 4562
发帖 1883
注册 2004-1-19 来自 广东广州
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
赞一个。。。可惜我手头上没有USB 2.0的设备,没办法调试。
Give a thumbs up... Unfortunately, I don't have a USB 2.0 device at hand, so I can't debug.
|

----====≡≡≡≡ 我的至爱,永远是MSDOS!≡≡≡≡====----
|
|
2005-11-15 20:16 |
|
|
951888
新手上路

积分 18
发帖 7
注册 2005-11-12
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
我按兄弟的方法试了不行。。
I tried according to brother's method but it didn't work.
|
|
2005-11-16 09:21 |
|
|
gongchengxi
初级用户
 
积分 40
发帖 20
注册 2005-11-16
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
还不错,zip格式也可以,我以经认出了我的移动硬盘,但没认出外置光驱
Not bad, ZIP format is also okay. I have recognized my mobile hard drive, but not the external CD drive
|
|
2005-11-17 13:10 |
|
|
styyy
新手上路

积分 12
发帖 6
注册 2006-4-14
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
老大,请教一下,如何知道usb2.0的中断号,不是动态分配的吗?参数pi:xx中xx是什么阿?
Boss, I would like to ask, how to know the interrupt number of USB 2.0? Isn't it dynamically allocated? What is the xx in the parameter pi: xx?
|
|
2006-7-31 16:33 |
|
|
hmk5162
新手上路

积分 2
发帖 1
注册 2006-8-12
状态 离线
|
|
2006-8-12 19:38 |
|
|
anqing
高级用户
   
积分 859
发帖 413
注册 2006-8-14
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
也可以用u盘启动来驱动其它USB设备,但稍微有点麻烦,因为usbmass是不能驱动自己本身的(启动u盘),会死机,可以在dos启动后在内存中建虚拟盘,把usbmass拷到里面,再拔下u盘,插上其它ubs设备,就可驱动了。
请问如何在dos下建虚拟盘,命令是什么,能不能打出来.把usbmass拷入虚拟盘,不用运行,就拔下u盘吗?如果不运行,就插上usb设备,能驱动吗?
我是新手.请多多指教
You can also use USB drive to drive other USB devices, but it's a bit troublesome because usbmass can't drive itself (the boot USB drive), which will cause a system crash. You can create a virtual disk in memory after DOS boots, copy usbmass to it, then unplug the USB drive and plug in other USB devices, and then you can drive them.
Please tell me how to create a virtual disk under DOS, what is the command, can you type it out. Copy usbmass into the virtual disk, don't run it, then unplug the USB drive? If you don't run it, then plug in the USB device, can it be driven?
I'm a newbie. Please give me more advice.
|
|
2006-8-17 12:13 |
|
|
zybcx
新手上路

积分 2
发帖 1
注册 2009-2-24
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
先下个来看看好用不
Let's download it first and see if it works well.
|
|
2009-2-25 10:18 |
|
|
gongcd
初级用户
 
积分 48
发帖 25
注册 2009-4-23
状态 离线
|
|
2009-4-29 04:58 |
|
|
373061200
初级用户
  DOS-CN
积分 52
发帖 33
注册 2008-11-17
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
偶的主板不支持hdd
My motherboard doesn't support HDD
|

一万年太久,只争朝夕! |
|
2009-4-30 08:52 |
|