Jump to content

Apple 400K Drive: Difference between revisions

From RetroTechCollection
Fix image syntax to File:...
Rebuild from Guide to the Macintosh Family Hardware ch.9 + the Apple 400K Drive Service Source already hosted here but unused. Connector is DB-19 not DE-19. Sourced the SE-FDHD incompatibility to Apples own statement that the SWIM does not support single-sided drives, and documented the PWM host-generated motor-speed line that is the real reason. Added drive current requirements and the Mac Plus power budget, the DB-19 pinout and Apples six-screw take-apart. Deleted unsourced May 1984 date, U...
 
Line 4: Line 4:
| manufacturer = Apple Computer, Inc. (Sony mechanism)
| manufacturer = Apple Computer, Inc. (Sony mechanism)
| type = Floppy disk drive
| type = Floppy disk drive
| released = May 4, 1984
| interface = DB-19 external floppy port
| discontinued = 1986
| compatible = Macintosh 128K, 512K, 512Ke, Plus, SE (pre-FDHD)
| price = US$495
| interface = DE-19 floppy port
| compatible = Macintosh 128K, 512K, 512Ke, Plus
| dimensions = ~200 mm × 180 mm × 50 mm
| weight = ~900 g
| predecessor = None (first Mac external drive)
| successor = [[Apple Floppy Disk Drive|Macintosh 800K External Drive (M0131)]]
| successor = [[Apple Floppy Disk Drive|Macintosh 800K External Drive (M0131)]]
| model = M0130
| model = M0130
}}
}}
<templatestyles src="Template:StyledTable/styles.css" />
The '''Macintosh External Disk Drive''' (model M0130) is Apple's single-sided 400 KB external 3.5-inch floppy drive for the first Macintosh models. Apple describes it not as a separate design but as '''"a single-sided version of the Apple 800 KB drive"'''.<ref name="gmfh9">''Guide to the Macintosh Family Hardware'', second edition, Apple Computer, Inc. / Addison-Wesley, 1990 — hosted on this wiki as [[:File:Apple Guide to the Macintosh Family Hardware 2nd Edition 1990.pdf]]. Chapter 9, "Floppy Disk Interfaces": the description of the 400K drive as a single-sided version of the Apple 800K drive; Table 9-1, drive type against disk type, capacity, file system and encoding method; the GCR/NRZI and MFM encoding rules; Tables 9-2 and 9-6, which Macintosh models take which drive and how many internal and external drives each supports; the IWM and SWIM interface ICs, their C8M (7.8336 MHz) and C16M (15.6672 MHz) clocks, the maximum data rate of approximately 500 kbit/s and the effective GCR rate of approximately 375 kbit/s; Figure 9-3 and Tables 9-3 and 9-4, the 20-pin internal connector pinouts; Figure 9-4 and Table 9-5, the '''DB-19''' external connector pinout; the warning that all devices connected to a Macintosh Plus must not draw more than 600 mA at +12 V, 700 mA at +5 V and 10 mA at −12 V, that a single-sided floppy drive requires 500 mA at +12 V and 500 mA at +5 V and that an Apple 800K drive requires 600 mA at +12 V and 360 mA at +5 V; the PWM motor-speed-control line, used only by 400K single-sided drives and generated by a PAL on the Macintosh Plus and the BBU on the Macintosh SE from values in the disk-speed buffer in RAM, with the statement that the 800K drive controls its own motor speed and ignores the signal; the statement that '''the SWIM does not support the single-sided floppy disk drive'''; the statement that an external 800K drive may be connected to any model that supports an external FDHD drive; and the Hard Disk 20 pass-through arrangement, whose DB-19 pinout is identical to the computer's.</ref>


The '''Macintosh External Disk Drive''' (model M0130) was Apple's first external 3½-inch floppy drive, introduced alongside the original [[Macintosh 128K]] in January 1984. The single-sided 400 KB drive matched the internal drive of the original Macintosh and used Sony's newly standardized 3.5-inch format with Apple's proprietary GCR encoding.
== Format ==


== Background ==
{| class="wikitable styled-table" style="width:85%;"
|+'''Apple Table 9-1, the 400K line'''<ref name="gmfh9" />
! Disk type !! Capacity !! File system !! Encoding
|-
| 3.5-inch single sided || 400 KB || MFS || Apple GCR
|}


The Macintosh External Disk Drive was announced with the Macintosh on January 24, 1984, but did not ship until May 4, 1984—sixty days after Apple's promised delivery date. Bill Fernandez served as project manager for the drive's design and production.
Apple GCR uses NRZI encoding, in which a transition always occurs for a one in the data stream and no transition for a zero. Groups of three or more zeros would be hard to distinguish, so the disk drivers format data so that more than two adjacent zeros never occur: '''each group of three data bytes is formatted as four 8-bit patterns'''.<ref name="gmfh9" /> That four-for-three expansion is why the effective data rate is lower than the raw one — see below.


The Macintosh originally used Apple's ill-fated [[Twiggy drive]], but this was replaced with Sony's more reliable 3.5-inch mechanism before shipping. The external drive used the same Sony mechanism as the internal drive.
== The Speed Control Line: What Makes This Drive Different ==


== Design ==
'''This is the single most important technical fact about the 400K drive, and it explains nearly all of its compatibility limits.'''


=== Physical Construction ===
The 400K drive '''does not control its own motor speed'''. It requires a '''pulse-width-modulated (PWM) signal''' from the computer to do so. A general logic IC — a PAL in the [[Macintosh Plus]], the BBU in the [[Macintosh SE]] — generates that signal from values it reads out of the disk-speed buffer in RAM. By running the disk motor at slower speeds the computer can store more sectors in the tracks nearer the edge of the disk.<ref name="gmfh9" />
The M0130 features:
* Beige case matching original Macintosh
* Bulkier profile than later 800K drives
* Single DE-19 connector
* Auto-eject mechanism


=== Sony Mechanism ===
By contrast, '''the 800K drive controls its own motor speed and ignores the speed-control signal'''.<ref name="gmfh9" />
The 400K drive uses a single-sided Sony mechanism:
* Single read/write head (bottom side only)
* GCR (Group Coded Recording) variable-speed format
* 80 tracks
* 8-12 sectors per track (zoned)


== Format ==
Two consequences follow directly:
 
* On the Macintosh SE the speed-control signal is available '''only for the 400K external drive''', not for internal drives.<ref name="gmfh9" />
* '''The Macintosh II has no external floppy connector and no disk-speed control line at all''', so it cannot use this drive.<ref name="gmfh9" />
 
Apple adds a developer warning that is worth repeating because copy-protection schemes of the era ignored it: '''because some drives ignore the speed-control signal, applications should never depend on it.'''<ref name="gmfh9" />


The 400K format differs from industry-standard PC floppy formats:
== Compatibility ==


{| class="wikitable"
{| class="wikitable styled-table" style="width:80%;"
|-
|+'''Machines that use the 800K-family drives''' (Apple Table 9-2)<ref name="gmfh9" />
! Parameter !! Apple 400K !! PC 360K (5.25")
! Model !! Internal drives !! External drives
|-
| Encoding || GCR variable speed || MFM fixed speed
|-
|-
| Tracks || 80 || 40
| Macintosh Plus || 1 || 1
|-
|-
| Sectors/track || 8-12 (zoned) || 9 (fixed)
| Macintosh SE (before the FDHD change) || 1 or 2 || 1
|-
|-
| Capacity || 400 KB || 360 KB
| Macintosh II || 1 or 2 || '''0'''
|}
|}


'''Zoned CAV System:'''
On the Macintosh Plus and the SE the external connector will take '''an 800K drive, a single-sided 400K drive, or an Apple Hard Disk 20'''.<ref name="gmfh9" />
* 5 zones of 16 tracks each
* Inner zone: 8 sectors/track (slower)
* Outer zone: 12 sectors/track (faster)
* Disk speed varies by zone
 
This design maximizes capacity and improves reliability on inner tracks by reducing data density.


== File System ==
=== Why it stops working on later machines ===
The reason is stated plainly in Apple's own documentation: '''"The SWIM does not support the single-sided floppy disk drive."'''<ref name="gmfh9" />


400K disks use '''MFS''' (Macintosh File System):
The SWIM is the controller in the Macintosh SE FDHD and everything after it. So a 400K drive on an SE FDHD, SE/30, IIx, IIcx, IIci, IIfx or Portable will not work, and this is a designed-in limitation rather than a fault. Apple dates the SE change to '''September 1989''' in one place and describes machines made '''after August 1989''' as having the FDHD drive in another; FDHD machines are identified by the letters '''FDHD''' on the front.<ref name="gmfh9" />
* Flat file structure (no folders, just visual grouping)
* Limited to approximately 50 files per disk
* Superseded by HFS with the Macintosh Plus


While 400K disks can technically be formatted with HFS, they:
== Connector ==
* Cannot be booted from
* Are unreadable on 64K ROM Macs (128K/512K)


== Compatibility ==
The external connector is a '''DB-19''' — Apple's own designation.<ref name="gmfh9" />


=== External Drive Limitation ===
{| class="wikitable styled-table" style="width:75%;"
The original Macintosh supports only one external floppy drive, limiting total mounted disks to two.
|+'''DB-19 external floppy connector''' (Apple Table 9-5)<ref name="gmfh9" />
 
! Pin !! Signal !! Pin !! Signal
=== Systems ===
* Macintosh 128K — Native support
* Macintosh 512K — Native support 
* Macintosh 512Ke — Native support
* Macintosh Plus — Supported (reads 400K in 800K drive)
* Macintosh SE — Not compatible (SuperDrive controller issues)
 
The 400K external drive does ''not'' work with Macs equipped with the high-density SuperDrive controller (SE FDHD and later) due to electrical interface changes.
 
=== Daisy-Chaining ===
Apple's [[Hard Disk 20]] includes pass-through ports allowing the external floppy drive to be daisy-chained.
 
== Specifications ==
 
{| class="wikitable"
|-
! Parameter !! Value
|-
|-
| Model number || M0130
| 1–4 || GND || 12 || PH1 (state-control line)
|-
|-
| Capacity || 400 KB
| 5 || −12 V || 13 || PH2 (state-control line)
|-
|-
| Sides || Single-sided
| 6 || +5 V || 14 || PH3 (Register Write Strobe)
|-
|-
| Tracks || 80
| 7–8 || +12 V || 15 || /WRREQ (Write Data Request)
|-
|-
| Sectors || 8-12 per track (zoned)
| 9 || n.c. || 16 || SEL (state-control line)
|-
|-
| Encoding || GCR variable speed
| 10 || '''PWM''' (motor-speed control) || 17 || /ENBL.EXT (External Drive Enable)
|-
|-
| Rotation || 394-590 RPM (variable)
| 11 || PH0 (state-control line) || 18 || RD (Read Data)
|-
|-
| Interface || DE-19 floppy port
| || || 19 || WR (Write Data)
|-
| Case color || Beige
|-
| Mechanism || Sony single-sided
|-
| Price (1984) || US$495
|}
|}


== Copy Protection ==
'''Pin 10, PWM, is the line this drive depends on and the 800K drive ignores.'''<ref name="gmfh9" />


Copy protection on Macintosh software was less elaborate than on Apple II:
=== Current draw ===
* Mac drives offered less low-level control
Apple gives real numbers, which makes a power-related fault diagnosable:<ref name="gmfh9" />
* Apple did not publish Mac OS ROM source listings
* Mac OS disk access routines were more complex
* Disk access synchronized with mouse/keyboard operations


== Maintenance ==
* '''A Macintosh single-sided floppy disk drive requires 500 mA at +12 V and 500 mA at +5 V.'''
* An Apple 800K drive requires 600 mA at +12 V and 360 mA at +5 V.
* '''The combined load of all devices connected to a Macintosh Plus must not exceed 600 mA at +12 V, 700 mA at +5 V and 10 mA at −12 V.'''


=== Head Cleaning ===
Note what that means: a 400K external drive on a Macintosh Plus is already drawing 500 of the 600 mA available at +12 V. '''There is no headroom for anything else on that port.'''
Use a 3.5-inch head cleaning disk. The single head is on the bottom of the mechanism.


=== Eject Mechanism ===
=== Data rate ===
Early drives are prone to eject mechanism failure:
The IWM can send data to the drive at a maximum of approximately '''500 kbit/s'''. Because four bytes of GCR-encoded data correspond to three bytes in system RAM, '''the effective maximum is approximately 375 kbit/s'''. Actual throughput depends on seek time, RAM access and other system tasks.<ref name="gmfh9" />
* Symptoms: Disk won't eject
* Emergency: Insert paperclip into eject hole
* Common cause: Lubricant dried out, motor failure


=== Common Issues ===
=== Daisy-chaining ===
An Apple Hard Disk 20 plugs into the computer and the external floppy drive plugs into the DB-19 on the back of the Hard Disk 20; '''the pinout of that connector is identical to the computer's'''.<ref name="gmfh9" />


