Difference between revisions of "UltraslimBay Floppy Drive"
(added more FRUs) |
|||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
{| width="100%" | {| width="100%" | ||
− | |||
|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;"> | ||
− | === UltraslimBay Floppy Drive === | + | === UltraslimBay Floppy Drive (05K8874) === |
− | This is a | + | This is a floppy disk drive that slides into an UltraslimBay. |
− | |||
=== Features === | === Features === | ||
− | * 3.5 | + | * Read/Write capabilities: |
− | * | + | ** 3.5-inch 1.44MB High Density |
− | * externally | + | ** 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" | | |
|} | |} | ||
+ | === Part numbers === | ||
+ | ==== Sony MPF72S-1 ==== | ||
+ | * 05K8874 (20L1931) | ||
+ | ==== TEAC FD-05SLHG-00-U ==== | ||
+ | * 05K8874 (05K8804) | ||
− | === | + | === 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 {{path|/etc/modprobe.conf}}: | |
− | + | options floppy floppy=1,4,cmos | |
− | + | This will give you support for either external FDD, or UltraslimBay 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 {{path|/dev/fd0}} and the FDD in the UltraslimBay will be identified as {{path|/dev/fd1}}. Otherwise (assuming no FDDs are externally attached during boot or FDD in UltraslimBay during boot), the UltraslimBay 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. | |
− | |||
− | |||
− | |||
+ | == Models supporting this accessory == | ||
+ | * {{6 Series}} | ||
+ | * {{ThinkPad UltraBase}} | ||
+ | * [[Portable Drive Bay]] | ||
− | [[Category: | + | [[Category:Ultrabay Devices]] |
Latest revision as of 18:24, 12 October 2020
UltraslimBay Floppy Drive (05K8874)This is a floppy disk drive that slides into an UltraslimBay. Features
|
Part numbers
Sony MPF72S-1
- 05K8874 (20L1931)
TEAC FD-05SLHG-00-U
- 05K8874 (05K8804)
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 UltraslimBay 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 UltraslimBay will be identified as /dev/fd1. Otherwise (assuming no FDDs are externally attached during boot or FDD in UltraslimBay during boot), the UltraslimBay 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.