Home » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_35.ADF » F/+HARD2

F/+HARD2

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_35.ADF
Filename: F/+HARD2
Read OK:
File size: 1970 bytes
Load address: 2B204556
Exec address: 44524148
Duplicates

There is 1 duplicate copy of this file in the archive:

File contents
1. After power up the host computer sends a command block to the
controller telling it about the drive connected (this remains in use until
power is lost or the RESET line is pulled low) eg. WD1002.  The problem is
the host computer needs to know when to send the info to the controller
(problem with the BBC as controller reverts to power up default parameters
every time BREAK is pressed).

2. If the controller is microprocessor based then the default parameter
values are stored as part of the program in Eprom on the controller card. 
These default parameters can be edited so that they match your drive, eg.
DTC controllers.

3. Truly intelligent controllers are "told" about the drive when it is
formatted, and a special sector is written to the Winchester (on track
0/head 0) automatically containing drive parameter information.  On
subsequent power ups (or after BREAK is pressed on the BBC) the controller
reads the special sector to find out about the drive, eg. Adaptec ACB4000
and Xebec S1410a series controllers.

Interfacing to a host computer

Generally, to interface a controller to a host, a pair of 8 bit parallel
read ports and an 8 bit parallel latched write port are required with some
extra logic to handle the control signals (hand shaking etc.) - all data
into/out of the controller is negative logic, so for the majority of
machines, it has to be inverted.  The interface between a standard SASI
controller and a particular host computer is usually known as a "Host
Interface Adaptor" or "Winchester Host Adaptor", further sections of this
article describe host adaptors for various computers.

Once a host adaptor is implemented a power supply is required for the
drive and controller, typically a Winchester will require +5v at 1A and
+12v at 2.5A when running (peak of 4A at switch on), and the controller
will require around 3A at 5v, these supplies should be "computer grade",
ie. well regulated, probably from a switched mode power supply unit.

Software to "drive" a winchester varies greatly with the host in use, for
the BBC micro the routines required are already inside Acorn's ADFS ROM,
for a Z80 based CP/M machine a driver routine is required for the BIOS
(similar too for IBM PC type machines with MSDOS).  If you cannot find
software to handle a Winchester on your computer you will have to write
routines from scratch - the controller manuals usually give detailed flow
charts to make this easier...

Winchester disk systems  Buying hardware
Buying winchester disk drives/controllers/hardware

Drives

There is a reasonable supply of cheap drive units  available on the second
hand market, but prices and quality vary greatly.  Points of note:

1. All Winchesters (except the very large units with removable media) are
sealed in a clean room, most manufacturers put a seal across the top plate
- don't buy a drive that has the seals broken. (Some drives have been back
to the manufacturer and been re furbished and may have two sets of seals,
this is quite probably okay as long as the top set are not broken).

2. All winchesters have control logic attached to them to operate the
stepper motor, regulate drive speed etc. (should have a 4 pin power
connector, 20 way and 34 way edge connector) - don't but a lump of die
cast aluminium that is no use other than a door stop!

3. Sometimes, if you're lucky, the disk controller is mounted on the
winchester and already (still) connected up (by 20 way and 34 way IDC
ribbon cable) - if the drive looks okay you might have a bargain, it might
even be worth buying the drive just to get the controller board depending
on the price!

4. If possible try out the drive on someone's system before parting with
cash, or at least try the motor, put power on the drive (+5v and +12v) and
watch/listen, most drives (all the ones I have met) are up to speed after
about 30 seconds, the end of a successful power up is indicated by the
drive re calibrating the heads (stepping them out and back to track zero)
- you should hear the stepper motor move the heads.  If, after 30 seconds,
the drive speed has not settled down (motor speed hunting), or nothing is
happened, or if you hear a loud clattering noise, then switch off - choose
another drive!

5. Look on the side of the drive for a sticker called "Bad Block Map",
"Illegal Address Map" or similar, this details any areas on the winchester
that were found to be defective at manufacture - if possible find a drive
that has no map entries (a "physically perfect" disk).  Many disks have
bad blocks, this is not a problem because these can be overcome during
formatting making a "logically perfect" disk.

6. Always get technical information on a drive you are buying, you will
need to know a number of parameters to configure your controller card/host
system.  You will need to know such things as the number of cylinders,
number of heads, head step time, cylinder number after which reduced write
current is used, etc.

There is not too much point in going into who makes what in the way of
drives - basically there are two types: head positioned by stepper motor
or by voice coil, the later is much more expensive and usually reserved
for multi user systems where speed is really critical.

Older 5, 7 and 10Mb drives usually have a fixed head step speed 3mS,
whereas newer drives support buffered seek.  Buffered seek means that the
controller sends all the head step pulses to the drive, which counts them,
and then the drive works out the best way to move the head quickly to the
required cylinder.  Various manufacturers have implemented their own ways
of moving the heads quickly, and may call them such things as "fast step
algorithms" etc. basically it doesn't matter since it is transparent to
the controller.

There is a good chance that you will see more Rodime drives around than
some others as they are a BRITISH (!!!) company (and they are a pretty
good make!).  The RO200 series is most popular and goes something like: 
RO201 = 5Mb, RO202 = 10Mb, RO203 = 15Mb, RO204 = 20Mb, RO203E = 30Mb and
RO204E = 40Mb.  The RO200 series are all 5.25" full height, quiet and
reliable.

Controllers

There are a number of different SASI controllers around on the market made
by Shugart, Adaptec, Xebec, DTC, Western Digital, NCL etc., most of these
are software compatible as far as the command structure is concerned
except some of the Western Digital controllers.  The list below is not
complete or exhaustive, there are other makes of controller that may be
suitable.

