Welcome, Guest. Please login or register.

Author Topic: CD Rom problem  (Read 1239 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline ZeBeeDee

  • Hero Member
  • *****
  • Join Date: Jan 2007
  • Posts: 1081
    • Show all replies
Re: CD Rom problem
« on: October 04, 2008, 08:31:23 PM »
After you've attached a new CD-ROM dirve, go into the Prefs drawer, run CDDevice and find both the device and the unit number.

Make sure your CD0 driver in DEVS: is set to this unit number and that the DEVICE entry is pointing to the correct device

e.g.

/***************************************************************/
/*  CacheCDFS mountlist entry © 1993 Elaborate Bytes, O. Kastl */
/***************************************************************/
   FileSystem     = L:CacheCDFS /* The name of the game */
  Device         = "atapi.device" /* Name of exec device driver */
   Unit           = 2 /* exec device unit */
[/size]
   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 */
   
... etc
To err is human ... to BOING divine!

[SIGPIC][/SIGPIC]