|
951888
新手上路

积分 18
发帖 7
注册 2005-11-12
状态 离线
|
『楼 主』:
DOS下加载USB2.0驱动成功,却不懂其中的道理?
使用 LLM 解释/回答一下
经过无数次的试验,终于搞定在DOS下加载USB2.0驱动USBMASS.EXE,移动硬盘分区全部认出,2.0速度,爽啊。但却不懂其中的道理,相同的文件,复制其中的文件到U盘不行,GHOST它却可以了,附件太大,上传不了,好想让大家帮分析一下啊!
After countless experiments, I finally managed to load the USB 2.0 driver USBMASS.EXE under DOS. All the partitions of the external hard drive are recognized, and it's at 2.0 speed. It's great! But I don't understand the reason. For the same file, copying it to a USB flash drive doesn't work, but GHOST can do it. The attachment is too large to upload. I really want everyone to help analyze it!
|
|
2005-11-14 09:21 |
|
|
951888
新手上路

积分 18
发帖 7
注册 2005-11-12
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
今天用Total commander比较一下,说完全一样!
真是郁闷!!
Today I compared with Total commander today and it said they are exactly the same! Really depressed!!
|
|
2005-11-14 13:44 |
|
|
951888
新手上路

积分 18
发帖 7
注册 2005-11-12
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
今天中午又进行试验,发现只要在XP系统,U盘启动盘及移动硬盘不拨出,然后重启,由U盘启动盘引导进入DOS,此时都可以加载USB2.0驱动USBMASS。EXE成功。然后又发现,在DOS下,也只有接着重启时才可以加载成功。无论在DOS、XP下,关机、拨出U盘启动盘或者移动硬盘后再启动进入DOS都不能成功,也就是说只有在U盘启动盘及移动硬盘不断电源的情况下从XP重启才能成功。能成功加载驱动,说明驱动和U盘启动盘及移动硬盘都是没问题的,但这是怎么回事呢?应该怎么做才能随时加载成功呢?请各位高手指点指点,无限感谢!
This afternoon, another test was carried out. It was found that as long as in the XP system, the USB flash drive boot disk and the mobile hard disk are not unplugged, and then restart, and boot into DOS from the USB flash drive boot disk, at this time, the USB2.0 driver USBMASS.EXE can be successfully loaded. Then it was also found that in DOS, it can only be successfully loaded when restarting next. No matter in DOS or XP, after shutting down, unplugging the USB flash drive boot disk or the mobile hard disk and then booting into DOS, it cannot be successful. That is to say, it can only be successful when restarting from XP without powering off the USB flash drive boot disk and the mobile hard disk. The successful loading of the driver indicates that the driver, the USB flash drive boot disk and the mobile hard disk are all okay, but why is this the case? What should be done to load it successfully at any time? Please give your guidance, thanks a lot!
|
|
2005-11-14 16:09 |
|
|
JonePeng
金牌会员
      D◎$ Fαп
积分 4562
发帖 1883
注册 2004-1-19 来自 广东广州
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
我想大概是DOS启动盘里面的USB驱动程序在加载时会自动检测是否存在USB设备,有则加载USBMASS.exe,所以在USB设备不拔出、不断电情况下驱动程序检测到它们的存在,于是加载驱动成功。
I think it's probably that the USB driver in the DOS boot disk automatically detects whether there are USB devices when loading. If there are, it loads USBMASS.exe. So when the USB device is not unplugged and not powered off, the driver detects their presence, and then the driver is loaded successfully.
|

----====≡≡≡≡ 我的至爱,永远是MSDOS!≡≡≡≡====----
|
|
2005-11-14 19:29 |
|
|
kevinhbwh
新手上路

