Difference between revisions of "UltraBay II Floppy Drive"

From ThinkWiki
Jump to: navigation, search
(fix my typo)
(added more information)
Line 3: Line 3:
 
|style="vertical-align:top" |
 
|style="vertical-align:top" |
 
<div style="margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;">
 
<div style="margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;">
=== UltraBay II Floppy drive ===
+
=== UltraBay II Floppy Drive ===
This is the 3.5" floppy drive for the UltraBay II slot.
+
This is a floppy disk drive that slides into an UltraBay II.
 
 
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 ===
*supports 3.5-inch high density 1440 Kio
+
* Read/Write capabilities:
* additional connector for external attachment
+
** 3.5-inch 1.44MB High Density
 
+
** 3.5-inch 1.25MB Japanese Density
 +
** 3.5-inch 720KB Double Density
 +
* Activity LED
 +
* [[Floppy Connector#21_mm_drive|Floppy Connector port (21 mm)]]{{footnote|1}}
 +
{{footnotes|
 +
#This requires a cable (12J0432) to be able to be used externally.
 +
}}
 
</div>
 
</div>
 
|style="vertical-align:top" |
 
|style="vertical-align:top" |
 
|}
 
|}
 
 
=== Part numbers ===
 
=== Part numbers ===
*Marketing PN: 12J0425
+
==== TEAC FD-05U ====
*FRU P/N: 12J0425
+
* 83H6258, 12J0425
*ASM P/N: 83H6258
+
==== Sony MPF72U-1 ====
*Cable FRU PN: 12J0432
+
* 20L1930, 12J0425
  
=== Linux Support ===
+
=== 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.<br />
+
In the case that you have two FDDs, or want to attach the FDD externally after the booting process; be aware that the floppy drivers' hardware auto-detection cannot be relied upon. However, 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 will give you support for either external FDD, or UltraBay II FDD, or both if you plug them in after the booting process.
 
 
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 ===
+
If there is a FDD attached to the external port during the boot process, it will be identified as {{path|/dev/fd0}} and the FDD in the UltraBay II will be identified as {{path|/dev/fd1}}. Otherwise (assuming no FDDs are externally attached during boot or FDD in UltraBay II during boot), the UltraBay II FDD would be assigned as {{path|/dev/fd0}} and external port would be assigned as {{path|/dev/fd1}}. An ACPI-aware floppy driver would have the ability to stop the devices from swapping around, but such a thing doesn't exist yet.
*ThinkPad {{770}}, {{770E}}, {{770ED}}, {{770X}}, {{770Z}}
 
*[[SelectaDock III]]
 
  
 +
== Models supporting this accessory ==
 +
* {{770}}, {{770E}}, {{770ED}}, {{770X}}, {{770Z}}
 +
* {{SelectaDock III}}
  
 
[[Category:Components]]
 
[[Category:Components]]

Revision as of 12:51, 24 March 2020

UltraBay II Floppy Drive

This is a floppy disk drive that slides into an UltraBay II.

Features

  • Read/Write capabilities:
    • 3.5-inch 1.44MB High Density
    • 3.5-inch 1.25MB Japanese Density
    • 3.5-inch 720KB Double Density
  • Activity LED
  • Floppy Connector port (21 mm)1

FOOTNOTES [Δ]
  1. This requires a cable (12J0432) to be able to be used externally.

Part numbers

TEAC FD-05U

  • 83H6258, 12J0425

Sony MPF72U-1

  • 20L1930, 12J0425

Linux support

In the case that you have two FDDs, or want to attach the FDD externally after the booting process; be aware that the floppy drivers' hardware auto-detection cannot be relied upon. However, 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 will give you support for either external FDD, or UltraBay II FDD, or both if you plug them in after the booting process.

If there is a FDD attached to the external port during the boot process, it will be identified as /dev/fd0 and the FDD in the UltraBay II will be identified as /dev/fd1. Otherwise (assuming no FDDs are externally attached during boot or FDD in UltraBay II during boot), the UltraBay II FDD would be assigned as /dev/fd0 and external port would be assigned as /dev/fd1. An ACPI-aware floppy driver would have the ability to stop the devices from swapping around, but such a thing doesn't exist yet.

Models supporting this accessory