home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / nieuûytki / mount_msdos / pcc < prev    next >
Text File  |  1996-08-16  |  3KB  |  78 lines

  1. /* $VER: PCC 40.1 (10.8.96)  by Dik
  2.  * 
  3.  * Dirk Eismann    
  4.  * dik@dix.teuto.de
  5.  * Germany
  6.  *
  7.  * CrossDOS file system mount list entry for hard drives
  8.  *
  9.  * This mount entry enables CrossDOS on a hard drive type
  10.  * device with fixed or removeable media. It is expected
  11.  * that the media has already been partioned/formatted on
  12.  * a MS-DOS/Windows PC.
  13.  *
  14.  * AmigaOS/Workbench 2.1 or higher required
  15.  *
  16.  * If you intend to use this mount list in "DEVS:DosDrivers"
  17.  * or "SYS:Storage/DosDrivers" you will have to use an
  18.  * icon (.info) file for this entry.
  19.  * Then the file name you give this mount list will specify the 
  20.  * name of the device to be mounted. I.E. "PCC"
  21.  *
  22.  * You can make CrossDOS available on other .devices by
  23.  * changing the DEVICE and UNIT entry of this mount list.
  24.  * I.E.:
  25.  *
  26.  *   Device="2nd.scsi.device"   .device name of the DKB 4091 SCSI controller
  27.  *     Unit=3                   SCSI ID 3
  28.  *
  29.  * You can also achieve this by changing the icon tool type:
  30.  *
  31.  *   DEVICE=2nd.scsi.device     .device name of the DKB 4091 SCSI controller
  32.  *   UNIT=3                     SCSI ID 3
  33.  *
  34.  * The last letter of the device name before the colon will
  35.  * specify the partion to be mounted. I.E.
  36.  *
  37.  * PCC:  1st partion
  38.  * PCD:  2nd partion
  39.  * PCE:  3rd partion
  40.  * .     .
  41.  * .     .
  42.  * 
  43.  *
  44.  * Many thanks to Volker Remuß
  45.  * who deliverd me the basis for this mountlist.
  46.  */
  47.  
  48.  
  49. /* PCC: */      /* device to be mounted, uncomment if used in DEVS:MountList */
  50.  
  51.     FileSystem = L:CrossDOSFileSystem
  52.         Device = scsi.device   /* can be overridden by tool type DEVICE      */
  53.       Priority = 5             /* 5 for Handler, 10 for File Systems         */
  54.           Unit = 5             /* can be overridden by icon tool type UNIT   */
  55.          Flags = 0             /* 1 for Floppys                              */
  56.       Surfaces = 1             /* dummy                                      */
  57. BlocksPerTrack = 83            /* dummy                                      */
  58.       Reserved = 1             /* dummy                                      */
  59.     Interleave = 0             /* dummy                                      */
  60.         LowCyl = 0             /* 0 for CrossDOS automatic partion detection */
  61.        HighCyl = 3071          /* dummy                                      */
  62.      StackSize = 4000          /* Some hard disk drivers may require more.   */
  63.        Buffers = 30            /* 5 in CrossDOS floppy sample                */
  64.     BufMemType = 0             /* 0/1 = public, 2/3 = chip , 4/5 = fast      */
  65.          Mount = 1             /* can be overridden by tool type ACTIVATE    */
  66.        GlobVec = -1            /* MUST be set to -1                          */
  67.        DosType = 0x4D534800    /* = MSH0 (H=Hard disk?)                      */
  68.        /* Mask = 0x00FFFFFE */ /* depends on the device you use:             */
  69. /* MaxTransfer = 0x00FFFFFF */ /* HDToolBox \ Partion Drive \ Advanced       */
  70.                                /* Options\ Change  may give you a guess or   */
  71.                                /* simply leave this commented                */
  72.  
  73.                                /* dummy means dummy entry for mount command  */
  74.                                /* (will be ignored by CrossDOS               */
  75.  
  76.  
  77. /* # */                        /* uncomment if used in DEVS:MountList        */
  78.