{| class="wikitable"
== Disassembly ==
|-
 
! Problem !! Cause !! Solution
Apple's procedure:<ref name="ss400">''Apple 400K Drive Service Source'', Apple Computer, Inc. — hosted on this wiki as [[:File:Apple 400k drive.pdf]]. Take Apart, "400K Mechanism": six screws in the bottom cover; lift the back of the cover about an inch and pull it out from the front bezel; lift the back of the metal drive housing while supporting the cable connector; remove the cable connector; remove the screw holding the grounding tab; remove the screw on the outside of the metal drive housing and slide the drive out. Plus an exploded view.</ref>
|-
 
| Won't read || Dirty head || Clean head
# Turn the drive over, bottom facing up. '''Remove the six screws''' from the bottom cover.
|-
# Lift the back of the cover about an inch and pull it out from the front bezel.
| Won't eject || Mechanism failure || Paperclip emergency eject
# Lift the back of the metal drive housing — '''supporting the cable connector''' as you do — and remove the drive from the bottom cover.
|-
# Remove the cable connector.
| Not recognized || SE FDHD or later Mac || Use on earlier Mac
# Remove the screw that holds the '''grounding tab''' in place.
|-
# Remove the screw on the outside of the metal drive housing and slide the drive out of the housing.
| Speed errors || Worn mechanism || Replace drive
 
|}
The grounding tab screw is the one people miss; the drive will not slide out with it fitted.
 
