104
I got an (almost) internal Floppy Drive working on my Mint Desktop
(programming.dev)
A community for everything relating to the linux operating system
Also check out !linux_memes@programming.dev
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
how does Linux handle "real" floppy drives (via the ISA bus)?
Most real floppy drives are on their own port. They show up as /dev/fd0
As I said above
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)