Difference between revisions of "UltraBay II Floppy Drive"
(→Also known (in IBM literature) as....) |
(wikilink Floppy Connector, add ASM PN) |
||
Line 6: | Line 6: | ||
This is the 3.5" floppy drive for the UltraBay II slot. | This is the 3.5" floppy drive for the UltraBay II slot. | ||
− | The drive | + | 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 === | === Features === | ||
− | * 3.5 | + | *supports 3.5-inch high density 1440 Kio |
* additional connector for external attachment | * additional connector for external attachment | ||
Line 18: | Line 18: | ||
=== Part numbers === | === Part numbers === | ||
*Marketing PN: 12J0425 | *Marketing PN: 12J0425 | ||
− | *Cable PN: 12J0432 | + | *FRU P/N: 12J0425 |
+ | *ASM P/N: 83H6258 | ||
+ | *Cable FRU PN: 12J0432 | ||
=== Linux Support === | === Linux Support === |
Revision as of 06:44, 12 September 2015
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.