Difference between revisions of "UltraBay II Floppy Drive"

From ThinkWiki
Jump to: navigation, search
 
(fix my typo)
(8 intermediate revisions by 6 users not shown)
Line 5: Line 5:
 
=== UltraBay II Floppy drive ===
 
=== UltraBay II Floppy drive ===
 
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 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
* attachable to parallel port
+
* additional connector for external attachment
  
 
</div>
 
</div>
Line 14: Line 16:
 
|}
 
|}
  
=== IBM Partnumbers ===
+
=== Part numbers ===
 +
*Marketing PN: 12J0425
 +
*FRU P/N: 12J0425
 +
*ASM P/N: 83H6258
 +
*Cable FRU PN: 12J0432
  
 
=== Linux Support ===
 
=== Linux Support ===
In case you have two floppy drives, the floppy drivers hardware autodetection will only find one.<br />
+
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.<br />
 
You can force the floppy driver to use both of them by adding the following line to {{path|/etc/modprobe.conf}}:
 
You can force the floppy driver to use both of them by adding the following line to {{path|/etc/modprobe.conf}}:
 
  options floppy floppy=1,4,cmos
 
  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.
 
This gives you support for either external floppy or ultrabay floppy or both if you plug them in after boot time.
  
=== Also known (in IBM literature) as.... ===
+
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.
  
=== ThinkPad's supporting this drive ===
+
=== Supported with ===
 
*ThinkPad {{770}}, {{770E}}, {{770ED}}, {{770X}}, {{770Z}}
 
*ThinkPad {{770}}, {{770E}}, {{770ED}}, {{770X}}, {{770Z}}
 +
*[[SelectaDock III]]
  
  
 
[[Category:Components]]
 
[[Category:Components]]

Revision as of 07:44, 12 September 2015

UltraBay II Floppy drive

This is the 3.5" floppy drive for the UltraBay II slot.

The drive has 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

  • supports 3.5-inch high density 1440 Kio
  • additional connector for external attachment

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.

Supported with