== Troubleshooting ==


== Historical Significance ==
=== Not recognised on a later Macintosh ===
Not a fault. The SWIM does not support single-sided drives.<ref name="gmfh9" /> Test the drive on a Macintosh Plus, an SE made before the FDHD change, or a 128K/512K.


The Macintosh External Disk Drive (with its internal counterpart) introduced Sony's 3.5-inch format to mainstream computing. The format became the industry standard, though Apple's GCR encoding differed from the MFM encoding adopted by IBM PC compatibles.
=== Speed errors, or reads fail on outer tracks ===
Consider the '''host''' as well as the drive. This drive's motor speed is generated by the computer through the PWM line on pin 10.<ref name="gmfh9" /> A fault in the PAL (Macintosh Plus) or BBU (Macintosh SE) that generates it, or a break in pin 10, produces disk errors that look exactly like a worn mechanism.


The 3.5-inch disk's rigid plastic shell and protective metal shutter were major improvements over the 5.25-inch format's flexible envelope design.
=== Will not read at all ===
Clean the head with a 3.5-inch head-cleaning disk. The single head is on the '''bottom''' of the mechanism — it is a single-sided drive.<ref name="gmfh9" />


== Collecting ==
=== Will not eject ===
Use the emergency eject hole before dismantling anything.


