On 15 Nov 2007 at 8:23, Gordon JC Pearce wrote:
On Wed, 2007-11-14 at 23:49 -0800, Chuck Guzis wrote:
Let's see--33,000 RPM is 550 rev/second or
about one rev every 1.8
milliseconds. To get that down to 60 microseconds max (2*30) you'd
have to pack 36 heads per track. That's a lot of heads on a 12"
disk!
Even assuming only a 3" band of the disk was available (radius being 6",
a bit around the edge and a bit for the spindle), that's still only 12
tracks per inch. No-one said the heads all had to be in a line, either.
You could mount four head bars with three heads apiece.
I suppose I'm not being clear here. If latency is 30 microseconds,
then maximum access time is 60 microseconds. The disk completes a
rev in 1.8 milliseconds. To meet the latency requirement, that means
that anything written must be read no later than 60 microseconds
after being written. The only way I know to do this is by employing
multiple heads per *track*, spaced around the track so that any head
can be used to pick up data just written. If your drive has, say, 50
tracks, that implies 36*50 = 1800 heads.
Maybe my math is messed up, or the OP dropped a zero somewhere, but
that's what I get.
Cheers,
Chuck