USB drive for FreeDOS boot in industrial application - will all drive types work?

0

I have a small form-factor Intel Atom-based PC to replace a PC in an industrial panel. I have it running the original application on FreeDOS, booting and running from a USB memory stick, and all is well. I now want to purchase a hard drive to replace the USB stick with a view to improved reliability. The application logs events and batch reports to hard drive at a rate of about 2MB per year - not much.

Will any USB drive work or so some require their drivers to be installed first (which wouldn't be possible if the driver is on the boot disk)?

Any other things to be aware of? And am I right not to trust the USB memory stick?

Transistor

Posted 2015-10-25T20:31:11.960

Reputation: 160

That entirely depends on the partition schema of the drivers. FreeDOS has very specific limitations when it comes to that. Will ANY drive work, absolutely not, unless its a formatted as FAT32 – Ramhound – 2015-10-26T11:13:07.053

Point taken and easily fixed on a new drive. My question is will any drive be USB bootable or could I find myself with a USB drive that can only be read when mounted by an OS booted from another device? – Transistor – 2015-10-26T12:39:09.557

Are you asking if FreeDOS will mount any USB device or will any USB device support being ran from any USB Device. I know in a very short amount of time Intel won't support the act of booting USB 2.0 devices. – Ramhound – 2015-10-26T12:59:02.037

@Ramhound, I'm asking the second question. If my Intel Atom is booting a USB 2.0 memory stick then will it be able to boot from ANY USB hard drive? – Transistor – 2015-10-26T13:49:29.870

USB stands for universal serial bus. USB itself is a standard which means all storage devices are suppose to work identically. Your system supports booting to USB 2.0 storage devices. This means it will boot any USB 2.0 storage device. – Ramhound – 2015-10-26T14:19:05.690

@Ramhound, so why do some devices seem to install a driver when plugged in to XP, Win7, etc.? i.e., Will the BIOS always be able to read? Any problems with USB 3.0? – Transistor – 2015-10-26T15:44:26.653

Booting to USB 3.0 is hardware specific. – Ramhound – 2015-10-26T15:51:59.837

No answers