=== Identification ===
=== Intermittent or dead with other devices attached ===
* Model M0130 on label
Check the power budget above. A 400K drive takes 500 mA of the Macintosh Plus's 600 mA +12 V allowance on its own.<ref name="gmfh9" />
* Beige case (not Platinum)
* Bulkier than M0131 (800K drive)
* Single-sided mechanism


=== Condition Assessment ===
== What Is Not Documented ==
* '''Mint:''' Original box, functional, clean
* '''Excellent:''' Functional, minimal yellowing
* '''Good:''' Functional, cosmetic wear
* '''Fair:''' Partially functional
* '''Poor:''' Non-functional


=== Rarity ===
No Apple figures for this drive's release date, retail price, discontinuation date, dimensions, weight, rotation speed range or sector-per-zone layout could be traced to a source consulted here, and none are stated. In particular, the "5 zones of 16 tracks", "8–12 sectors per track" and "394–590 RPM" figures that circulate are not in Apple's own chapter, which says only that '''running the motor at slower speeds lets the computer store more sectors in the tracks nearer the edge of the disk'''.<ref name="gmfh9" /> The closely related [[Apple 3.5 Drive]] mechanism '''is''' specified by Apple, and those figures are on the [[Apple Floppy Disk Drive]] page.<ref name="ss35">''Apple 3.5 Drive Service Source'', Apple Computer, Inc. — hosted on this wiki as [[:File:Apple 3.5 drive.pdf]]. Specifications: disk diameter 3.5 in., 2 recording surfaces, 80 tracks per inch; seek time track-to-track 6 ms maximum, settle time 30 ms maximum, drive startup time 600 ms maximum; head position accuracy ±0.035 mm; formatted capacity 800K and unformatted 1,246K, with the note that disks should be certified double-sided media; the list of directly supported computers and the note that one additional drive can be daisy-chained on the Apple IIGS; operating temperature 40–122 °F (5–50 °C), storage ‒40 to 140 °F with no condensation, relative humidity 5–90%; electrical +12 V standby 10 µA, typical 120 mA, peak 600 mA during eject only for a 2-second maximum, and +5 V standby 10 mA, typical 360 mA; size 2.01 × 4.72 × 7.87 in. (51 × 120 × 200 mm) and weight 2.8 lb (1.3 kg). Troubleshooting symptom charts, including the yellow-versus-red logic-board-to-drive cable checks and the CXD1085A/CXD1085B daisy-chain gate-array revision.</ref>
Less common than 800K drives due to:
* Short production period (1984-1986)
* Limited compatibility with later Macs
* Many upgraded to 800K systems


