Welcome, Guest. Please login or register.

Author Topic: SFS problems  (Read 5194 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline rockape

  • Sr. Member
  • ****
  • Join Date: Nov 2005
  • Posts: 383
    • Show all replies
    • http://lincsamiga.org.uk/
Re: SFS problems
« on: February 07, 2006, 11:57:51 AM »
Hi,

Quote

"1) i no longer have access to CD-rom. what could it be??"

Ensure you have the ToolType in your CD DosDriver set correctly

eg: "1230scsi.device"  (CASE sensitive !!!)

eg: "Unit = 4 /* exec device unit */"  is the number set on the back of my CD ROM Drive. Yours might be different.

My settings

/***************************************************************/
/*  CacheCDFS mountlist entry © 2000 Amiga Inc.                */
/***************************************************************/
       FileSystem     = L:CacheCDFS /* The name of the game */
       Device         = "squirrelscsi.device" /* Name of exec device driver */
       Unit           = 3 /* exec device unit */
       Flags          = 0 /* OpenDevice flags */
       BlocksPerTrack = 351000 /* Unused */
       BlockSize      = 2048 /* True, but unused */
       Mask           = 0x7ffffffe /* Memory mask for direct read */
       MaxTransfer    = 0x1000000 /* Maximum amount of bytes for direct read */
       Reserved       = 0 /* Unused */
       Interleave     = 0 /* Unused */
       LowCyl         = 0 /* Unused */
       HighCyl        = 0 /* Unused */
       Surfaces       = 1 /* Unused */
       Buffers        = 500 /* Number of cache lines */
       BufMemType     = 5 /* MEMF_PUBLIC */
       BootPri        = 2 /* Boot priority for MountCD */
       GlobVec        = -1 /* Do not change! */
       Mount          = 1 /* Mount it immediately */
       Priority       = 10 /* Priority of FileSystem task */
       DosType        = 0x43443031 /* Currently unused */
       StackSize      = 3000 /* Minimum stack required is 3000! */
       Control        = "MD=0 LC=1 DC=8 L LV AL LFC=1 S NC AUDIO=Utilities/PlayCD"
   /* The Control field is for special adjustments */
   /* L/S convert all file/volume names to lowercase */
   /* LV/S convert volume names to lowercase */
   /* AL/S Auto-Lower converts only non-Amiga CDs */
   /* LFC/N start converting at this character */
   /* LC/N/A number of blocks per cache line */
   /* DC/N/A number of cache lines for the data cache */
   /* MD/N/A number of blocks, when starting direct read, not using */
   /* the cache. 0 will be a reasonable default (LC*DC+1) */
   /* S/S Do SCSI direct commands, no Trackdisk like commands! */
   /* NC/S Do NOT use TD_ADDCHANGEINT, poll for DiskChange! */
   /* M/S Issue a TD_MOTOR (OFF) command after read */


Regards, Michael

aka rockape
"A veteran is someone who, at one point in their life wrote a blank check made payable to \'Their Country\' for an amount of \'up to and including their life\'.