this post was submitted on 20 Sep 2024
101 points (100.0% liked)
Linux
5230 readers
202 users here now
A community for everything relating to the linux operating system
Also check out [email protected]
Original icon base courtesy of [email protected] and The GIMP
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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)