== See Also ==
== See Also ==
* [[Macintosh 128K]]
* [[Apple Floppy Disk Drive]]
* [[Apple Floppy Disk Drive]]
* [[Apple SuperDrive]]
* [[Apple SuperDrive]]
* [[Disk II]]
* [[Macintosh 128K]]
* [[Apple UniDisk 3.5]]


== References ==
== References ==
* Wikipedia — Macintosh External Disk Drive
 
* Bill Fernandez Portfolio — Mac External Drive
<references />
* Folklore.org — Macintosh development stories
 
{{Navbox-AppleVintageAccessories|state=collapsed}}


[[Category:Apple Vintage Accessories]]
[[Category:Apple Vintage Accessories]]
{{Navbox-AppleVintageAccessories}}

Latest revision as of 19:20, 23 September 2026

Apple 400K Drive
Macintosh External Disk Drive (Model M0130)
Manufacturer Apple Computer, Inc. (Sony mechanism)
Type Floppy disk drive
Interface DB-19 external floppy port
Compatible Macintosh 128K, 512K, 512Ke, Plus, SE (pre-FDHD)
Successor Macintosh 800K External Drive (M0131)
Model M0130

The Macintosh External Disk Drive (model M0130) is Apple's single-sided 400 KB external 3.5-inch floppy drive for the first Macintosh models. Apple describes it not as a separate design but as "a single-sided version of the Apple 800 KB drive".[1]

Format

[edit | edit source]
Apple Table 9-1, the 400K line[1]
Disk type Capacity File system Encoding
3.5-inch single sided 400 KB MFS Apple GCR

Apple GCR uses NRZI encoding, in which a transition always occurs for a one in the data stream and no transition for a zero. Groups of three or more zeros would be hard to distinguish, so the disk drivers format data so that more than two adjacent zeros never occur: each group of three data bytes is formatted as four 8-bit patterns.[1] That four-for-three expansion is why the effective data rate is lower than the raw one — see below.

The Speed Control Line: What Makes This Drive Different

[edit | edit source]

This is the single most important technical fact about the 400K drive, and it explains nearly all of its compatibility limits.

The 400K drive does not control its own motor speed. It requires a pulse-width-modulated (PWM) signal from the computer to do so. A general logic IC — a PAL in the Macintosh Plus, the BBU in the Macintosh SE — generates that signal from values it reads out of the disk-speed buffer in RAM. By running the disk motor at slower speeds the computer can store more sectors in the tracks nearer the edge of the disk.[1]

By contrast, the 800K drive controls its own motor speed and ignores the speed-control signal.[1]

Two consequences follow directly:

  • On the Macintosh SE the speed-control signal is available only for the 400K external drive, not for internal drives.[1]
  • The Macintosh II has no external floppy connector and no disk-speed control line at all, so it cannot use this drive.[1]

Apple adds a developer warning that is worth repeating because copy-protection schemes of the era ignored it: because some drives ignore the speed-control signal, applications should never depend on it.[1]

Compatibility

