[comp.sys.amiga] Segate 296N Mountlist

cassirer@batgirl.rtp.dg.com (Fred Cassirer) (01/04/90)

In article <231@comcon.UUCP> you write:
>
> Could someone please provide me with some info on the Seagate 296N 80
>Meg hard drive? I need some figures to set up the MaxTransfer rates in the
>Mountlist. Thanks!
> 
>
>-- 
>Tom Claydon                             | "Yeah, I love The Stones...Fred,
>Student - Univ. of Alaska Anchorage     |  Wilma..." -- Steven Wright
>BITNET: astlc@alaska.bitnet             +---------------------------------
>

DH0: Device = harddisk.device
    FileSystem = l:FastFileSystem
    Priority = 10
    Unit   = 1
    Flags  = 0
    Surfaces  = 6
    BlocksPerTrack = 17
    MaxTransfer = 50000
    Reserved = 2
    Interleave = 0
    LowCyl = 0  ;  HighCyl = 541
    Buffers = 30
    GlobVec = -1
    BufMemType = 1
    Mount = 1
    DosType = 0x444F5301
    StackSize = 4000

#

DH1: Device = harddisk.device
    FileSystem = l:FastFileSystem
    Priority = 10
    Unit   = 1
    Flags  = 0
    Surfaces  = 6
    BlocksPerTrack = 17
    MaxTransfer = 50000
    Reserved = 2
    Interleave = 0
    LowCyl = 542 ;  HighCyl = 1083
    Buffers = 30
    GlobVec = -1
    BufMemType = 1
    Mount = 1
    DosType = 0x444F5301
    StackSize = 4000

#

DH2: Device = harddisk.device
     FileSystem = l:FastFileSystem
     Priority = 10
     Unit   = 1
     Flags  = 0
     Surfaces  = 6
    BlocksPerTrack = 17
    MaxTransfer = 50000
    Reserved = 2
    Interleave = 0
    LowCyl = 1084 ;  HighCyl = 1625
    Buffers = 30
    GlobVec = -1
    BufMemType = 1
    Mount = 1
    DosType = 0x444F5301
    StackSize = 4000

#

Above is my mountlist for the 296N, I've had no serious problems with it.

After fooling around to figure the above out, I've since found out that
the BlocksPerTrack is really 34.  I don't believe this is a problem as
it's a SCSI disk and it does as it pleases.  The numbers in the mountlist
are just to calculate the actual sectors numbers.

If you use 34, remember to cut each Lo/Hi cylinder in half, as 

(HiCyl-Locyl)*BlocksPerTrack*Surfaces have to equal the # of sectors
on the disk.  That assumes that you only make one partition, in my case
you'd have to change all three partitions.   Be sure to make BlocksPerTrack
the same for all partitions on the same physical disk ...

				Hope this helps ...

					Fred Cassirer
 /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
<  Fred Cassirer                           ...rti!dg.rtp.com!cassirer      >
<  Data General Corporation               Research Triangle Park, NC       >
 \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/