Re: Why SCSI disks rather than IDE disks? Re: SCSI disks

Leonard N. Zubkoff (lnz@dandelion.com)
Mon, 2 Jun 1997 11:19:16 -0700


Date: Mon, 2 Jun 1997 12:32:59 -0500 (CDT)
From: Edward Welbon <welbon@bga.com>

On Mon, 2 Jun 1997, Leonard N. Zubkoff wrote:

> This is certainly true, but omits the important fact that *none* of the
> highest performance disk drives are available with an IDE interface.
> All the high end disk drives also have sophisticated head motion
> optimization algorithms which can substantially improve performance when
> the drive is given multiple commands at a time to work on.

I stand corrected. I had completely fogotten about this very important
fact. I wonder if one could simulate this aspect of SCSI function with a
sufficiently intelligent IDE controller (though at that point, there would
be significantly less cost advantage to IDE).

I'd say that's very unlikely, as I doubt the IDE interface specification feeds
back enough information about the rotational position of the platter. For that
matter, all modern disks divide the disk platter radially into zones with
different numbers of sectors per track, and I doubt that information is
available either. Without it, one cannot even determine whether sector N and
sector M are on the same track. It's impossible to do optimal seek
optimization without a pretty detailed model of the disk layout and
capabilities.

Leonard