[edit | edit source]
Machines that use the 800K-family drives (Apple Table 9-2)[1]
Model Internal drives External drives
Macintosh Plus 1 1
Macintosh SE (before the FDHD change) 1 or 2 1
Macintosh II 1 or 2 0

On the Macintosh Plus and the SE the external connector will take an 800K drive, a single-sided 400K drive, or an Apple Hard Disk 20.[1]

Why it stops working on later machines

[edit | edit source]

The reason is stated plainly in Apple's own documentation: "The SWIM does not support the single-sided floppy disk drive."[1]

The SWIM is the controller in the Macintosh SE FDHD and everything after it. So a 400K drive on an SE FDHD, SE/30, IIx, IIcx, IIci, IIfx or Portable will not work, and this is a designed-in limitation rather than a fault. Apple dates the SE change to September 1989 in one place and describes machines made after August 1989 as having the FDHD drive in another; FDHD machines are identified by the letters FDHD on the front.[1]

Connector

[edit | edit source]

The external connector is a DB-19 — Apple's own designation.[1]

DB-19 external floppy connector (Apple Table 9-5)[1]
Pin Signal Pin Signal
1–4 GND 12 PH1 (state-control line)
5 −12 V 13 PH2 (state-control line)
6 +5 V 14 PH3 (Register Write Strobe)
7–8 +12 V 15 /WRREQ (Write Data Request)
9 n.c. 16 SEL (state-control line)
10 PWM (motor-speed control) 17 /ENBL.EXT (External Drive Enable)
11 PH0 (state-control line) 18 RD (Read Data)
19 WR (Write Data)

Pin 10, PWM, is the line this drive depends on and the 800K drive ignores.[1]

Current draw

[edit | edit source]

Apple gives real numbers, which makes a power-related fault diagnosable:[1]

  • A Macintosh single-sided floppy disk drive requires 500 mA at +12 V and 500 mA at +5 V.
  • An Apple 800K drive requires 600 mA at +12 V and 360 mA at +5 V.
  • The combined load of all devices connected to a Macintosh Plus must not exceed 600 mA at +12 V, 700 mA at +5 V and 10 mA at −12 V.

Note what that means: a 400K external drive on a Macintosh Plus is already drawing 500 of the 600 mA available at +12 V. There is no headroom for anything else on that port.

Data rate

[edit | edit source]

The IWM can send data to the drive at a maximum of approximately 500 kbit/s. Because four bytes of GCR-encoded data correspond to three bytes in system RAM, the effective maximum is approximately 375 kbit/s. Actual throughput depends on seek time, RAM access and other system tasks.[1]

Daisy-chaining

[edit | edit source]

An Apple Hard Disk 20 plugs into the computer and the external floppy drive plugs into the DB-19 on the back of the Hard Disk 20; the pinout of that connector is identical to the computer's.[1]

Disassembly

[edit | edit source]

Apple's procedure:[2]

  1. Turn the drive over, bottom facing up. Remove the six screws from the bottom cover.
  2. Lift the back of the cover about an inch and pull it out from the front bezel.
  3. Lift the back of the metal drive housing — supporting the cable connector as you do — and remove the drive from the bottom cover.
  4. Remove the cable connector.
  5. Remove the screw that holds the grounding tab in place.
  6. Remove the screw on the outside of the metal drive housing and slide the drive out of the housing.

The grounding tab screw is the one people miss; the drive will not slide out with it fitted.

Troubleshooting

[edit | edit source]

Not recognised on a later Macintosh

[edit | edit source]

Not a fault. The SWIM does not support single-sided drives.[1] Test the drive on a Macintosh Plus, an SE made before the FDHD change, or a 128K/512K.

Speed errors, or reads fail on outer tracks

[edit | edit source]

Consider the host as well as the drive. This drive's motor speed is generated by the computer through the PWM line on pin 10.[1] A fault in the PAL (Macintosh Plus) or BBU (Macintosh SE) that generates it, or a break in pin 10, produces disk errors that look exactly like a worn mechanism.

Will not read at all

[edit | edit source]

Clean the head with a 3.5-inch head-cleaning disk. The single head is on the bottom of the mechanism — it is a single-sided drive.[1]

Will not eject

[edit | edit source]

Use the emergency eject hole before dismantling anything.

Intermittent or dead with other devices attached

[edit | edit source]

Check the power budget above. A 400K drive takes 500 mA of the Macintosh Plus's 600 mA +12 V allowance on its own.[1]

