home *** CD-ROM | disk | FTP | other *** search
/ AMIGA PD 1 / AMIGA-PD-1.iso / NetBSD / Tools / bffs1.3.lha / bffs1.3 / MountList.BFFS < prev    next >
Text File  |  1994-01-30  |  2KB  |  44 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 = scsi.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   = 0      /* This MUST be what HDToolBox gives you!       */
  36.     HighCyl  = 640      /* 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.