Amiga 1020 Drive
28-Mar-90 00:21:58
Sb: #95775-Amiga 1020 Drive
Fm: Don Curtis/SYSOP 76703,4321
To: J.R. BOOKWALTER 76665,1335
J.R.
You need to mount the drive before you can access it, and also, if
you change disks in the drive, you need to issue the DISKCHANGE command
since the 5.25" drive doesn't support the diskchange signal.
A sample mountlist for it would look like this:
DF2: /* Can be just about anything */
Device = trackdisk.device
Unit = 2 /* depends on where it is in the drive chain! */
Flags = 1
Surfaces = 2
BlocksPerTrack = 11
Reserved = 2
Interleave = 0
LowCyl = 0
HighCyl = 39
Buffers = 5
BufMemType = 0
#
An entry like above would go in the file "mountlist" in your DEVS:
directory. Also, that '#' at the end MUST be all by itself, on a separate
line at the end of the mountlist.
Don