What Is Not Documented

[edit | edit source]

No Apple figures for this drive's release date, retail price, discontinuation date, dimensions, weight, rotation speed range or sector-per-zone layout could be traced to a source consulted here, and none are stated. In particular, the "5 zones of 16 tracks", "8–12 sectors per track" and "394–590 RPM" figures that circulate are not in Apple's own chapter, which says only that running the motor at slower speeds lets the computer store more sectors in the tracks nearer the edge of the disk.[1] The closely related Apple 3.5 Drive mechanism is specified by Apple, and those figures are on the Apple Floppy Disk Drive page.[3]

See Also

[edit | edit source]

References

[edit | edit source]
  1. 1.00 1.01 1.02 1.03 1.04 1.05 1.06 1.07 1.08 1.09 1.10 1.11 1.12 1.13 1.14 1.15 1.16 1.17 1.18 1.19 1.20 1.21 1.22 Guide to the Macintosh Family Hardware, second edition, Apple Computer, Inc. / Addison-Wesley, 1990 — hosted on this wiki as File:Apple Guide to the Macintosh Family Hardware 2nd Edition 1990.pdf. Chapter 9, "Floppy Disk Interfaces": the description of the 400K drive as a single-sided version of the Apple 800K drive; Table 9-1, drive type against disk type, capacity, file system and encoding method; the GCR/NRZI and MFM encoding rules; Tables 9-2 and 9-6, which Macintosh models take which drive and how many internal and external drives each supports; the IWM and SWIM interface ICs, their C8M (7.8336 MHz) and C16M (15.6672 MHz) clocks, the maximum data rate of approximately 500 kbit/s and the effective GCR rate of approximately 375 kbit/s; Figure 9-3 and Tables 9-3 and 9-4, the 20-pin internal connector pinouts; Figure 9-4 and Table 9-5, the DB-19 external connector pinout; the warning that all devices connected to a Macintosh Plus must not draw more than 600 mA at +12 V, 700 mA at +5 V and 10 mA at −12 V, that a single-sided floppy drive requires 500 mA at +12 V and 500 mA at +5 V and that an Apple 800K drive requires 600 mA at +12 V and 360 mA at +5 V; the PWM motor-speed-control line, used only by 400K single-sided drives and generated by a PAL on the Macintosh Plus and the BBU on the Macintosh SE from values in the disk-speed buffer in RAM, with the statement that the 800K drive controls its own motor speed and ignores the signal; the statement that the SWIM does not support the single-sided floppy disk drive; the statement that an external 800K drive may be connected to any model that supports an external FDHD drive; and the Hard Disk 20 pass-through arrangement, whose DB-19 pinout is identical to the computer's.
  2. Apple 400K Drive Service Source, Apple Computer, Inc. — hosted on this wiki as File:Apple 400k drive.pdf. Take Apart, "400K Mechanism": six screws in the bottom cover; lift the back of the cover about an inch and pull it out from the front bezel; lift the back of the metal drive housing while supporting the cable connector; remove the cable connector; remove the screw holding the grounding tab; remove the screw on the outside of the metal drive housing and slide the drive out. Plus an exploded view.
  3. Apple 3.5 Drive Service Source, Apple Computer, Inc. — hosted on this wiki as File:Apple 3.5 drive.pdf. Specifications: disk diameter 3.5 in., 2 recording surfaces, 80 tracks per inch; seek time track-to-track 6 ms maximum, settle time 30 ms maximum, drive startup time 600 ms maximum; head position accuracy ±0.035 mm; formatted capacity 800K and unformatted 1,246K, with the note that disks should be certified double-sided media; the list of directly supported computers and the note that one additional drive can be daisy-chained on the Apple IIGS; operating temperature 40–122 °F (5–50 °C), storage ‒40 to 140 °F with no condensation, relative humidity 5–90%; electrical +12 V standby 10 µA, typical 120 mA, peak 600 mA during eject only for a 2-second maximum, and +5 V standby 10 mA, typical 360 mA; size 2.01 × 4.72 × 7.87 in. (51 × 120 × 200 mm) and weight 2.8 lb (1.3 kg). Troubleshooting symptom charts, including the yellow-versus-red logic-board-to-drive cable checks and the CXD1085A/CXD1085B daisy-chain gate-array revision.