UltraBay II Floppy Drive
UltraBay II Floppy driveThis is the 3.5" floppy drive for the UltraBay II slot. The drive has [[Floppy Connector#21_mm_drive|21 mm external FDD connector port], freeing the UltraBay for use of another device at the same time. Read Floppy Connector for other compatible cables. Features
|
Part numbers
- Marketing PN: 12J0425
- FRU P/N: 12J0425
- ASM P/N: 83H6258
- Cable FRU PN: 12J0432
Linux Support
In case you have two floppy drives, or want to attach the floppy drive externally after boot, the floppy drivers hardware autodetection cannot be relied upon.
You can force the floppy driver to use both of them by adding the following line to /etc/modprobe.conf:
options floppy floppy=1,4,cmos
This gives you support for either external floppy or ultrabay floppy or both if you plug them in after boot time.
If at boot there is a floppy drive attached to the external port, this is fd0 and the ultrabay is fd1. Otherwise (no floppies attached at boot/floppy in ultrabay at boot), then ultrabay is fd0 and external port is fd1. An ACPI-aware floppy driver would have the ablility to stop the devices swapping around, but such a thing doesn't exist.