i've done the same thing, with the same drive
here's how you should have it
secondary master is unit 2
use atapi device, and download amicdfs off aminet
copy and paste that
it should work
FileSystem = L:AmiCDFS /* The name of the game */
Device = "atapi.device" /* Name of exec device driver */
Unit = 2 /* exec device unit */
Flags = 1 /* OpenDevice flags */
BlocksPerTrack = 351000 /* Unused */
BlockSize = 2048 /* True, but unused */
Mask = 0x7ffffffe /* Memory mask for direct read */
MaxTransfer = 0x100000 /* Maximum amount of bytes for direct read */
Reserved = 0 /* Unused */
Interleave = 0 /* Unused */
LowCyl = 0 /* Unused */
HighCyl = 0 /* Unused */
Surfaces = 1 /* Unused */
Buffers = 50 /* Number of cache lines */
BufMemType = 1 /* MEMF_PUBLIC */
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=1 LC=1 DC=8 L LV AL LFC=1 HR=.rsrc PROT=rweds"
post back if not