So why did I even want to do this? Because the front panel of my PC has a 3 1/2" drive hole and I wanted to populate it.

Fine, real reason is because I have a few legacy machine lying around and having a floppy drive accessible is nice to have.

How does it work? Well I have a Floppy to USB adapter inside my rig, and since my motherboard has an unused set of USB 2 headers, I just plugged it into that.

Otherwise, it was just plug and play… almost.

Why the drive works as Plug and Play, linux mint pokes the USB to see if it’s still there, so I have a small script at boot that disables it for that internal header.

I am just socked that it works, and while it sucks that I need to be root to read the disks, I am just happy that the whole setup works at all.

  • @[email protected]
    link
    fedilink
    English
    24 hours ago

    Tbh not the worst thing to use as a secondary backup cold wallet, so long as you’re careful where you store it.

    • @[email protected]OP
      link
      fedilink
      78 hours ago

      The drive has been making noises since yesterday and it’s still not loading. I’d say I’d get back to you, but I don’t think it’ll load.

  • @Takeshidude
    link
    58 hours ago

    don’t leave us hanging, what’s in those .txts?

    • @Hawke
      link
      37 hours ago

      Most real floppy drives are on their own port. They show up as /dev/fd0

    • @[email protected]OP
      link
      fedilink
      16 hours ago

      As I said above

      I have a Floppy to USB adapter inside my rig, and since my motherboard has an unused set of USB 2 headers, I just plugged it into that.

      So 1 adapter and 1 usb header, and it reads it as a USB Floppy, which I believe Linux has drivers for.

      The device is shown as /dev/sdd (sda is 1TB SSD, sdb is hdd#1, and sdc is hdd#2)