Recently I had the floppy drive in my PowerBook G3 Wallstreet die, so I found that I could swap in a drive from another PowerBook (from 1xx to 1400 era) and it will fit and work inside the module, and I thought it would be interesting to try putting a spare 2.88MB drive into a T2x/T3x/A3x UltraBay floppy drive
Is the floppy drive inside the UltraBay FD interchangeable?
-
danikayser84
- Freshman Member
- Posts: 115
- Joined: Thu Mar 20, 2014 8:55 pm
- Location: Albany, NY
Is the floppy drive inside the UltraBay FD interchangeable?
Like with the CD/DVD drives which use a standard IDE laptop optical drive, are the floppy drives inside the FD modules also interchangeable between like the 75x/76x, 600, T2x/T3x/A3x generations? They seem to use the same connector between the three (inside the caddy, not the UltraBay connector itself), but are they interchangeable? (are PC laptop floppy drives standardized to begin with?)
Recently I had the floppy drive in my PowerBook G3 Wallstreet die, so I found that I could swap in a drive from another PowerBook (from 1xx to 1400 era) and it will fit and work inside the module, and I thought it would be interesting to try putting a spare 2.88MB drive into a T2x/T3x/A3x UltraBay floppy drive
Recently I had the floppy drive in my PowerBook G3 Wallstreet die, so I found that I could swap in a drive from another PowerBook (from 1xx to 1400 era) and it will fit and work inside the module, and I thought it would be interesting to try putting a spare 2.88MB drive into a T2x/T3x/A3x UltraBay floppy drive
Current: W701 2544-W1C (Win7), T61 6460-DWU (Win7), T61 8892-01U (Win7), Semi-Retired: T43 2668-4DU (WinXP)
Museum/Retired: T60, Z60m, T42, T30, T23, A31, A31p, 600X, 600E, 570, 380ED, 380Z, 560E, 560Z, 760XD, 765D, 755CX, 755C
Apples: PowerBook 1400cs, G3 Wallstreet, G3 Pismo, MacBook 2008
Museum/Retired: T60, Z60m, T42, T30, T23, A31, A31p, 600X, 600E, 570, 380ED, 380Z, 560E, 560Z, 760XD, 765D, 755CX, 755C
Apples: PowerBook 1400cs, G3 Wallstreet, G3 Pismo, MacBook 2008
-
RealBlackStuff
- Admin
- Posts: 17485
- Joined: Mon Sep 18, 2006 5:17 am
- Location: Mt. Cobb, PA USA
- Contact:
Re: Is the floppy drive inside the UltraBay FD interchangeable?
I know that T2x and T3x can use the same floppy drives. (I have a few spares, if needed).
Never had an A3x or older machine to try them on.
Never had an A3x or older machine to try them on.
Lovely day for a Guinness! (The Real Black Stuff)
Check out The Boardroom for Parts, Mods and Other Services.
Check out The Boardroom for Parts, Mods and Other Services.
Re: Is the floppy drive inside the UltraBay FD interchangeable?
Pretty much, yes. They are different to Apple's drives. Most-all IBM-PC-compatible floppy drives are usually interchangeable; this truth follows for slimline formfactor. Here is a pinout, and here is a datasheet (TEAC FD-05HF-8830) of a typical representative 12.7mm-thick "slimline" or "micro" floppy drive. Its connector is 26-pin, 1mm pitch, 0.3mm thickness flexi-ribbon.danikayser84 wrote:are they interchangeable? (are PC laptop floppy drives standardized to begin with?)
-
danikayser84
- Freshman Member
- Posts: 115
- Joined: Thu Mar 20, 2014 8:55 pm
- Location: Albany, NY
Re: Is the floppy drive inside the UltraBay FD interchangeable?
Update: I tried the bare 755/760 2.88MB drive in a UltraBay 2000 caddy (T23 and A31) but it only was seen by both Windows 98SE and Windows XP as a 1.44MB drive so there must be a BIOS limitation
Also tried it on a 560Z (in a 600X UltraBay caddy and external bay) but still only sees it as a 1.44MB under Windows 95... so it seems like the latest machines that can use a 2.88MB floppy are the 760XD/XL and 765D/L
It was well worth experimenting though
It was well worth experimenting though
Current: W701 2544-W1C (Win7), T61 6460-DWU (Win7), T61 8892-01U (Win7), Semi-Retired: T43 2668-4DU (WinXP)
Museum/Retired: T60, Z60m, T42, T30, T23, A31, A31p, 600X, 600E, 570, 380ED, 380Z, 560E, 560Z, 760XD, 765D, 755CX, 755C
Apples: PowerBook 1400cs, G3 Wallstreet, G3 Pismo, MacBook 2008
Museum/Retired: T60, Z60m, T42, T30, T23, A31, A31p, 600X, 600E, 570, 380ED, 380Z, 560E, 560Z, 760XD, 765D, 755CX, 755C
Apples: PowerBook 1400cs, G3 Wallstreet, G3 Pismo, MacBook 2008
-
thinkpadcollection
- Senior Member

