bmc64 icon indicating copy to clipboard operation
bmc64 copied to clipboard

[FR] USB Floppy? More USB Device support?

Open CypherXG opened this issue 5 years ago • 10 comments

Is ist possible to add an support für USB Floppys. I have a Sony USB Floppy. but it is not regonized. This would be a nice feature and bring some Floppy Feeling back. Which USB devices are actually mounted? I have ordered a USB Notebook Sata CDRom adapter. I hope that it may be recognized.

CypherXG avatar Jan 16 '20 15:01 CypherXG

Did you tried to connect it before power on Raspberry? USB Thumbdrives works only when connected in this way, maybe same for USB Floppy drive?

lroby74 avatar Feb 01 '20 10:02 lroby74

Yes. like every usb device. Otherwise it would not be regonized.

CypherXG avatar Feb 03 '20 15:02 CypherXG

I'd have to check whether circle supports these. BMC64 only understands FAT32 file systems too. What's the file system format on your disk?

On Mon, Feb 3, 2020 at 10:25 AM Fizzy Bubbele [email protected] wrote:

Yes. like every usb device. Otherwise it would not be regonized.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/randyrossi/bmc64/issues/97?email_source=notifications&email_token=AAI3HKHCU2FIS4OQS5PPCP3RBAZOBA5CNFSM4KHWIRX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEKUHZBY#issuecomment-581467271, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAI3HKH3ABPPMQT57FZSMNTRBAZOBANCNFSM4KHWIRXQ .

-- Randy Rossi

C:(+1)416-605-5112 (Canada)

  • "There are only two things that are hard about computer science; Naming things, Cache Invalidation, and Off-by-one errors."

randyrossi avatar Feb 03 '20 15:02 randyrossi

Fat32 is not possible for a Floppy Disk. The other think is that the floppy drive is not initialized. Normally when i plugin the Drive it starts to rotate short and the led turns short on. But with the Pi...nothing. I don't know why. The Pi has enough power from the power supply. Next time i will try it with a SlimDVD USB Drive.

CypherXG avatar Feb 03 '20 15:02 CypherXG

So i testet it with a Slim DVD Adapter. Doen't work. Only a usb stick was regonized.

CypherXG avatar Feb 10 '20 03:02 CypherXG

So i testet it with a Slim DVD Adapter. Doen't work. Only a usb stick was regonized.

Because Slim DVD USB doesn't use FAT32

lroby74 avatar Feb 10 '20 07:02 lroby74

I know.

CypherXG avatar Feb 10 '20 14:02 CypherXG

If it helps at all, USB floppy drives show up as raw block devices on Linux and require a manually-added NEC USB floppy driver on Windows.

rhester72 avatar Feb 20 '20 21:02 rhester72

The ability to use a USB floppy drive as an emulated CMD FD-2000 high-density drive would be awesome.

studio8502 avatar Mar 17 '20 19:03 studio8502

Most USB floppy drives have a really hard time with 800 KB formats. The floppy drive that's still readily available will only read 1.44 MB FAT format and won't recognize anything else. This may not be something that's reasonable to support.

scruss avatar Jun 08 '20 13:06 scruss