Qunatum SCSI Drives
Dave;
Heads, Blocks per track, number of cylinders are meaningless by themselves,
though the total number of blocks represented by these entries for all
partitions must be equal to or less that the total number of blocks on the
drive (preferably less).
For Amiga Dos reasons, you need to set up a device "RESx:" for that drive
that you will configure using prep. That should be set up exactly as given
in the CBM docs (cyls 0 and 1) except that you will make your own entries
for blocks per track and number of heads. Your drive should have about
205,080 blocks on it. Expect to be able to use about 185,000 and set your
mountlist accordingly. You don't have to partition your drive but give
some thought to how long a backup/restore operation would take for
100MegBytes of data! Around 40Meg is a good partition value.
You might also give consideration to making all but the last partition
exactly the same size. I use partitions set up like this:
Surfaces = 2 ; blockspertrack = 34 ; Reserved = 2
Interleave = 0 ; LowCyl – HighCyl = 1273 (for each partition)
My objective in this is that with these parameters, I am able to do a
DiskCopy between any of my partitions (except the last of course) and my
GVP SyQuest removeable media drive. One of the HDs actually has 9 heads
but again, SCSI doesn't care. Be extreamly careful when making the LowCyl
and HighCyl calculations and entries…. it is very easy to attempt to use
the same set of blocks for two different partitions…. note that you may
not notice such an error until such time as you get close to filling one of
the partitions or formatting one of them with data in the other (this is
the voice of experience speaking).
73, bill