Present a USB stick as Drive A: ?

Associate
Joined
4 Apr 2003
Posts
1,379
Location
Memory Resident.... well ok, so Bedford alright
Hiya - not posted here for years so tell me to s*d off if you like!

I have a piece of software that requires an A: drive to save to.

I would 'like' to use a USB stick to do this (speed/reliability over FDD)
I can find lots of guides on making a USB stick bootable, but NOT on making a USB drive present as a floppy and/or drive A:

any ideas?

many thanks in advance

agentsmith
 
insert memory stick

right click "my computer" > manage > disk management > right click on the usb drive and select change drive letter > select a:


Above is for windows XP and probably 2000
 
insert memory stick

right click "my computer" > manage > disk management > right click on the usb drive and select change drive letter > select a:


Above is for windows XP and probably 2000

only offers me drive letters E: thru Z:
 
insert memory stick

right click "my computer" > manage > disk management > right click on the usb drive and select change drive letter > select a:


Above is for windows XP and probably 2000

The console will not allow you to choose a letter currently in use. You would have to "free" the letter required from its current drive assignment first..

Also, As has been said, there is a bit more to it for the floppy drive.
 
I opted for hacking the registry:

HKEY_LOCAL_MACHINE\SYSTEM\MountedDevices

key is \DosDevices\F:

and simply renamed the key to \DosDevices\A:

this worked perfectly in explorer, but the specific software I mentioned previously fails to write to the disk complaining it may be full or contain the wrong type of files

The machines have no floppy drives, but I'll try some of your helpful suggestions when I'm back in the office.

many thanks

agentsmith
 
Back
Top Bottom