home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #7 / amigamamagazinepolishissue1998.iso / devs / mountlist < prev    next >
Text File  |  1997-12-18  |  6KB  |  217 lines

  1. /* A sample MountList entry for a BFFS floppy  (unit 0) */
  2.  
  3. BF0:
  4.     FileSystem = L:BFFSFileSystem      /* Use BFFSFileSystem in L:        */
  5.     Device = mfm.device   /* You can also use messydisk.device if it's new*/
  6.     Unit  = 0          /* Disk unit number - HDToolBox will tell this  */
  7.     Flags = 0          /* This is passed to the device                 */
  8.     Mount = 1          /* 1 = Mount immediately                        */
  9.     Stacksize = 512      /* 512 bytes are required by BFFS 1.3           */
  10.     BlocksPerTrack = 9    /* Disk Sectors/Track - Std. 9 SPT for floppies */
  11.     Surfaces = 2      /* Disk heads - HDToolBox MUST agree!           */
  12.     LowCyl   = 0      /* This MUST be what HDToolBox gives you!       */
  13.     HighCyl  = 79      /* This MUST be what HDToolBox gives you!       */
  14.     Priority = 5      /* This should be fine at 5 for floppies        */
  15.     GlobVec  = -1      /* BCPL device vector - do no change            */
  16.     Buffers  = 32;      /* Use 50k for disk buffers                     */
  17.     Reserved = -1;      /* Unix partition (-1 = no disk label)          */
  18.     PreAlloc = 0;         /* BFFS startup flags                           */
  19.     DosType  = 0x42464653 /* 'BFFS' - use another type if you want        */
  20. #
  21.  
  22.  
  23.  
  24. /* A sample MountList entry for a partition on your hard drive */
  25.  
  26. BH0:
  27.     FileSystem = L:BFFSFileSystem      /* Use BFFSFileSystem in L:        */
  28.     Device = 1230scsi.device  /* This is for 2091.  You may have to change it */
  29.     Unit  = 0          /* Disk unit number - HDToolBox will tell this  */
  30.     Flags = 0          /* This is passed to the device                 */
  31.     Mount = 1          /* 1 = Mount immediately                        */
  32.     Stacksize = 512      /* 512 bytes are required by BFFS 1.3           */
  33.     BlocksPerTrack = 17   /* Disk Sectors/Track - HDToolBox MUST agree!   */
  34.     Surfaces = 4      /* Disk heads - HDToolBox MUST agree!           */
  35.     LowCyl   = 288      /* This MUST be what HDToolBox gives you!       */
  36.     HighCyl  = 297      /* This MUST be what HDToolBox gives you!       */
  37.     Priority = 5      /* You may want to set this to 10               */
  38.     GlobVec  = -1      /* BCPL device vector - do no change            */
  39.     Buffers  = 100;      /* Use 50k for disk buffers                     */
  40.     Reserved = -1;        /* Unix partition (-1 = no disk label)          */
  41.     PreAlloc = 0;         /* BFFS startup flags                           */
  42.     DosType  = 0x42464653 /* 'BFFS' - use another type if you want        */
  43. #
  44. MD11:
  45.     Device = scsi.device
  46.     Unit = 1
  47.     Flags = 0x0
  48.     BlockSize = 512
  49.     BlocksPerTrack = 63
  50.     Surfaces = 32
  51.     LowCyl = 0
  52.     HighCyl = 820
  53.     Reserved = 1655135
  54.     PreAlloc = 0
  55.     Interleave = 0
  56.     Buffers = 5
  57.     BufMemType = 1
  58.     MaxTransfer = 2147483647
  59.     Mask = 0xFFFFFFFE
  60.     BootPri = 0
  61.     DosType = 0x4D534400
  62.     FileSystem = L:CrossDOSFileSystem
  63.     StackSize = 2400
  64.     Priority = 10
  65.     GlobVec = -1
  66.     Mount = 1
  67. #
  68. EPC:
  69.     Device = scsi.device
  70.     Unit = 1
  71.     Flags = 0x0
  72.     BlockSize = 512
  73.     BlocksPerTrack = 63
  74.     Surfaces = 16
  75.     LowCyl = 2
  76.     HighCyl = 392
  77.     Reserved = 396143
  78.     PreAlloc = 0
  79.     Interleave = 0
  80.     Buffers = 30
  81.     BufMemType = 0
  82.     MaxTransfer = 16777215
  83.     Mask = 0x7FFFFFFE
  84.     BootPri = 0
  85.     DosType = 0x4D534800
  86.     StackSize = 600
  87.     Priority = 10
  88.     GlobVec = -1
  89.     Mount = 1
  90. #
  91. EAMIGA:
  92.     Device = scsi.device
  93.     Unit = 1
  94.     Flags = 0x0
  95.     BlockSize = 512
  96.     BlocksPerTrack = 63
  97.     Surfaces = 16
  98.     LowCyl = 461
  99.     HighCyl = 1647
  100.     Reserved = 2
  101.     PreAlloc = 0
  102.     Interleave = 0
  103.     Buffers = 30
  104.     BufMemType = 0
  105.     MaxTransfer = 16777215
  106.     Mask = 0x7FFFFFFE
  107.     BootPri = 0
  108.     DosType = 0x444F5303
  109.     StackSize = 600
  110.     Priority = 10
  111.     GlobVec = -1
  112.     Mount = 1
  113. #
  114.  
  115. /* Mountliste für Parnet */
  116.  
  117.  
  118.  
  119. NET0:      Stacksize  = 8000
  120.            Priority   = 5
  121.            GlobVec    = -1
  122.            Unit       =  0
  123.            Device     = devs:parnet.device
  124.            Surfaces   = 0
  125.            BlocksPerTrack = 0
  126.            Reserved   = 0
  127.            LowCyl     = 0
  128.            HighCyl    = 0
  129.            Filesystem = l:netpnet-handler
  130.  
  131. #
  132.  
  133.  
  134. NET1:      Stacksize  = 8000
  135.            Priority   = 5
  136.            GlobVec    = -1
  137.            Unit       =  1
  138.            Device     = devs:parnet.device
  139.            Surfaces   = 0
  140.            BlocksPerTrack = 0
  141.            Reserved   = 0
  142.            LowCyl     = 0
  143.            HighCyl    = 0
  144.            Filesystem = l:netpnet-handler
  145.  
  146.  
  147. #
  148. dh2:
  149.     Device = scsi.device
  150.     Unit = 0
  151.     Flags = 0x0
  152.     BlockSize = 512
  153.     BlocksPerTrack = 63
  154.     Surfaces = 16
  155.     LowCyl = 1392
  156.     HighCyl = 2099
  157.     Reserved = 2
  158.     PreAlloc = 0
  159.     Interleave = 0
  160.     Buffers = 30
  161.     BufMemType = 0
  162.     MaxTransfer = 16777215
  163.     Mask = 0x7FFFFFFE
  164.     BootPri = 0
  165.     DosType = 0x444F5303
  166.     StackSize = 600
  167.     Priority = 10
  168.     GlobVec = -1
  169.     Mount = 1
  170. #
  171. dh0:
  172.     Device = scsi.device
  173.     Unit = 0
  174.     Flags = 0x0
  175.     BlockSize = 512
  176.     BlocksPerTrack = 63
  177.     Surfaces = 16
  178.     LowCyl = 2
  179.     HighCyl = 103
  180.     Reserved = 2
  181.     PreAlloc = 0
  182.     Interleave = 0
  183.     Buffers = 30
  184.     BufMemType = 0
  185.     MaxTransfer = 16777215
  186.     Mask = 0x7FFFFFFE
  187.     BootPri = 0
  188.     DosType = 0x444F5303
  189.     StackSize = 600
  190.     Priority = 10
  191.     GlobVec = -1
  192.     Mount = 1
  193. #
  194. HD2:
  195.     Device = scsi.device
  196.     Unit = 1
  197.     Flags = 0x0
  198.     BlockSize = 512
  199.     BlocksPerTrack = 63
  200.     Surfaces = 16
  201.     LowCyl = 577
  202.     HighCyl = 4959
  203.     Reserved = 2
  204.     PreAlloc = 0
  205.     Interleave = 0
  206.     Buffers = 30
  207.     BufMemType = 0
  208.     MaxTransfer = 4080
  209.     Mask = 0x7FFFFFFE
  210.     BootPri = 0
  211.     DosType = 0x444F5303
  212.     StackSize = 600
  213.     Priority = 10
  214.     GlobVec = -1
  215.     Mount = 1
  216. #
  217.