- Posts: 538
- Joined: Fri Oct 17, 2014 8:13 pm
- Location: kingston, ontario, Canada
Re: Is the floppy drive inside the UltraBay FD interchangeable?
Floppy drives themselves (not the controllers that drives them), heads are "driven" analog signals pulses.
Cheers, thinkpadcollection
Cheers, thinkpadcollection
Re: Is the floppy drive inside the UltraBay FD interchangeable?
I'd say it is, well worth experimenting, for fun. I have never seen 2880 Kio (ED) floppy stuff. I have merely read of them. It might be possible for O.S. to override/bypass BIOS/CMOS floppy drive description information. Then, you might get your ED drive to work in newer ThinkPads.
For Linux, it ought to be possible to specify floppy drive description at boot prompt. (fdutils documentation) (Another document to read, which is much shorter than that fdutils, is kernel Documentation text floppy.txt.) One could try 'floppy=0,6,cmos'.
For DOS, 'DRIVPARM can override the type of an existing drive'. 'The DRIVPARM command modifies the parameters of an existing physical drive.' One could try 'DRIVPARM=/D:0 /F:9'.
I asked Bingle, but did not get any information for Microsoft Windows. If I were in your shoes, then I would try asking on MSFN.
For Linux, it ought to be possible to specify floppy drive description at boot prompt. (fdutils documentation) (Another document to read, which is much shorter than that fdutils, is kernel Documentation text floppy.txt.) One could try 'floppy=0,6,cmos'.
For DOS, 'DRIVPARM can override the type of an existing drive'. 'The DRIVPARM command modifies the parameters of an existing physical drive.' One could try 'DRIVPARM=/D:0 /F:9'.
I asked Bingle, but did not get any information for Microsoft Windows. If I were in your shoes, then I would try asking on MSFN.
-
thinkpadcollection
- Senior Member

- Posts: 538
- Joined: Fri Oct 17, 2014 8:13 pm
- Location: kingston, ontario, Canada
Re: Is the floppy drive inside the UltraBay FD interchangeable?
The limitation is floppy controller chipset in part of motherboard components determines 2.88MB or 1.44MB support. Vast majority of the computers out there are 1.44MB/720K sectors format. To have 2.88MB to work different FD chipset needs to be used which is not possible, round up a computer with one and use it.
Cheers, thinkpadcollection
Cheers, thinkpadcollection
-
- Similar Topics
- Replies
- Views
- Last post
-
- 2 Replies
- 179 Views
-
Last post by karotlopj
Sun Jun 11, 2017 1:58 pm
-
-
WTB: External Floppy Drive for Thinkpad 365xd
by zakkzapp » Mon Jan 09, 2017 3:55 am » in Marketplace - Forum Members only - 0 Replies
- 246 Views
-
Last post by zakkzapp
Mon Jan 09, 2017 3:55 am
-
-
-
Fellow T43/p owners, looking for a new LCD? Come inside..
by Kaervak » Wed Dec 28, 2016 10:23 pm » in ThinkPad T4x Series - 6 Replies
- 1907 Views
-
Last post by wujstefan
Mon Jan 23, 2017 9:18 am
-
-
-
Another - very - little collection ! (Thumbnails inside)
by WarMachine » Thu Feb 16, 2017 2:22 pm » in Pictures of your ThinkPad & desk setup - 2 Replies
- 357 Views
-
Last post by WarMachine
Thu Feb 16, 2017 3:44 pm
-
Who is online
Users browsing this forum: No registered users and 2 guests



