• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

flash drives in dos

I wouldn't think so since most are USB based and unless there is a DOS driver for it I don't think its going to show. I could be wrong as I don't own one myself.
 
Depends on how they are connected. If you have a compactflash card connected to the IDE bus it should show up just fine. One of the old school SCSI or parallel readers may or may not work, depending on drivers. If you are referring to the basic USB connected flash drives, you are certainly out of luck with default configuration. If, however, you are feeling daring, try http://www.bootdisk.com/usb.htm or http://www.stefan2000.com/darkehorse/PC/DOS/Drivers/USB/ .
 
There is no native USB support in DOS except for whatever support your BIOS provides - usually just basic mouse/kbd functions. Some BIOSes have support for booting from a USB device but once the boot starts, the OS has to take over from there.
.bh.

:moon:
 
I think that if the BIOS is new enough, it can treat USB flash drives installed at boot time as BIOS-accessable (Int13h) fixed disk drives, which DOS can then access normally. That implies that they are non-removable during your DOS session though, and have to be partitioned, etc.

Some flash drives include utilities that allow them to change how they identify themselves to the system, as a USB removable/vs fixed storage device, etc.

There are also ASPI drivers for DOS for USB (generally used for external USB CD-ROM drives), and I *think* (not entirely certain), that they may support USB flash drives as well. In terms of being able to access/format them then, you would also need an ASPI-disk driver, and an ASPI-disk formatting utility.

I should really try experimenting more with this, I'm a bit curious myself. I've read that some people have been able to install and boot Win98se off of a USB flash drive even.
 
Back
Top