USB floppy disc?
Rick Murray (539) 13840 posts |
Hello! I have a USB floppy drive. Plugging it into a Beagle gives a SCSI Zip icon (how’s that for a geek mindscrew?) as expected, but it always reports that the drive is empty. Tried plugging in and then inserting a disc, plus inserting the disc and then plugging in. Info: Devinfo: ConfInfo: Interface 0.0 class 8.4:0 ’’ [sorry for no cut/paste, writing on PC copying from itty-bitty s-video preview window ;-) ] Is there a problem with the drive, or is this something currently ‘unsupported’? Best wishes, Rick. |
Jeffrey Lee (213) 6048 posts |
I suspect USB floppies are ‘unsupported’. It looks like some code exists for handling them in SCSISoftUSB, but I have no idea whether anyone’s put any effort into making sure it all works properly (probably not, since USB floppies are useless for reading FileCore formats). |
patric aristide (434) 418 posts |
Seem to remember Raik hooking up his USB floppy drive but I could be wrong (I usually am!) |
Rick Murray (539) 13840 posts |
I wrote a reply. Stupid forum told me I had to log in after I had already logged in and posted two messages (gee, can’t it set a cookie or something?). In the process, the reply was thrown away. Logging in took me away from here, and using the browser’s back refreshed this page and told me… I had to log in. Grrrr…! [not the first time this has happened either; you’d have thought there would be provision of some sort to not arbitrarily trash user data that is subsequently unrecoverable] My message… um… it’s 7am, bedtime, I don’t remember all of it, the only point worth repeating is to say it is sad that these USB floppies don’t run on some sort of hackable microcontroller, for the hardware (interface and disc drive both) can support a variety of non-DOS formats. It’s just the lump in the middle that is incapable. Also sad is that the lump does a number of functions involved with direct FDC interfacing (akin to the 1770, etc) so it isn’t quite feasible to say “sod it” at shove a fast Atmel chip in its place… ^A ^C, fingers crossed! |
Alex Gibson (528) 55 posts |
Hi Rick, so basically you’re saying that even if you write a driver for a standard slimline USB floppy, it would only work in dos format due to the firmware on its controller chip? Pity. It would still be great to get a R-pi driver for USB floppy though… |
Trevor Johnson (329) 1645 posts |
There was some related discussion on c.s.a.hardware last year (July 2011). I don’t know what Google have done with the reorganisation of “their” Groups lately, so I’m having difficulty pasting a URL, but the thread was titled “HxC Floppy Emulator”. HTH. |
Dave Higton (1515) 3525 posts |
Is anyone seriously going to make use of DOS-formatted floppy discs, on RISC OS, via a USB floppy drive? I thought use of floppy discs had pretty much died out, even in native formats. DOS floppies have died out to such an extent that new PCs have been supplied without floppy drives for several years. |
Ben Avison (25) 445 posts |
Well, it might be useful for someone who still has a working RISC OS 3.1 or earlier machine, at least one without a network interface or CD burner, who wants to transfer files to or from it… |
Alex Gibson (528) 55 posts |
I agree floppy is pretty much dead as a medium. Even as a software preservation tool or for retro gaming on Acorns, the dos-only USB devices are limited. But as Ben mentions the R-pi RISC OS release will get a lot of people digging old Arcs and their software from lofts. Like the retro products for the BBC it would be good to have tools ready to image their discs and preserve anything decent that’s out there. Current USB floppys help you transfer files from floppy-only Arc’s to PC’s and back with dos format floppys but don’t help if the Acorn computer is dead and someone wants to load an E-format floppy on their R.pi. |
Stuart (1718) 4 posts |
Slightly off topic but having got RISC OS on my RaspberryPi I started hunting for ways to transfer files from my PC. The USB Floppy doesn’t work as mentioned above but I did find that an old USB 100MB Zip drive does. Using a FAT16 formated 100MB ZIPdisc I now have a transfer route :-) All I need now is to find a way of reading the copious numbers of E-format discs I still have from my A310 days into the PC! |
Chris Hall (132) 3554 posts |
Surely a pen drive (up to 2Gbyte) is a useful transfer medium? |
Stuart (1718) 4 posts |
You are correct of course :-} |
patric aristide (434) 418 posts |
Another idea would be to use FTP. That’s how I transferred >1.44MB files from my A4000 to the BB. |
Rick Murray (539) 13840 posts |
Depends upon the vintage of the computer in question. My RiscPC has no USB, my desktop PCs don’t speak ADFS. In a solution similar to patric, I ran Samba on the RiscPC, logged into the share, and just draggy-droppied the files across to a USB pen drive (so yes, that came in useful too!). I was rather taken aback by how slow a 10mbit network link is. I mean, it was no big deal in the days when I used my RiscPC a lot as the files weren’t big. Now I’m used to shifting a 320MiB video file in a minute or two, it was quite jarring to see Windows’ famously inaccurate time estimation go up and up and up… and yes, it took a while. :-) |
Colin Ferris (399) 1814 posts |
Update A couple site of interest:- http://www.kryoflux.com/ |
Jon Abbott (1421) 2651 posts |
A kryoflux driver may be possible, as you have direct access to the floppy at flux level. You’d even be able to access all those original Arc floppies. Any regular USB (I believe) will only be able to read/write PC format floppies due to the Acorn disc geometry being incompatible. Even though I use a flux for JASPP archiving, up until you just mentioned it I’d never considered using it directly on the Pi as a floppy drive. Essentially you’d need a 1772FDC emulator driver and have it intercept ADFS in the same way ADFFS works. The stumbling block however is that I believe the KryoFlux’s low level API is closed source and they don’t have a lot of love for the Pi or the Archimedes. I drop them an email as one archive team to another and ask the question. |
Colin Ferris (399) 1814 posts |
The reply should be interesting. It seems the common USB floppy units sold use – the PC controller chip. A interesting note from one of the above sites – might explain why a USB floppy unit – when plugged into a RISC OS machine – gave a SCSI icon on the Icon Bar. What is the last OS update to the USB modules – or is it a softload? All USB devices, including USB floppy drives, are accessed indirectly (using SCSI-style commands encoded in USB datapackets) over the USB bus. USB floppy drives do not use any of the IO ports or FDC commands described in this article. |
Jeffrey Lee (213) 6048 posts |
It doesn’t matter what version you use, nobody’s implemented USB floppy support yet. There’s partial support for them in SCSISoftUSB (hence it the floppy showing up on the iconbar as SCSI/Zip drive), but it doesn’t work. |