/* $VER: MAC640A 40.1 (28.11.98) * * 640MB MO file system entry * * This file allows read-only access via AmiCDFS to a single (maximal size) * partition on a 640MB disk formatted with the Pinnacle Micro Mac MO * formatter. * * If you use different Mac formatter software or a different partition layout, * the LowCyl and HighCyl values will need to be changed. * */ FileSystem = L:AmiCDFS Flags = 0 Surfaces = 1 BlocksPerTrack = 1 SectorsPerBlock = 1 SectorSize = 2048 Mask = 0x7FFFFFFF /* Change to suit your system and SCSI controller */ MaxTransfer = 0xFFFFFFFE /* Change to suit your system and SCSI controller */ Reserved = 0 Interleave = 0 LowCyl = 96 /* This will vary for other Mac driver software */ HighCyl = 310349 /* This will vary for other Mac driver software */ Buffers = 96 /* Number of 2048-byte filesystem buffers */ BufMemType = 1 GlobVec = -1 Priority = 10 DosType = 0x43444653 /* 'CDFS' */ StackSize = 600 Control = "BL=8 FB=32" /* Control field template: * * LC=LOWERCASE/S,CS=CASESENSE/S, * HF=HFSFIRST/S,TD=TRACKDISK/S, * BL=BUFFERLINES/K/N,FB=FILEBUFFERS/K/N, * DC=DISKCHANGE/K/N,MT=MOTORTIME/K/N, * SD=STARTDELAY/K/N,TDC=TDCHANGE/S, * TOSHIBA/S,OLDMODE/S */ /* The Device and Unit fields are controlled by tooltypes in the MAC640A icon. * * Device = scsi.device * Unit = 4 */