积分 16
发帖 6
注册 2005-11-4
状态 离线
|
『第 5 楼』:
使用 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也不行,有那位朋友有好的办法,谢谢赐教
Last edited by kevinhbwh on 2005-11-14 at 21:47 ]
I'm a new member of your forum. Usbmass is really a great thing, it almost completely drives all my USB devices. 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 out that the default interrupt number was different from the interrupt of the USB 2.0 port of my motherboard. After adding the parameter /pi:xx, it was solved. The speed was very cool, but it was 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 could reach 5.5M/second. But I don't recommend using USB flash drives in such a format because if you use such a format of USB flash drive 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), 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 flash drive and plug in other USB devices, and then it can be driven.
4. Since 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 fully booted, and then plug them in when you want to use them. Otherwise, the same device will have 2 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.
Last edited by kevinhbwh on 2005-11-14 at 21:47 ]
|
|
2005-11-14 21:45 |
|
|
store88
中级用户
  
积分 416
发帖 125
注册 2005-6-9
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
我觉得dos下的usb驱动不好的
启动要很久的
I think the USB driver under DOS is not good. It takes a long time to start.
|
|
2005-11-14 22:24 |
|
|
951888
新手上路

积分 18
发帖 7
注册 2005-11-12
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
谢谢3楼的详细说明,中午再试试看。
Thanks for the detailed explanation from the 3rd floor. I'll try it again at noon.
|
|
2005-11-15 09:29 |
|
|
gongchengxi
初级用户
 
积分 40
发帖 20
注册 2005-11-16
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
谢谢,我的移动硬盘加载成功了,但没认为外置光驱
Thanks, my external hard drive is successfully loaded, but there is no external CD drive recognized
|
|
2005-11-17 13:13 |
|
|
wangguoyin
新手上路

积分 12
发帖 6
注册 2005-11-18
状态 离线
|
|
2005-11-18 11:51 |
|
|
951888
新手上路

积分 18
发帖 7
注册 2005-11-12
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
只有在XP系统移动硬盘不拨出,然后重启,此时才可以加载USB2.0驱动USBMASS。EXE成功。无论在DOS、XP下,关机、拨出U盘启动盘或者移动硬盘后再启动进入DOS都不能成功,也就是说只有在移动硬盘不断电源的情况下从XP重启才能成功。到底是什么是原因呢?
伤心啊,竟然没有高手愿意帮忙解决!
Only when the mobile hard disk in the XP system is not unplugged and then restarted, can the USB2.0 driver USBMASS.EXE be successfully loaded at this time. Whether in DOS or XP, after shutting down, unplugging the U disk boot disk or mobile hard disk and then starting into DOS cannot succeed, that is to say, it can only succeed when restarting from XP without powering off the mobile hard disk. What is the reason exactly?
Sad! Actually, no expert is willing to help solve it!
|
|
2005-11-18 23:07 |
|
|
franklin2k
初级用户
 
积分 100
发帖 24
注册 2005-11-19
状态 离线
|
『第 11 楼』:
哪里有usbmass。exe下载?
使用 LLM 解释/回答一下
请问哪里有usbmass。exe下载?
Where can I download usbmass.exe?
|
|
2005-11-19 20:26 |
|
|
kevinhbwh
新手上路

积分 16
发帖 6
注册 2005-11-4
状态 离线
|
『第 12 楼』:
使用 LLM 解释/回答一下
看看你的移动硬盘跳线,设成Cable select试试
Check the jumper settings of your external hard drive, try setting it to Cable select.
|
|
2005-11-19 21:44 |
|
|
lyingang
初级用户
 
积分 49
发帖 25
注册 2005-11-19
状态 离线
|
『第 13 楼』:
使用 LLM 解释/回答一下
学习使用,有ghost需要恢复,但是没有经验,只好拆机子进行复制,然后再操作!
Learning to use, there is a ghost to restore, but there is no experience, so I have to disassemble the computer to copy, and then operate!
|
|
2005-11-20 11:29 |
|
|
wazhy
新手上路

积分 6
发帖 3
注册 2006-9-30
状态 离线
|
『第 14 楼』:
使用 LLM 解释/回答一下
5楼的介绍的挺好,谢谢
The introduction on the 5th floor is quite good, thank you.
|
|
2006-10-19 22:39 |
|
|
newmore
新手上路

积分 18
发帖 8
注册 2007-4-26
状态 离线
|
|
2007-4-26 04:29 |
|