FC5025 USB 5.25” Floppy Controller
11–20 of 80 posts
Re: FC5025 USB 5.25” Floppy Controller
#12Isn't there an USB FDD standard? Why are they using a proprietary protocol instead of that?
It's different than a USB floppy disk drive, which is more like a weird integrated ATAPI device on a USB-ATAPI bridge
Re: FC5025 USB 5.25” Floppy Controller
#13Isn't there an USB FDD standard? Why are they using a proprietary protocol instead of that?
Re: FC5025 USB 5.25” Floppy Controller
#14AFAIK, the cables were identical in 3.5" and 5.25" drives. So this interface probably works for both. I swapped out a 5.25" drive on a BBC Micro for a modern 3.5" drive and even got it to work using HD media (the BBC used SD).
They were. The connectors at the end of the drives were different and that was all (adapters were common, probably still available) There's also scsi 3.5" drives out there. Some ThinkPads had them. In fact, those drives were 2.88MB, just like on the NeXT, the 1.44 was common but one of a large number of capacities in that form factor... If you do this, use dd, not cat. Why? dd has this noerror continue after read err…
Re: FC5025 USB 5.25” Floppy Controller
#15Isn't there an USB FDD standard? Why are they using a proprietary protocol instead of that?
This acts as a controller that attaches to a conventional PC floppy disk drive (which does not have internal controller electronics like a modern hard drive). It's different than a USB floppy disk drive, which is more like a weird integrated ATAPI device on a USB-ATAPI bridge
I'm speaking from experience with ZIP drives, including the internal ATAPI and IDE versions. Support for Linux was dropped a while ago, but you can load that in as a Kernel module. I still haven't gotten that to work.
Current Win10 install kinda works, but the best success I've had is with an old 32-bit installation of WinXP. Even then, doing the things you'd like to do with a floppy drive (reading reliably, reading when inserted, decoupling the unmount/eject ((as opposed to the old way Mac handled it))) mechanism is difficult. Also, some USB->ATAPI bridges simply don't work with ATAPI floppy devices.
If you've ever wanted to solve a problem that no one else has attempted (because no one cares, at all) there's a project for you.
Re: FC5025 USB 5.25” Floppy Controller
#16I see that it's been tested up to MacOS Sierra. I wonder if this could be used on Catalina. I've read online that even USB floppy drives are no longer supported in macOS. Which is disappointing.
Re: FC5025 USB 5.25” Floppy Controller
#17http://electronicstechnician.tpub.com/14091/css/The-5-25-Inc...
This page discusses a hardware modification that can be done to allow two TEAC-55GFR drives to work together, where one is loaded with an unflipped disk and supplies the required index signal to the other drive:
Re: FC5025 USB 5.25” Floppy Controller
#18Fluxengine (multi-format): http://cowlark.com/fluxengine/
Arduino-based : http://amiga.robsmithdev.co.uk/
USB meant specifically for Amiga floppies: https://github.com/jtsiomb/usbamigafloppy
DiskIO. IDE+Floppy for ECB bus: https://www.retrobrewcomputers.org/doku.php?id=boards:ecb:di...
xt-fdc. Floppy controller for ISA bus: https://www.retrobrewcomputers.org/doku.php?id=boards:isa:xt...
zfdcv1. Floppy controller for S100 bus: https://www.retrobrewcomputers.org/doku.php?id=boards:s100:z...
Re: FC5025 USB 5.25” Floppy Controller
#19Re: FC5025 USB 5.25” Floppy Controller
#20Isn't there an USB FDD standard? Why are they using a proprietary protocol instead of that?
Is grossly insufficient, unfortunately. It has minimal functionality.
There's a lot of floppy drive types and custom floppy formats to deal with.