Welcome, Guest. Please login or register.

Author Topic: Amiga 500, A590 SCSI CD Rom help?  (Read 3021 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Matt_H

Re: Amiga 500, A590 SCSI CD Rom help?
« on: June 09, 2012, 03:47:59 PM »
I think the syntax for your DOSDriver mountlist is wrong. Does AmiCDFS come with one that you can modify? Or can you grab the original CD0 from SYS:Storage/DOSDrivers? (or your Storage3.1 floppy) and modify that? Handlers might be case-sensitive, not sure.

From memory, try:
Code: [Select]
/*
Mountlist for CD-ROM drive
*/
Handler = L:BABELCDROMFS
Startup = scsi.device/1
StackSize = 4000
Priority = 10
GlobVec = -1

As I recall, the documentation for BabelCDFS expects an old, OS 1.3-2.0 style mountlist:
Code: [Select]
#
CD0:
etc.

With OS 2.1+ and DOSDrivers, the format is slightly different. I think what I posted above is correct!
 

Offline Matt_H

Re: Amiga 500, A590 SCSI CD Rom help?
« Reply #1 on: June 09, 2012, 09:00:27 PM »
@ AmmoJammo

It looks like you got it!

You can keep the LUN jumper off. You'd need that for a multi-CD drive or a SCSI flashcard reader. No need for it under regular conditions.