00000000  0d 31 2e 20 41 66 74 65  72 20 70 6f 77 65 72 20  |.1. After power |
00000010  75 70 20 74 68 65 20 68  6f 73 74 20 63 6f 6d 70  |up the host comp|
00000020  75 74 65 72 20 73 65 6e  64 73 20 61 20 63 6f 6d  |uter sends a com|
00000030  6d 61 6e 64 20 62 6c 6f  63 6b 20 74 6f 20 74 68  |mand block to th|
00000040  65 0d 63 6f 6e 74 72 6f  6c 6c 65 72 20 74 65 6c  |e.controller tel|
00000050  6c 69 6e 67 20 69 74 20  61 62 6f 75 74 20 74 68  |ling it about th|
00000060  65 20 64 72 69 76 65 20  63 6f 6e 6e 65 63 74 65  |e drive connecte|
00000070  64 20 28 74 68 69 73 20  72 65 6d 61 69 6e 73 20  |d (this remains |
00000080  69 6e 20 75 73 65 20 75  6e 74 69 6c 0d 70 6f 77  |in use until.pow|
00000090  65 72 20 69 73 20 6c 6f  73 74 20 6f 72 20 74 68  |er is lost or th|
000000a0  65 20 52 45 53 45 54 20  6c 69 6e 65 20 69 73 20  |e RESET line is |
000000b0  70 75 6c 6c 65 64 20 6c  6f 77 29 20 65 67 2e 20  |pulled low) eg. |
000000c0  57 44 31 30 30 32 2e 20  20 54 68 65 20 70 72 6f  |WD1002.  The pro|
000000d0  62 6c 65 6d 20 69 73 0d  74 68 65 20 68 6f 73 74  |blem is.the host|
000000e0  20 63 6f 6d 70 75 74 65  72 20 6e 65 65 64 73 20  | computer needs |
000000f0  74 6f 20 6b 6e 6f 77 20  77 68 65 6e 20 74 6f 20  |to know when to |
00000100  73 65 6e 64 20 74 68 65  20 69 6e 66 6f 20 74 6f  |send the info to|
00000110  20 74 68 65 20 63 6f 6e  74 72 6f 6c 6c 65 72 0d  | the controller.|
00000120  28 70 72 6f 62 6c 65 6d  20 77 69 74 68 20 74 68  |(problem with th|
00000130  65 20 42 42 43 20 61 73  20 63 6f 6e 74 72 6f 6c  |e BBC as control|
00000140  6c 65 72 20 72 65 76 65  72 74 73 20 74 6f 20 70  |ler reverts to p|
00000150  6f 77 65 72 20 75 70 20  64 65 66 61 75 6c 74 20  |ower up default |
00000160  70 61 72 61 6d 65 74 65  72 73 0d 65 76 65 72 79  |parameters.every|
00000170  20 74 69 6d 65 20 42 52  45 41 4b 20 69 73 20 70  | time BREAK is p|
00000180  72 65 73 73 65 64 29 2e  0d 0d 32 2e 20 49 66 20  |ressed)...2. If |
00000190  74 68 65 20 63 6f 6e 74  72 6f 6c 6c 65 72 20 69  |the controller i|
000001a0  73 20 6d 69 63 72 6f 70  72 6f 63 65 73 73 6f 72  |s microprocessor|
000001b0  20 62 61 73 65 64 20 74  68 65 6e 20 74 68 65 20  | based then the |
000001c0  64 65 66 61 75 6c 74 20  70 61 72 61 6d 65 74 65  |default paramete|
000001d0  72 0d 76 61 6c 75 65 73  20 61 72 65 20 73 74 6f  |r.values are sto|
000001e0  72 65 64 20 61 73 20 70  61 72 74 20 6f 66 20 74  |red as part of t|
000001f0  68 65 20 70 72 6f 67 72  61 6d 20 69 6e 20 45 70  |he program in Ep|
00000200  72 6f 6d 20 6f 6e 20 74  68 65 20 63 6f 6e 74 72  |rom on the contr|
00000210  6f 6c 6c 65 72 20 63 61  72 64 2e 20 0d 54 68 65  |oller card. .The|
00000220  73 65 20 64 65 66 61 75  6c 74 20 70 61 72 61 6d  |se default param|
00000230  65 74 65 72 73 20 63 61  6e 20 62 65 20 65 64 69  |eters can be edi|
00000240  74 65 64 20 73 6f 20 74  68 61 74 20 74 68 65 79  |ted so that they|
00000250  20 6d 61 74 63 68 20 79  6f 75 72 20 64 72 69 76  | match your driv|
00000260  65 2c 20 65 67 2e 0d 44  54 43 20 63 6f 6e 74 72  |e, eg..DTC contr|
00000270  6f 6c 6c 65 72 73 2e 0d  0d 33 2e 20 54 72 75 6c  |ollers...3. Trul|
00000280  79 20 69 6e 74 65 6c 6c  69 67 65 6e 74 20 63 6f  |y intelligent co|
00000290  6e 74 72 6f 6c 6c 65 72  73 20 61 72 65 20 22 74  |ntrollers are "t|
000002a0  6f 6c 64 22 20 61 62 6f  75 74 20 74 68 65 20 64  |old" about the d|
000002b0  72 69 76 65 20 77 68 65  6e 20 69 74 20 69 73 0d  |rive when it is.|
000002c0  66 6f 72 6d 61 74 74 65  64 2c 20 61 6e 64 20 61  |formatted, and a|
000002d0  20 73 70 65 63 69 61 6c  20 73 65 63 74 6f 72 20  | special sector |
000002e0  69 73 20 77 72 69 74 74  65 6e 20 74 6f 20 74 68  |is written to th|
000002f0  65 20 57 69 6e 63 68 65  73 74 65 72 20 28 6f 6e  |e Winchester (on|
00000300  20 74 72 61 63 6b 0d 30  2f 68 65 61 64 20 30 29  | track.0/head 0)|
00000310  20 61 75 74 6f 6d 61 74  69 63 61 6c 6c 79 20 63  | automatically c|
00000320  6f 6e 74 61 69 6e 69 6e  67 20 64 72 69 76 65 20  |ontaining drive |
00000330  70 61 72 61 6d 65 74 65  72 20 69 6e 66 6f 72 6d  |parameter inform|
00000340  61 74 69 6f 6e 2e 20 20  4f 6e 0d 73 75 62 73 65  |ation.  On.subse|
00000350  71 75 65 6e 74 20 70 6f  77 65 72 20 75 70 73 20  |quent power ups |
00000360  28 6f 72 20 61 66 74 65  72 20 42 52 45 41 4b 20  |(or after BREAK |
00000370  69 73 20 70 72 65 73 73  65 64 20 6f 6e 20 74 68  |is pressed on th|
00000380  65 20 42 42 43 29 20 74  68 65 20 63 6f 6e 74 72  |e BBC) the contr|
00000390  6f 6c 6c 65 72 0d 72 65  61 64 73 20 74 68 65 20  |oller.reads the |
000003a0  73 70 65 63 69 61 6c 20  73 65 63 74 6f 72 20 74  |special sector t|
000003b0  6f 20 66 69 6e 64 20 6f  75 74 20 61 62 6f 75 74  |o find out about|
000003c0  20 74 68 65 20 64 72 69  76 65 2c 20 65 67 2e 20  | the drive, eg. |
000003d0  41 64 61 70 74 65 63 20  41 43 42 34 30 30 30 0d  |Adaptec ACB4000.|
000003e0  61 6e 64 20 58 65 62 65  63 20 53 31 34 31 30 61  |and Xebec S1410a|
000003f0  20 73 65 72 69 65 73 20  63 6f 6e 74 72 6f 6c 6c  | series controll|
00000400  65 72 73 2e 0d 0d 49 6e  74 65 72 66 61 63 69 6e  |ers...Interfacin|
00000410  67 20 74 6f 20 61 20 68  6f 73 74 20 63 6f 6d 70  |g to a host comp|
00000420  75 74 65 72 0d 0d 47 65  6e 65 72 61 6c 6c 79 2c  |uter..Generally,|
00000430  20 74 6f 20 69 6e 74 65  72 66 61 63 65 20 61 20  | to interface a |
00000440  63 6f 6e 74 72 6f 6c 6c  65 72 20 74 6f 20 61 20  |controller to a |
00000450  68 6f 73 74 2c 20 61 20  70 61 69 72 20 6f 66 20  |host, a pair of |
00000460  38 20 62 69 74 20 70 61  72 61 6c 6c 65 6c 0d 72  |8 bit parallel.r|
00000470  65 61 64 20 70 6f 72 74  73 20 61 6e 64 20 61 6e  |ead ports and an|
00000480  20 38 20 62 69 74 20 70  61 72 61 6c 6c 65 6c 20  | 8 bit parallel |
00000490  6c 61 74 63 68 65 64 20  77 72 69 74 65 20 70 6f  |latched write po|
000004a0  72 74 20 61 72 65 20 72  65 71 75 69 72 65 64 20  |rt are required |
000004b0  77 69 74 68 20 73 6f 6d  65 0d 65 78 74 72 61 20  |with some.extra |
000004c0  6c 6f 67 69 63 20 74 6f  20 68 61 6e 64 6c 65 20  |logic to handle |
000004d0  74 68 65 20 63 6f 6e 74  72 6f 6c 20 73 69 67 6e  |the control sign|
000004e0  61 6c 73 20 28 68 61 6e  64 20 73 68 61 6b 69 6e  |als (hand shakin|
000004f0  67 20 65 74 63 2e 29 20  2d 20 61 6c 6c 20 64 61  |g etc.) - all da|
00000500  74 61 0d 69 6e 74 6f 2f  6f 75 74 20 6f 66 20 74  |ta.into/out of t|
00000510  68 65 20 63 6f 6e 74 72  6f 6c 6c 65 72 20 69 73  |he controller is|
00000520  20 6e 65 67 61 74 69 76  65 20 6c 6f 67 69 63 2c  | negative logic,|
00000530  20 73 6f 20 66 6f 72 20  74 68 65 20 6d 61 6a 6f  | so for the majo|
00000540  72 69 74 79 20 6f 66 0d  6d 61 63 68 69 6e 65 73  |rity of.machines|
00000550  2c 20 69 74 20 68 61 73  20 74 6f 20 62 65 20 69  |, it has to be i|
00000560  6e 76 65 72 74 65 64 2e  20 20 54 68 65 20 69 6e  |nverted.  The in|
00000570  74 65 72 66 61 63 65 20  62 65 74 77 65 65 6e 20  |terface between |
00000580  61 20 73 74 61 6e 64 61  72 64 20 53 41 53 49 0d  |a standard SASI.|
00000590  63 6f 6e 74 72 6f 6c 6c  65 72 20 61 6e 64 20 61  |controller and a|
000005a0  20 70 61 72 74 69 63 75  6c 61 72 20 68 6f 73 74  | particular host|
000005b0  20 63 6f 6d 70 75 74 65  72 20 69 73 20 75 73 75  | computer is usu|
000005c0  61 6c 6c 79 20 6b 6e 6f  77 6e 20 61 73 20 61 20  |ally known as a |
000005d0  22 48 6f 73 74 0d 49 6e  74 65 72 66 61 63 65 20  |"Host.Interface |
000005e0  41 64 61 70 74 6f 72 22  20 6f 72 20 22 57 69 6e  |Adaptor" or "Win|
000005f0  63 68 65 73 74 65 72 20  48 6f 73 74 20 41 64 61  |chester Host Ada|
00000600  70 74 6f 72 22 2c 20 66  75 72 74 68 65 72 20 73  |ptor", further s|
00000610  65 63 74 69 6f 6e 73 20  6f 66 20 74 68 69 73 0d  |ections of this.|
00000620  61 72 74 69 63 6c 65 20  64 65 73 63 72 69 62 65  |article describe|
00000630  20 68 6f 73 74 20 61 64  61 70 74 6f 72 73 20 66  | host adaptors f|
00000640  6f 72 20 76 61 72 69 6f  75 73 20 63 6f 6d 70 75  |or various compu|
00000650  74 65 72 73 2e 0d 0d 4f  6e 63 65 20 61 20 68 6f  |ters...Once a ho|
00000660  73 74 20 61 64 61 70 74  6f 72 20 69 73 20 69 6d  |st adaptor is im|
00000670  70 6c 65 6d 65 6e 74 65  64 20 61 20 70 6f 77 65  |plemented a powe|
00000680  72 20 73 75 70 70 6c 79  20 69 73 20 72 65 71 75  |r supply is requ|
00000690  69 72 65 64 20 66 6f 72  20 74 68 65 0d 64 72 69  |ired for the.dri|
000006a0  76 65 20 61 6e 64 20 63  6f 6e 74 72 6f 6c 6c 65  |ve and controlle|
000006b0  72 2c 20 74 79 70 69 63  61 6c 6c 79 20 61 20 57  |r, typically a W|
000006c0  69 6e 63 68 65 73 74 65  72 20 77 69 6c 6c 20 72  |inchester will r|
000006d0  65 71 75 69 72 65 20 2b  35 76 20 61 74 20 31 41  |equire +5v at 1A|
000006e0  20 61 6e 64 0d 2b 31 32  76 20 61 74 20 32 2e 35  | and.+12v at 2.5|
000006f0  41 20 77 68 65 6e 20 72  75 6e 6e 69 6e 67 20 28  |A when running (|
00000700  70 65 61 6b 20 6f 66 20  34 41 20 61 74 20 73 77  |peak of 4A at sw|
00000710  69 74 63 68 20 6f 6e 29  2c 20 61 6e 64 20 74 68  |itch on), and th|
00000720  65 20 63 6f 6e 74 72 6f  6c 6c 65 72 0d 77 69 6c  |e controller.wil|
00000730  6c 20 72 65 71 75 69 72  65 20 61 72 6f 75 6e 64  |l require around|
00000740  20 33 41 20 61 74 20 35  76 2c 20 74 68 65 73 65  | 3A at 5v, these|
00000750  20 73 75 70 70 6c 69 65  73 20 73 68 6f 75 6c 64  | supplies should|
00000760  20 62 65 20 22 63 6f 6d  70 75 74 65 72 20 67 72  | be "computer gr|
00000770  61 64 65 22 2c 0d 69 65  2e 20 77 65 6c 6c 20 72  |ade",.ie. well r|
00000780  65 67 75 6c 61 74 65 64  2c 20 70 72 6f 62 61 62  |egulated, probab|
00000790  6c 79 20 66 72 6f 6d 20  61 20 73 77 69 74 63 68  |ly from a switch|
000007a0  65 64 20 6d 6f 64 65 20  70 6f 77 65 72 20 73 75  |ed mode power su|
000007b0  70 70 6c 79 20 75 6e 69  74 2e 0d 0d 53 6f 66 74  |pply unit...Soft|
000007c0  77 61 72 65 20 74 6f 20  22 64 72 69 76 65 22 20  |ware to "drive" |
000007d0  61 20 77 69 6e 63 68 65  73 74 65 72 20 76 61 72  |a winchester var|
000007e0  69 65 73 20 67 72 65 61  74 6c 79 20 77 69 74 68  |ies greatly with|
000007f0  20 74 68 65 20 68 6f 73  74 20 69 6e 20 75 73 65  | the host in use|
00000800  2c 20 66 6f 72 0d 74 68  65 20 42 42 43 20 6d 69  |, for.the BBC mi|
00000810  63 72 6f 20 74 68 65 20  72 6f 75 74 69 6e 65 73  |cro the routines|
00000820  20 72 65 71 75 69 72 65  64 20 61 72 65 20 61 6c  | required are al|
00000830  72 65 61 64 79 20 69 6e  73 69 64 65 20 41 63 6f  |ready inside Aco|
00000840  72 6e 27 73 20 41 44 46  53 20 52 4f 4d 2c 0d 66  |rn's ADFS ROM,.f|
00000850  6f 72 20 61 20 5a 38 30  20 62 61 73 65 64 20 43  |or a Z80 based C|
00000860  50 2f 4d 20 6d 61 63 68  69 6e 65 20 61 20 64 72  |P/M machine a dr|
00000870  69 76 65 72 20 72 6f 75  74 69 6e 65 20 69 73 20  |iver routine is |
00000880  72 65 71 75 69 72 65 64  20 66 6f 72 20 74 68 65  |required for the|
00000890  20 42 49 4f 53 0d 28 73  69 6d 69 6c 61 72 20 74  | BIOS.(similar t|
000008a0  6f 6f 20 66 6f 72 20 49  42 4d 20 50 43 20 74 79  |oo for IBM PC ty|
000008b0  70 65 20 6d 61 63 68 69  6e 65 73 20 77 69 74 68  |pe machines with|
000008c0  20 4d 53 44 4f 53 29 2e  20 20 49 66 20 79 6f 75  | MSDOS).  If you|
000008d0  20 63 61 6e 6e 6f 74 20  66 69 6e 64 0d 73 6f 66  | cannot find.sof|
000008e0  74 77 61 72 65 20 74 6f  20 68 61 6e 64 6c 65 20  |tware to handle |
000008f0  61 20 57 69 6e 63 68 65  73 74 65 72 20 6f 6e 20  |a Winchester on |
00000900  79 6f 75 72 20 63 6f 6d  70 75 74 65 72 20 79 6f  |your computer yo|
00000910  75 20 77 69 6c 6c 20 68  61 76 65 20 74 6f 20 77  |u will have to w|
00000920  72 69 74 65 0d 72 6f 75  74 69 6e 65 73 20 66 72  |rite.routines fr|
00000930  6f 6d 20 73 63 72 61 74  63 68 20 2d 20 74 68 65  |om scratch - the|
00000940  20 63 6f 6e 74 72 6f 6c  6c 65 72 20 6d 61 6e 75  | controller manu|
00000950  61 6c 73 20 75 73 75 61  6c 6c 79 20 67 69 76 65  |als usually give|
00000960  20 64 65 74 61 69 6c 65  64 20 66 6c 6f 77 0d 63  | detailed flow.c|
00000970  68 61 72 74 73 20 74 6f  20 6d 61 6b 65 20 74 68  |harts to make th|
00000980  69 73 20 65 61 73 69 65  72 2e 2e 2e 0d 0d 57 69  |is easier.....Wi|
00000990  6e 63 68 65 73 74 65 72  20 64 69 73 6b 20 73 79  |nchester disk sy|
000009a0  73 74 65 6d 73 20 20 42  75 79 69 6e 67 20 68 61  |stems  Buying ha|
000009b0  72 64 77 61 72 65 0d 42  75 79 69 6e 67 20 77 69  |rdware.Buying wi|
000009c0  6e 63 68 65 73 74 65 72  20 64 69 73 6b 20 64 72  |nchester disk dr|
000009d0  69 76 65 73 2f 63 6f 6e  74 72 6f 6c 6c 65 72 73  |ives/controllers|
000009e0  2f 68 61 72 64 77 61 72  65 0d 0d 44 72 69 76 65  |/hardware..Drive|
000009f0  73 0d 0d 54 68 65 72 65  20 69 73 20 61 20 72 65  |s..There is a re|
00000a00  61 73 6f 6e 61 62 6c 65  20 73 75 70 70 6c 79 20  |asonable supply |
00000a10  6f 66 20 63 68 65 61 70  20 64 72 69 76 65 20 75  |of cheap drive u|
00000a20  6e 69 74 73 20 20 61 76  61 69 6c 61 62 6c 65 20  |nits  available |
00000a30  6f 6e 20 74 68 65 20 73  65 63 6f 6e 64 0d 68 61  |on the second.ha|
00000a40  6e 64 20 6d 61 72 6b 65  74 2c 20 62 75 74 20 70  |nd market, but p|
00000a50  72 69 63 65 73 20 61 6e  64 20 71 75 61 6c 69 74  |rices and qualit|
00000a60  79 20 76 61 72 79 20 67  72 65 61 74 6c 79 2e 20  |y vary greatly. |
00000a70  20 50 6f 69 6e 74 73 20  6f 66 20 6e 6f 74 65 3a  | Points of note:|
00000a80  0d 0d 31 2e 20 41 6c 6c  20 57 69 6e 63 68 65 73  |..1. All Winches|
00000a90  74 65 72 73 20 28 65 78  63 65 70 74 20 74 68 65  |ters (except the|
00000aa0  20 76 65 72 79 20 6c 61  72 67 65 20 75 6e 69 74  | very large unit|
00000ab0  73 20 77 69 74 68 20 72  65 6d 6f 76 61 62 6c 65  |s with removable|
00000ac0  20 6d 65 64 69 61 29 20  61 72 65 0d 73 65 61 6c  | media) are.seal|
00000ad0  65 64 20 69 6e 20 61 20  63 6c 65 61 6e 20 72 6f  |ed in a clean ro|
00000ae0  6f 6d 2c 20 6d 6f 73 74  20 6d 61 6e 75 66 61 63  |om, most manufac|
00000af0  74 75 72 65 72 73 20 70  75 74 20 61 20 73 65 61  |turers put a sea|
00000b00  6c 20 61 63 72 6f 73 73  20 74 68 65 20 74 6f 70  |l across the top|
00000b10  20 70 6c 61 74 65 0d 2d  20 64 6f 6e 27 74 20 62  | plate.- don't b|
00000b20  75 79 20 61 20 64 72 69  76 65 20 74 68 61 74 20  |uy a drive that |
00000b30  68 61 73 20 74 68 65 20  73 65 61 6c 73 20 62 72  |has the seals br|
00000b40  6f 6b 65 6e 2e 20 28 53  6f 6d 65 20 64 72 69 76  |oken. (Some driv|
00000b50  65 73 20 68 61 76 65 20  62 65 65 6e 20 62 61 63  |es have been bac|
00000b60  6b 0d 74 6f 20 74 68 65  20 6d 61 6e 75 66 61 63  |k.to the manufac|
00000b70  74 75 72 65 72 20 61 6e  64 20 62 65 65 6e 20 72  |turer and been r|
00000b80  65 20 66 75 72 62 69 73  68 65 64 20 61 6e 64 20  |e furbished and |
00000b90  6d 61 79 20 68 61 76 65  20 74 77 6f 20 73 65 74  |may have two set|
00000ba0  73 20 6f 66 20 73 65 61  6c 73 2c 0d 74 68 69 73  |s of seals,.this|
00000bb0  20 69 73 20 71 75 69 74  65 20 70 72 6f 62 61 62  | is quite probab|
00000bc0  6c 79 20 6f 6b 61 79 20  61 73 20 6c 6f 6e 67 20  |ly okay as long |
00000bd0  61 73 20 74 68 65 20 74  6f 70 20 73 65 74 20 61  |as the top set a|
00000be0  72 65 20 6e 6f 74 20 62  72 6f 6b 65 6e 29 2e 0d  |re not broken)..|
00000bf0  0d 32 2e 20 41 6c 6c 20  77 69 6e 63 68 65 73 74  |.2. All winchest|
00000c00  65 72 73 20 68 61 76 65  20 63 6f 6e 74 72 6f 6c  |ers have control|
00000c10  20 6c 6f 67 69 63 20 61  74 74 61 63 68 65 64 20  | logic attached |
00000c20  74 6f 20 74 68 65 6d 20  74 6f 20 6f 70 65 72 61  |to them to opera|
00000c30  74 65 20 74 68 65 0d 73  74 65 70 70 65 72 20 6d  |te the.stepper m|
00000c40  6f 74 6f 72 2c 20 72 65  67 75 6c 61 74 65 20 64  |otor, regulate d|
00000c50  72 69 76 65 20 73 70 65  65 64 20 65 74 63 2e 20  |rive speed etc. |
00000c60  28 73 68 6f 75 6c 64 20  68 61 76 65 20 61 20 34  |(should have a 4|
00000c70  20 70 69 6e 20 70 6f 77  65 72 0d 63 6f 6e 6e 65  | pin power.conne|
00000c80  63 74 6f 72 2c 20 32 30  20 77 61 79 20 61 6e 64  |ctor, 20 way and|
00000c90  20 33 34 20 77 61 79 20  65 64 67 65 20 63 6f 6e  | 34 way edge con|
00000ca0  6e 65 63 74 6f 72 29 20  2d 20 64 6f 6e 27 74 20  |nector) - don't |
00000cb0  62 75 74 20 61 20 6c 75  6d 70 20 6f 66 20 64 69  |but a lump of di|
00000cc0  65 0d 63 61 73 74 20 61  6c 75 6d 69 6e 69 75 6d  |e.cast aluminium|
00000cd0  20 74 68 61 74 20 69 73  20 6e 6f 20 75 73 65 20  | that is no use |
00000ce0  6f 74 68 65 72 20 74 68  61 6e 20 61 20 64 6f 6f  |other than a doo|
00000cf0  72 20 73 74 6f 70 21 0d  0d 33 2e 20 53 6f 6d 65  |r stop!..3. Some|
00000d00  74 69 6d 65 73 2c 20 69  66 20 79 6f 75 27 72 65  |times, if you're|
00000d10  20 6c 75 63 6b 79 2c 20  74 68 65 20 64 69 73 6b  | lucky, the disk|
00000d20  20 63 6f 6e 74 72 6f 6c  6c 65 72 20 69 73 20 6d  | controller is m|
00000d30  6f 75 6e 74 65 64 20 6f  6e 20 74 68 65 0d 77 69  |ounted on the.wi|
00000d40  6e 63 68 65 73 74 65 72  20 61 6e 64 20 61 6c 72  |nchester and alr|
00000d50  65 61 64 79 20 28 73 74  69 6c 6c 29 20 63 6f 6e  |eady (still) con|
00000d60  6e 65 63 74 65 64 20 75  70 20 28 62 79 20 32 30  |nected up (by 20|
00000d70  20 77 61 79 20 61 6e 64  20 33 34 20 77 61 79 20  | way and 34 way |
00000d80  49 44 43 0d 72 69 62 62  6f 6e 20 63 61 62 6c 65  |IDC.ribbon cable|
00000d90  29 20 2d 20 69 66 20 74  68 65 20 64 72 69 76 65  |) - if the drive|
00000da0  20 6c 6f 6f 6b 73 20 6f  6b 61 79 20 79 6f 75 20  | looks okay you |
00000db0  6d 69 67 68 74 20 68 61  76 65 20 61 20 62 61 72  |might have a bar|
00000dc0  67 61 69 6e 2c 20 69 74  20 6d 69 67 68 74 0d 65  |gain, it might.e|
00000dd0  76 65 6e 20 62 65 20 77  6f 72 74 68 20 62 75 79  |ven be worth buy|
00000de0  69 6e 67 20 74 68 65 20  64 72 69 76 65 20 6a 75  |ing the drive ju|
00000df0  73 74 20 74 6f 20 67 65  74 20 74 68 65 20 63 6f  |st to get the co|
00000e00  6e 74 72 6f 6c 6c 65 72  20 62 6f 61 72 64 20 64  |ntroller board d|
00000e10  65 70 65 6e 64 69 6e 67  0d 6f 6e 20 74 68 65 20  |epending.on the |
00000e20  70 72 69 63 65 21 0d 0d  34 2e 20 49 66 20 70 6f  |price!..4. If po|
00000e30  73 73 69 62 6c 65 20 74  72 79 20 6f 75 74 20 74  |ssible try out t|
00000e40  68 65 20 64 72 69 76 65  20 6f 6e 20 73 6f 6d 65  |he drive on some|
00000e50  6f 6e 65 27 73 20 73 79  73 74 65 6d 20 62 65 66  |one's system bef|
00000e60  6f 72 65 20 70 61 72 74  69 6e 67 20 77 69 74 68  |ore parting with|
00000e70  0d 63 61 73 68 2c 20 6f  72 20 61 74 20 6c 65 61  |.cash, or at lea|
00000e80  73 74 20 74 72 79 20 74  68 65 20 6d 6f 74 6f 72  |st try the motor|
00000e90  2c 20 70 75 74 20 70 6f  77 65 72 20 6f 6e 20 74  |, put power on t|
00000ea0  68 65 20 64 72 69 76 65  20 28 2b 35 76 20 61 6e  |he drive (+5v an|
00000eb0  64 20 2b 31 32 76 29 20  61 6e 64 0d 77 61 74 63  |d +12v) and.watc|
00000ec0  68 2f 6c 69 73 74 65 6e  2c 20 6d 6f 73 74 20 64  |h/listen, most d|
00000ed0  72 69 76 65 73 20 28 61  6c 6c 20 74 68 65 20 6f  |rives (all the o|
00000ee0  6e 65 73 20 49 20 68 61  76 65 20 6d 65 74 29 20  |nes I have met) |
00000ef0  61 72 65 20 75 70 20 74  6f 20 73 70 65 65 64 20  |are up to speed |
00000f00  61 66 74 65 72 0d 61 62  6f 75 74 20 33 30 20 73  |after.about 30 s|
00000f10  65 63 6f 6e 64 73 2c 20  74 68 65 20 65 6e 64 20  |econds, the end |
00000f20  6f 66 20 61 20 73 75 63  63 65 73 73 66 75 6c 20  |of a successful |
00000f30  70 6f 77 65 72 20 75 70  20 69 73 20 69 6e 64 69  |power up is indi|
00000f40  63 61 74 65 64 20 62 79  20 74 68 65 0d 64 72 69  |cated by the.dri|
00000f50  76 65 20 72 65 20 63 61  6c 69 62 72 61 74 69 6e  |ve re calibratin|
00000f60  67 20 74 68 65 20 68 65  61 64 73 20 28 73 74 65  |g the heads (ste|
00000f70  70 70 69 6e 67 20 74 68  65 6d 20 6f 75 74 20 61  |pping them out a|
00000f80  6e 64 20 62 61 63 6b 20  74 6f 20 74 72 61 63 6b  |nd back to track|
00000f90  20 7a 65 72 6f 29 0d 2d  20 79 6f 75 20 73 68 6f  | zero).- you sho|
00000fa0  75 6c 64 20 68 65 61 72  20 74 68 65 20 73 74 65  |uld hear the ste|
00000fb0  70 70 65 72 20 6d 6f 74  6f 72 20 6d 6f 76 65 20  |pper motor move |
00000fc0  74 68 65 20 68 65 61 64  73 2e 20 20 49 66 2c 20  |the heads.  If, |
00000fd0  61 66 74 65 72 20 33 30  20 73 65 63 6f 6e 64 73  |after 30 seconds|
00000fe0  2c 0d 74 68 65 20 64 72  69 76 65 20 73 70 65 65  |,.the drive spee|
00000ff0  64 20 68 61 73 20 6e 6f  74 20 73 65 74 74 6c 65  |d has not settle|
00001000  64 20 64 6f 77 6e 20 28  6d 6f 74 6f 72 20 73 70  |d down (motor sp|
00001010  65 65 64 20 68 75 6e 74  69 6e 67 29 2c 20 6f 72  |eed hunting), or|
00001020  20 6e 6f 74 68 69 6e 67  20 69 73 0d 68 61 70 70  | nothing is.happ|
00001030  65 6e 65 64 2c 20 6f 72  20 69 66 20 79 6f 75 20  |ened, or if you |
00001040  68 65 61 72 20 61 20 6c  6f 75 64 20 63 6c 61 74  |hear a loud clat|
00001050  74 65 72 69 6e 67 20 6e  6f 69 73 65 2c 20 74 68  |tering noise, th|
00001060  65 6e 20 73 77 69 74 63  68 20 6f 66 66 20 2d 20  |en switch off - |
00001070  63 68 6f 6f 73 65 0d 61  6e 6f 74 68 65 72 20 64  |choose.another d|
00001080  72 69 76 65 21 0d 0d 35  2e 20 4c 6f 6f 6b 20 6f  |rive!..5. Look o|
00001090  6e 20 74 68 65 20 73 69  64 65 20 6f 66 20 74 68  |n the side of th|
000010a0  65 20 64 72 69 76 65 20  66 6f 72 20 61 20 73 74  |e drive for a st|
000010b0  69 63 6b 65 72 20 63 61  6c 6c 65 64 20 22 42 61  |icker called "Ba|
000010c0  64 20 42 6c 6f 63 6b 20  4d 61 70 22 2c 0d 22 49  |d Block Map",."I|
000010d0  6c 6c 65 67 61 6c 20 41  64 64 72 65 73 73 20 4d  |llegal Address M|
000010e0  61 70 22 20 6f 72 20 73  69 6d 69 6c 61 72 2c 20  |ap" or similar, |
000010f0  74 68 69 73 20 64 65 74  61 69 6c 73 20 61 6e 79  |this details any|
00001100  20 61 72 65 61 73 20 6f  6e 20 74 68 65 20 77 69  | areas on the wi|
00001110  6e 63 68 65 73 74 65 72  0d 74 68 61 74 20 77 65  |nchester.that we|
00001120  72 65 20 66 6f 75 6e 64  20 74 6f 20 62 65 20 64  |re found to be d|
00001130  65 66 65 63 74 69 76 65  20 61 74 20 6d 61 6e 75  |efective at manu|
00001140  66 61 63 74 75 72 65 20  2d 20 69 66 20 70 6f 73  |facture - if pos|
00001150  73 69 62 6c 65 20 66 69  6e 64 20 61 20 64 72 69  |sible find a dri|
00001160  76 65 0d 74 68 61 74 20  68 61 73 20 6e 6f 20 6d  |ve.that has no m|
00001170  61 70 20 65 6e 74 72 69  65 73 20 28 61 20 22 70  |ap entries (a "p|
00001180  68 79 73 69 63 61 6c 6c  79 20 70 65 72 66 65 63  |hysically perfec|
00001190  74 22 20 64 69 73 6b 29  2e 20 20 4d 61 6e 79 20  |t" disk).  Many |
000011a0  64 69 73 6b 73 20 68 61  76 65 0d 62 61 64 20 62  |disks have.bad b|
000011b0  6c 6f 63 6b 73 2c 20 74  68 69 73 20 69 73 20 6e  |locks, this is n|
000011c0  6f 74 20 61 20 70 72 6f  62 6c 65 6d 20 62 65 63  |ot a problem bec|
000011d0  61 75 73 65 20 74 68 65  73 65 20 63 61 6e 20 62  |ause these can b|
000011e0  65 20 6f 76 65 72 63 6f  6d 65 20 64 75 72 69 6e  |e overcome durin|
000011f0  67 0d 66 6f 72 6d 61 74  74 69 6e 67 20 6d 61 6b  |g.formatting mak|
00001200  69 6e 67 20 61 20 22 6c  6f 67 69 63 61 6c 6c 79  |ing a "logically|
00001210  20 70 65 72 66 65 63 74  22 20 64 69 73 6b 2e 0d  | perfect" disk..|
00001220  0d 36 2e 20 41 6c 77 61  79 73 20 67 65 74 20 74  |.6. Always get t|
00001230  65 63 68 6e 69 63 61 6c  20 69 6e 66 6f 72 6d 61  |echnical informa|
00001240  74 69 6f 6e 20 6f 6e 20  61 20 64 72 69 76 65 20  |tion on a drive |
00001250  79 6f 75 20 61 72 65 20  62 75 79 69 6e 67 2c 20  |you are buying, |
00001260  79 6f 75 20 77 69 6c 6c  0d 6e 65 65 64 20 74 6f  |you will.need to|
00001270  20 6b 6e 6f 77 20 61 20  6e 75 6d 62 65 72 20 6f  | know a number o|
00001280  66 20 70 61 72 61 6d 65  74 65 72 73 20 74 6f 20  |f parameters to |
00001290  63 6f 6e 66 69 67 75 72  65 20 79 6f 75 72 20 63  |configure your c|
000012a0  6f 6e 74 72 6f 6c 6c 65  72 20 63 61 72 64 2f 68  |ontroller card/h|
000012b0  6f 73 74 0d 73 79 73 74  65 6d 2e 20 20 59 6f 75  |ost.system.  You|
000012c0  20 77 69 6c 6c 20 6e 65  65 64 20 74 6f 20 6b 6e  | will need to kn|
000012d0  6f 77 20 73 75 63 68 20  74 68 69 6e 67 73 20 61  |ow such things a|
000012e0  73 20 74 68 65 20 6e 75  6d 62 65 72 20 6f 66 20  |s the number of |
000012f0  63 79 6c 69 6e 64 65 72  73 2c 0d 6e 75 6d 62 65  |cylinders,.numbe|
00001300  72 20 6f 66 20 68 65 61  64 73 2c 20 68 65 61 64  |r of heads, head|
00001310  20 73 74 65 70 20 74 69  6d 65 2c 20 63 79 6c 69  | step time, cyli|
00001320  6e 64 65 72 20 6e 75 6d  62 65 72 20 61 66 74 65  |nder number afte|
00001330  72 20 77 68 69 63 68 20  72 65 64 75 63 65 64 20  |r which reduced |
00001340  77 72 69 74 65 0d 63 75  72 72 65 6e 74 20 69 73  |write.current is|
00001350  20 75 73 65 64 2c 20 65  74 63 2e 0d 0d 54 68 65  | used, etc...The|
00001360  72 65 20 69 73 20 6e 6f  74 20 74 6f 6f 20 6d 75  |re is not too mu|
00001370  63 68 20 70 6f 69 6e 74  20 69 6e 20 67 6f 69 6e  |ch point in goin|
00001380  67 20 69 6e 74 6f 20 77  68 6f 20 6d 61 6b 65 73  |g into who makes|
00001390  20 77 68 61 74 20 69 6e  20 74 68 65 20 77 61 79  | what in the way|
000013a0  20 6f 66 0d 64 72 69 76  65 73 20 2d 20 62 61 73  | of.drives - bas|
000013b0  69 63 61 6c 6c 79 20 74  68 65 72 65 20 61 72 65  |ically there are|
000013c0  20 74 77 6f 20 74 79 70  65 73 3a 20 68 65 61 64  | two types: head|
000013d0  20 70 6f 73 69 74 69 6f  6e 65 64 20 62 79 20 73  | positioned by s|
000013e0  74 65 70 70 65 72 20 6d  6f 74 6f 72 0d 6f 72 20  |tepper motor.or |
000013f0  62 79 20 76 6f 69 63 65  20 63 6f 69 6c 2c 20 74  |by voice coil, t|
00001400  68 65 20 6c 61 74 65 72  20 69 73 20 6d 75 63 68  |he later is much|
00001410  20 6d 6f 72 65 20 65 78  70 65 6e 73 69 76 65 20  | more expensive |
00001420  61 6e 64 20 75 73 75 61  6c 6c 79 20 72 65 73 65  |and usually rese|
00001430  72 76 65 64 0d 66 6f 72  20 6d 75 6c 74 69 20 75  |rved.for multi u|
00001440  73 65 72 20 73 79 73 74  65 6d 73 20 77 68 65 72  |ser systems wher|
00001450  65 20 73 70 65 65 64 20  69 73 20 72 65 61 6c 6c  |e speed is reall|
00001460  79 20 63 72 69 74 69 63  61 6c 2e 0d 0d 4f 6c 64  |y critical...Old|
00001470  65 72 20 35 2c 20 37 20  61 6e 64 20 31 30 4d 62  |er 5, 7 and 10Mb|
00001480  20 64 72 69 76 65 73 20  75 73 75 61 6c 6c 79 20  | drives usually |
00001490  68 61 76 65 20 61 20 66  69 78 65 64 20 68 65 61  |have a fixed hea|
000014a0  64 20 73 74 65 70 20 73  70 65 65 64 20 33 6d 53  |d step speed 3mS|
000014b0  2c 0d 77 68 65 72 65 61  73 20 6e 65 77 65 72 20  |,.whereas newer |
000014c0  64 72 69 76 65 73 20 73  75 70 70 6f 72 74 20 62  |drives support b|
000014d0  75 66 66 65 72 65 64 20  73 65 65 6b 2e 20 20 42  |uffered seek.  B|
000014e0  75 66 66 65 72 65 64 20  73 65 65 6b 20 6d 65 61  |uffered seek mea|
000014f0  6e 73 20 74 68 61 74 20  74 68 65 0d 63 6f 6e 74  |ns that the.cont|
00001500  72 6f 6c 6c 65 72 20 73  65 6e 64 73 20 61 6c 6c  |roller sends all|
00001510  20 74 68 65 20 68 65 61  64 20 73 74 65 70 20 70  | the head step p|
00001520  75 6c 73 65 73 20 74 6f  20 74 68 65 20 64 72 69  |ulses to the dri|
00001530  76 65 2c 20 77 68 69 63  68 20 63 6f 75 6e 74 73  |ve, which counts|
00001540  20 74 68 65 6d 2c 0d 61  6e 64 20 74 68 65 6e 20  | them,.and then |
00001550  74 68 65 20 64 72 69 76  65 20 77 6f 72 6b 73 20  |the drive works |
00001560  6f 75 74 20 74 68 65 20  62 65 73 74 20 77 61 79  |out the best way|
00001570  20 74 6f 20 6d 6f 76 65  20 74 68 65 20 68 65 61  | to move the hea|
00001580  64 20 71 75 69 63 6b 6c  79 20 74 6f 20 74 68 65  |d quickly to the|
00001590  0d 72 65 71 75 69 72 65  64 20 63 79 6c 69 6e 64  |.required cylind|
000015a0  65 72 2e 20 20 56 61 72  69 6f 75 73 20 6d 61 6e  |er.  Various man|
000015b0  75 66 61 63 74 75 72 65  72 73 20 68 61 76 65 20  |ufacturers have |
000015c0  69 6d 70 6c 65 6d 65 6e  74 65 64 20 74 68 65 69  |implemented thei|
000015d0  72 20 6f 77 6e 20 77 61  79 73 0d 6f 66 20 6d 6f  |r own ways.of mo|
000015e0  76 69 6e 67 20 74 68 65  20 68 65 61 64 73 20 71  |ving the heads q|
000015f0  75 69 63 6b 6c 79 2c 20  61 6e 64 20 6d 61 79 20  |uickly, and may |
00001600  63 61 6c 6c 20 74 68 65  6d 20 73 75 63 68 20 74  |call them such t|
00001610  68 69 6e 67 73 20 61 73  20 22 66 61 73 74 20 73  |hings as "fast s|
00001620  74 65 70 0d 61 6c 67 6f  72 69 74 68 6d 73 22 20  |tep.algorithms" |
00001630  65 74 63 2e 20 62 61 73  69 63 61 6c 6c 79 20 69  |etc. basically i|
00001640  74 20 64 6f 65 73 6e 27  74 20 6d 61 74 74 65 72  |t doesn't matter|
00001650  20 73 69 6e 63 65 20 69  74 20 69 73 20 74 72 61  | since it is tra|
00001660  6e 73 70 61 72 65 6e 74  20 74 6f 0d 74 68 65 20  |nsparent to.the |
00001670  63 6f 6e 74 72 6f 6c 6c  65 72 2e 0d 0d 54 68 65  |controller...The|
00001680  72 65 20 69 73 20 61 20  67 6f 6f 64 20 63 68 61  |re is a good cha|
00001690  6e 63 65 20 74 68 61 74  20 79 6f 75 20 77 69 6c  |nce that you wil|
000016a0  6c 20 73 65 65 20 6d 6f  72 65 20 52 6f 64 69 6d  |l see more Rodim|
000016b0  65 20 64 72 69 76 65 73  20 61 72 6f 75 6e 64 20  |e drives around |
000016c0  74 68 61 6e 0d 73 6f 6d  65 20 6f 74 68 65 72 73  |than.some others|
000016d0  20 61 73 20 74 68 65 79  20 61 72 65 20 61 20 42  | as they are a B|
000016e0  52 49 54 49 53 48 20 28  21 21 21 29 20 63 6f 6d  |RITISH (!!!) com|
000016f0  70 61 6e 79 20 28 61 6e  64 20 74 68 65 79 20 61  |pany (and they a|
00001700  72 65 20 61 20 70 72 65  74 74 79 0d 67 6f 6f 64  |re a pretty.good|
00001710  20 6d 61 6b 65 21 29 2e  20 20 54 68 65 20 52 4f  | make!).  The RO|
00001720  32 30 30 20 73 65 72 69  65 73 20 69 73 20 6d 6f  |200 series is mo|
00001730  73 74 20 70 6f 70 75 6c  61 72 20 61 6e 64 20 67  |st popular and g|
00001740  6f 65 73 20 73 6f 6d 65  74 68 69 6e 67 20 6c 69  |oes something li|
00001750  6b 65 3a 20 0d 52 4f 32  30 31 20 3d 20 35 4d 62  |ke: .RO201 = 5Mb|
00001760  2c 20 52 4f 32 30 32 20  3d 20 31 30 4d 62 2c 20  |, RO202 = 10Mb, |
00001770  52 4f 32 30 33 20 3d 20  31 35 4d 62 2c 20 52 4f  |RO203 = 15Mb, RO|
00001780  32 30 34 20 3d 20 32 30  4d 62 2c 20 52 4f 32 30  |204 = 20Mb, RO20|
00001790  33 45 20 3d 20 33 30 4d  62 20 61 6e 64 0d 52 4f  |3E = 30Mb and.RO|
000017a0  32 30 34 45 20 3d 20 34  30 4d 62 2e 20 20 54 68  |204E = 40Mb.  Th|
000017b0  65 20 52 4f 32 30 30 20  73 65 72 69 65 73 20 61  |e RO200 series a|
000017c0  72 65 20 61 6c 6c 20 35  2e 32 35 22 20 66 75 6c  |re all 5.25" ful|
000017d0  6c 20 68 65 69 67 68 74  2c 20 71 75 69 65 74 20  |l height, quiet |
000017e0  61 6e 64 0d 72 65 6c 69  61 62 6c 65 2e 0d 0d 43  |and.reliable...C|
000017f0  6f 6e 74 72 6f 6c 6c 65  72 73 0d 0d 54 68 65 72  |ontrollers..Ther|
00001800  65 20 61 72 65 20 61 20  6e 75 6d 62 65 72 20 6f  |e are a number o|
00001810  66 20 64 69 66 66 65 72  65 6e 74 20 53 41 53 49  |f different SASI|
00001820  20 63 6f 6e 74 72 6f 6c  6c 65 72 73 20 61 72 6f  | controllers aro|
00001830  75 6e 64 20 6f 6e 20 74  68 65 20 6d 61 72 6b 65  |und on the marke|
00001840  74 20 6d 61 64 65 0d 62  79 20 53 68 75 67 61 72  |t made.by Shugar|
00001850  74 2c 20 41 64 61 70 74  65 63 2c 20 58 65 62 65  |t, Adaptec, Xebe|
00001860  63 2c 20 44 54 43 2c 20  57 65 73 74 65 72 6e 20  |c, DTC, Western |
00001870  44 69 67 69 74 61 6c 2c  20 4e 43 4c 20 65 74 63  |Digital, NCL etc|
00001880  2e 2c 20 6d 6f 73 74 20  6f 66 20 74 68 65 73 65  |., most of these|
00001890  0d 61 72 65 20 73 6f 66  74 77 61 72 65 20 63 6f  |.are software co|
000018a0  6d 70 61 74 69 62 6c 65  20 61 73 20 66 61 72 20  |mpatible as far |
000018b0  61 73 20 74 68 65 20 63  6f 6d 6d 61 6e 64 20 73  |as the command s|
000018c0  74 72 75 63 74 75 72 65  20 69 73 20 63 6f 6e 63  |tructure is conc|
000018d0  65 72 6e 65 64 0d 65 78  63 65 70 74 20 73 6f 6d  |erned.except som|
000018e0  65 20 6f 66 20 74 68 65  20 57 65 73 74 65 72 6e  |e of the Western|
000018f0  20 44 69 67 69 74 61 6c  20 63 6f 6e 74 72 6f 6c  | Digital control|
00001900  6c 65 72 73 2e 20 20 54  68 65 20 6c 69 73 74 20  |lers.  The list |
00001910  62 65 6c 6f 77 20 69 73  20 6e 6f 74 0d 63 6f 6d  |below is not.com|
00001920  70 6c 65 74 65 20 6f 72  20 65 78 68 61 75 73 74  |plete or exhaust|
00001930  69 76 65 2c 20 74 68 65  72 65 20 61 72 65 20 6f  |ive, there are o|
00001940  74 68 65 72 20 6d 61 6b  65 73 20 6f 66 20 63 6f  |ther makes of co|
00001950  6e 74 72 6f 6c 6c 65 72  20 74 68 61 74 20 6d 61  |ntroller that ma|
00001960  79 20 62 65 0d 73 75 69  74 61 62 6c 65 2e 0d 0d  |y be.suitable...|
00001970
F/+HARD2.m0
F/+HARD2.m1
F/+HARD2.m2
F/+HARD2.m4
F/+HARD2.m5