On 2013-03-28, Michael Ng <
michae...@gmail.com> wrote:
> On Thursday, March 28, 2013 5:14:34 AM UTC+8, DoN. Nichols wrote:
>> On 2013-03-27, Michael Ng <
michae...@gmail.com> wrote:
>>
>>
>>
>> > I just own a 3B1 but new to 3B1 and I think it is a wonderful machine
>>
>> > but when it is turned on it just show a cursor at the top lefthand
[ ... ]
>> 40 MB model -- is that a full-height drive or a half-height
>>
>> drive? If the full-height, there is a separate power cable from the
>>
>> power supply to the drive, but if a half-height drive, the power goes
>>
>> though the ribbon cable and the system board. In that case the power
>>
>> supply has one 12V pin dedicated to the disk, and one 5V one IIRC. And
>>
>> this would be the most likely cause of what you are experiencing. The
>>
>> drive is not even spinning up sounds like the power supply problems
>>
>> above.
[ ... ]
> Hi Thad, DonN,
> Thanks for your inputs, the HDD model is HH-1050 45MB, half height,
> yesterday I unplugged and replugged both the data cable and power cable
> but nothing happened then. This weekend I will try your methods.
O.K. If you have a multimeter -- what do you measure at the
drive's PS connector pins -- going in parallel to the wires while the
disk drive is connected?
Both black wires are common ground, red should be +5V +/- 0.25V
and yellow should be +12V -- I forget the tolerance -- likely also +/-
0.25V or perhaps +/- 0.50V. It is often helpful to use the other black
wire for convenient access, so you don't have two probes side by side
and getting in each others' way.
If the voltages are fine, then the stiction is the likely
problem. But with a half-height drive, your power is going through the
system board, and you may have burned pins at the power supply.
> By the way, did anyone try to use different storage media instead of
> the old MFM HDD? like flash memory?
There was no flash memory when these systems were new.
And to use them -- you would first have to create a special
interface, and then write special drivers, which would have to be
included in the ROM which handles booting unless you have a good MFM
disk to boot from. And to do this, you would need access to the source
code for the unix used. Not sure whether the copyright has fully
expired on that yet -- if you could find someone who still has it.
There used to be someone here who did have it, but could not get
permission to share it.
It also did not know how to use ESDI disks (the first step up
from MFM. It was all dependent on the Western Digital 1010 controller
chip.
> I wonder if another 10 years passed
> there will be no functional MFM HDD with capacity within the motherboard
> capability - someone said 3B1 cannot handle HDDs of very big capacity.
Two things limited the capacity of the MFM drives on the 3B1.
1) As supplied, it could not access cylinders beyond 1024 (IIRC).
This could be fixed by unplugging the WD-1010 hard disk
controller chip and replacing it with a WD-2010.
2) The number of head select wires (3) in the supplied system limited
the number of heads and surfaces to eight.
It was possible to modify the hardware (if you are good with a
soldering iron on logic boards) to add a forth head select wire,
bumping things to 16 heads/surfaces.
Without both of these, you were limited to 67 MB with a
full-height drive.
With the WD 2010 chip substitution, there was a MicroScience
half-height drive which could give you the same 67 MB.
With both fixes in -- you could couple in *two* 190 MB drives,
one was made by Maxtor, and the other by Priam. I have one of the
latter, and wired things up so both drives would live in an external
disk drive housing for the AT&T 3B2 line of computers (same color
scheme). This kept the heavy load of the disk drive off the internal
power supply. And I put the floppy tape in there too. With both drives
external, you could do this with the half-height case (7300, instead of
3B1).
Not at all sure where you could find a WD-2010 these days. I
got mine back then by picking up hard disk controller cards for PCs of
the period at hamfests (after making sure that the one in question had
the WD-2010. :-)
Someone in here had the only existing SCSI interface card for
the 3B1 - a prototype which never went into production. And that still
required you to boot from a MFM drive, load the SCSI driver, and then
use the extra disk. :-)
I guess that a USB interface could be built into a card for one
of the three slots in the back (perhaps shared with a dual RS-232 port
on the same card), and a run-time loadable device driver could be booted
from (again -- a still working MFM disk). Not sure whether you could
extend boot ROM with something on an expansion card. But you would
probably still need the source for the OS to do this.
One thing which I considered doing -- but never did -- was to
take one of the earlier 7300 machines with only 256K or 1MB of RAM on
the system board, stripping all of the RAM out, and making a
daughterboard to allow using four 1MB DIMMs to put the maximum memory on
the system board, freeing expansion slots for other things.