Click to See Complete Forum and Search --> : Boot from Floppy and see USB thumbdrive


Poverty
July 14th, 2004, 01:31 PM
Can anyone tell me if it's possible to boot DOS from a floppy and have autoexec.bat assign a drive letter to my USB thumb drive?

I'd need to know how to set up both the config.sys and autoexec.bat files.

So far I have the system finding the USB thumb drive using USBASPI.SYS, but what I think I'm looking for is a USB equivalent to the MSCDEX.EXE file to assign the drive letter.

Please Help.

Poverty struck.

NooNoo
July 14th, 2004, 06:40 PM
Welcome to Windrivers poverty

a good deal of info here (http://www.bootdisk.com/usb.htm) should put you on the right track.

Poverty
July 15th, 2004, 05:59 AM
I already looked there, but all these examples are for a USB CD, and all use MSCDEX or some other file meant for a CDROM. MSCDEX is the file that assigns the drive letter to the CD. What I'm looking for is something that will assign a drive letter to the USB thumbdrive.

NooNoo
July 15th, 2004, 06:34 AM
I believe the bios has to support booting from a usb device (http://www.memorykeytools.com/) But you want to boot from floppy and assign a drive letter that way.

you got as far as others did (http://forums.windrivers.com/showthread.php?t=50037)


darkhorse is back! (http://www.stefan2000.com/darkehorse/PC/DOS/Drivers/USB/) with a new section - have a look at the cypress mass storage driver.

Poverty
July 15th, 2004, 03:08 PM
I've tried DUSE. Here are the results:

Starting.......

ASPI Manager for USB mas-storage Version 2.06
(C)Copyright Panasonic Communications Co., Ltd. 2000-2003

ID:0 LUN:0 = USB Flash Disk 1.12

DUSE version 4.4 Build 110 Release (General)
DOS USB Stack Driver with USB Storage Extentions
Copyright Cypress Semiconductor, 2000-2002

UHCI USB Controller Initialized (I/O 0x600, IRQ 11)

USB CD-ROM support enabled
CD-ROM : <Not Installed>

USB Drive support enabled
Drive D : <Not Installed>

---------------------------------
Config.sys

device=a:\himem.sys
devicehigh=a:\emm386.exe
device=a:\usbaspi.sys
dos=high,umb

--------------------------------
Autoexec.bat

@echo off
duseldr a:\duse.exe drives=1


Does anyone know what I need to do to "install" the USB Flash Disk on Drive D: as a device?

Has anyone else been able to load and read a USB thumbdrive from DOS?

Please help,
Poverty

Poverty
July 16th, 2004, 06:23 AM
With help from another chat conference, I finally did it.

My config.sys looks like:

device=a:\himem.sys
devicehigh=a:\emm386.exe
Device=a:\usbaspi.sys
devicehigh=di1000dd.sys
dos=high,umb

Nothing of any consequence in the Autoexec.bat.

And DOS sees my 512MB thumb drive and assigns it a drive letter.


Poverty

NooNoo
July 16th, 2004, 07:42 AM
:cool: