/* example mountlists for 2090a - note that you MUST edit this
   files to mount the actual drives attached to your own
   controller
*/

/* MountList entry for a Rodime Ro3055 (876 cyl/6 head) Hard Disk 
   installed as the first ST506 on 2090a, the RES partitions need
   only be mounted whilst you actually prep'ing the drives
*/

RES0: Device = hddisk.device
      Unit   = 1
      Flags  = 0
      Surfaces  = 6
      BlocksPerTrack = 17
      Reserved = 2
      LowCyl = 0  ;  HighCyl = 1
      Buffers = 1
      BufMemType = 0
#

/* MountList entry for Toshiba MK134fa (733 cyl/7 head) Hard Disk 
   installed as second st506 drive on 2090a
*/

RES1: Device = hddisk.device
      Unit   = 2
      Flags  = 0
      Surfaces  = 7
      BlocksPerTrack = 17
      Reserved = 2
      LowCyl = 0  
      HighCyl = 1
      Buffers = 1
      BufMemType = 0
#

/* lets presume you're running 1.3, or want to partition the 
   drive for other reasons, you would tell prep to use a suitable
   highcylinder value for the highest cylinder of the DHX: partition
   and then use a mountlist entry(s) similar to this
*/

EH1: Device = hddisk.device
     Unit = 2
     Flags = 0
     Surfaces = 7
     BlocksPertrack = 17
     Reserved = 2
     LowCyl = 100        /* presuming we told prep highcyl for dh1: was 99 */
     HighCyl = 399
     Buffers = 20
     Mount = 1
     DosType = 0x444f5301
     BufMemType = 0 
     FileSystem = l:FastFileSystem      /* only if using 1.3 */
     GlobVec = -1                       /* only if using 1.3 */

FH1: Device = hddisk.device
     Unit = 2
     Flags = 0
     Surfaces = 7
     BlocksPertrack = 17
     Reserved = 2
     LowCyl = 400         /* highest cylinder of previous partition + 1 */
     HighCyl = 732                      /* end of the drive */
     Buffers = 20
     Mount = 1
     DosType = 0x444f5301
     BufMemType = 0 
     FileSystem = l:FastFileSystem      /* only if using 1.3 */
     GlobVec = -1                       /* only if using 1.3 */


/* mountlist entry for first scsi drive at scsi id 0, a 
   micropolis 1558 esdi on emulex MD21 converter
   ( 1218 cyls / 15 heads / 35 sectors per track - 312 MB formatted )
   since 2090a can't cope with drives bigger than 256Mb, so we lie
   and use a geometry of 990*35*15 making it look like a 253Mb drive,
   this is ok to do on SCSI _only_

*/

RES2: Device = hddisk.device
      Unit   = 3
      Flags  = 0
      Surfaces  = 15
      BlocksPerTrack = 35
      Reserved = 2
      LowCyl = 0  ;  HighCyl = 1
      Buffers = 1
      BufMemType = 0
#
